- 11 Apr, 2004 1 commit
-
-
Kurt B. Kaiser authored
M IOBinding.py M NEWS.txt M configDialog.py - If nulls somehow got into the strings in recent-files.lst EditorWindow.update_recent_files_list() was failing. Python Bug 931336.
-
- 10 Apr, 2004 3 commits
-
-
Raymond Hettinger authored
did not stand-up to additional timings.
-
Skip Montanaro authored
-
Skip Montanaro authored
globaltrace_countfuncs() into file_module_function_of(). In that function use Michael Hudson's suggestion of gc.get_referrers() to back up from the code object to a function, then to a class's dict and finally to a class object if one exists.
-
- 09 Apr, 2004 1 commit
-
-
Fred Drake authored
-
- 08 Apr, 2004 5 commits
-
-
Raymond Hettinger authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 07 Apr, 2004 5 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
relationships at program exit. Output is a bit prettier than that for --listfuncs but won't parse as easily using downstream postprocessing tools.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
pre-increment forms to post-increment forms. Post-incrementing also eliminates the need for negative array indices for oparg fetches. * In exception handling code, check for class based exceptions before the older string based exceptions.
-
Raymond Hettinger authored
BINARY_SUBSCR: * invert test for normal case fall through * eliminate err handling code by jumping to slow_case LOAD_LOCALS: * invert test for normal case fall through * continue instead of break for the non-error case STORE_NAME and DELETE_NAME: * invert test for normal case fall through LOAD_NAME: * continue instead of break for the non-error case DELETE_FAST: * invert test for normal case fall through LOAD_DEREF: * invert test for normal case fall through * continue instead of break for the non-error case
-
- 06 Apr, 2004 5 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
Restores the self-documenting enum declaration.
-
Raymond Hettinger authored
This allows multiple flags to be tested in a single compare which eliminates unnecessary compares and saves a few bytes.
-
Hye-Shik Chang authored
been used. (Suggested by Martin v. Loewis)
-
- 05 Apr, 2004 2 commits
-
-
Tim Peters authored
tests of "why" against WHY_YIELD became useless. This patch removes them, but assert()s that why != WHY_YIELD everywhere such a test was removed. The test suite ran fine under a debug build (i.e., the asserts never triggered).
-
Raymond Hettinger authored
attribute name lookup.
-
- 04 Apr, 2004 4 commits
-
-
Raymond Hettinger authored
-
Andrew MacIntyre authored
the socket name must start with /socket32/. Unlike Unix systems, this file never exists in the file system.
-
Andrew MacIntyre authored
with major C compilers (VACPP, EMX+gcc and [Open]Watcom). Also tidy up the export of spawn*() symbols in the os module to match what is found/implemented.
-
Andrew MacIntyre authored
close() calls would attempt to free() the buffer already free()ed on the first close(). [bug introduced with patch #788249] Making sure that the buffer is free()ed in file object deallocation is a belt-n-braces bit of insurance against a memory leak.
-
- 03 Apr, 2004 1 commit
-
-
Neal Norwitz authored
-
- 02 Apr, 2004 2 commits
-
-
Skip Montanaro authored
Also, move pystack comment down next to it
-
Skip Montanaro authored
-
- 01 Apr, 2004 3 commits
-
-
Fred Drake authored
as directly setting the .prog attribute (which should be supported based on the class docstring). Closes SF bug #850964.
-
Fred Drake authored
-
Jeremy Hylton authored
Revise the long comment that explained details of the magic number in gory detail.
-
- 31 Mar, 2004 7 commits
-
-
Andrew M. Kuchling authored
[Bugfix candidate] Escape traceback type and value. There are probably additional cases where cgitb.py doesn't escape as paranoidly as it should (e.g. attribute names)
-
Martin v. Löwis authored
Backported to 2.3.
-
Guido van Rossum authored
inherit those bits, causing the test_mkdtemp.test_mode() test to fail. Remove those before comparing the actual mode to the expected mode.
-
Fred Drake authored
PDF and PostScript versions of the docs (the CSS already does this for HTML)
-
Fred Drake authored
-
Fred Drake authored
Closes SF bug #837228; backporting for Python 2.3.4.
-
Fred Drake authored
distribution (see SF bug #796042)
-
- 29 Mar, 2004 1 commit
-
-
Andrew MacIntyre authored
-