- 05 Feb, 2001 4 commits
-
-
Jeremy Hylton authored
Add tests for unbound locals (Nick Mathewson)
-
Jeremy Hylton authored
uninitialized free variables
-
Jack Jansen authored
-
Andrew M. Kuchling authored
Began a section on weak references Various rewrites and paragraph refills Added: non-recursive makefiles, repr() of strings now uses \n, raw socket I/O Bumped version number
-
- 04 Feb, 2001 4 commits
-
-
Martin v. Löwis authored
-
Fred Drake authored
code, showing the transcript for that command. This closes SF bug #129740.
-
Tim Peters authored
-
Tim Peters authored
-
- 03 Feb, 2001 8 commits
-
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Guido van Rossum authored
module" after a complaint from Tim.
-
Fred Drake authored
caught by Eric Raymond.
-
Fred Drake authored
-
Fred Drake authored
gives people a chance to see the depracation notice.
-
Fred Drake authored
little more formal.
-
Fred Drake authored
defined.
-
- 02 Feb, 2001 24 commits
-
-
Jack Jansen authored
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 authored
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 authored
-
Tim Peters authored
-
Tim Peters authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
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 authored
include the filename and line number.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
patch for case-preserving HFS+ suport. Untested except to verify that it builds and doesn't break anything on Linux RH6.1.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
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 authored
field. This should avoid binary incompatibility problems with older modules that have not been recompiled.
-
Jeremy Hylton authored
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 authored
for that.
-
Fred Drake authored
dead references.
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-