- 04 Şub, 2001 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
code, showing the transcript for that command. This closes SF bug #129740.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 03 Şub, 2001 8 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Guido van Rossum yazdı
module" after a complaint from Tim.
-
Fred Drake yazdı
caught by Eric Raymond.
-
Fred Drake yazdı
-
Fred Drake yazdı
gives people a chance to see the depracation notice.
-
Fred Drake yazdı
little more formal.
-
Fred Drake yazdı
defined.
-
- 02 Şub, 2001 28 kayıt (commit)
-
-
Jack Jansen yazdı
Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now.
-
Jack Jansen yazdı
On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit. For now we set a hard limit of 256K (default rlimit is 512K).
-
cvs2svn yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
Add note about _symtable. Add note that 'from ... import *' restriction may go away -- and move the whole entry closer to the top, because it might bite people.
-
Jeremy Hylton yazdı
include the filename and line number.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
patch for case-preserving HFS+ suport. Untested except to verify that it builds and doesn't break anything on Linux RH6.1.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
symtable.h, so that they can be used by external module. Improve error handling in symtable_enter_scope(), which return an error code that went unchecked by most callers. XXX The error handling in symtable code is sloppy in general. Modify symtable to record the line number that begins each scope. This can help to identify which code block is being referred to when multiple blocks are bound to the same name. Add st_scopes dict that is used to preserve scope info when PyNode_CompileSymtable() is called. Otherwise, this information is tossed as soon as it is no longer needed. Add Py_SymtableString() to pythonrun; analogous to Py_CompileString().
-
Fred Drake yazdı
field. This should avoid binary incompatibility problems with older modules that have not been recompiled.
-
Jeremy Hylton yazdı
trigger my arbitrary exlusion rule, which is: takes more than 10 seconds of wall clock time on my machine. If these tests are going to be skipped, then a boatload of slower tests should be skipped, too.
-
Fred Drake yazdı
for that.
-
Fred Drake yazdı
dead references.
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
STILL NEEDS UNIX BUILD CHANGES.
-
Fred Drake yazdı
PortableUnixMailbox as a separate class as well (this also generates the right index entry).
-
Jeremy Hylton yazdı
-