- 06 Apr, 2004 2 commits
-
-
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 3 commits
-
-
Andrew MacIntyre authored
-
Tim Peters authored
member.
-
Andrew M. Kuchling authored
-
- 28 Mar, 2004 2 commits
-
-
Raymond Hettinger authored
-
Tim Peters authored
The .closed property always returned the wrong result. Bugfix candidate!
-
- 27 Mar, 2004 3 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
- fix a couple typos - refine definitions for "interpreted" and "coercion" based upon updates on the python glossary wiki
-
Raymond Hettinger authored
-
- 26 Mar, 2004 7 commits
-
-
Raymond Hettinger authored
* Factor constant expressions out of loops. * Presize a list being grown to a known length.
-
Raymond Hettinger authored
-
Fred Drake authored
-
David Ascher authored
version of Tcl other than ActiveTcl is installed (ActiveTcl included TclX, other Tcl distros didn't). I'm removing the package loading test because it's hard to come up with a package that is guaranteed to be in any Tcl installation. Special-casing darwin and windows is ok since that leaves the only Tk platform (X) which the test was trying to address.
-
Armin Rigo authored
-
Raymond Hettinger authored
* pre-build a single identity function for the fixup function * pre-build membership tests in dictionaries instead of in-line tuples * assign len() to a local variable * assign append() methods to a local variable * use xrange() instead of range() * replace "x<<1" with "x+x"
-
Raymond Hettinger authored
-
- 25 Mar, 2004 4 commits
-
-
Fred Drake authored
scripts closes SF bug 796042
-
Marc-André Lemburg authored
Fixed bug in platform() cache (thanks to Brett Cannon). (Restored Python 1.5.2 compatibility.)
-
Brett Cannon authored
Bumped version micro number.
-
Brett Cannon authored
not taken into consideration when caching value.
-