- 26 Mar, 2004 6 commits
-
-
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 20 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.
-
Fred Drake authored
remaining content of a stream when expected to do so. Closes SF bug #725265. Should be backported to Python 2.3.x.
-
Fred Drake authored
to Node objects in the index (closes SF bug #832251) - fix a variety of markup nits Someone should backport this patch to Python 2.3.x.
-
Hye-Shik Chang authored
-
Fred Drake authored
-
Fred Drake authored
-
Martin v. Löwis authored
-
Fred Drake authored
-
Fred Drake authored
Modules"
-
Fred Drake authored
Closes SF patch #798638.
-
Martin v. Löwis authored
-
Fred Drake authored
fact that it was marked obsolete but is still needed. Closes SF bug #919299. Someone else should backport this to Python 2.3.
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Phillip J. Eby authored
-
Nicholas Bastin authored
-
Piers Lauder authored
-
- 24 Mar, 2004 3 commits
-
-
Nicholas Bastin authored
-
Nicholas Bastin authored
-
Martin v. Löwis authored
-
- 23 Mar, 2004 11 commits
-
-
Brett Cannon authored
Thanks Andrew Gaul.
-
Martin v. Löwis authored
Backported 2.3.
-
Nicholas Bastin authored
-
Brett Cannon authored
Added socket.error to the socket module's C API.
-
Fred Drake authored
-
Brett Cannon authored
Test suites for urllib and urlparse run with each other's function to verify correctness of replacement and both test suites pass. Bumped urllib's __version__ attribute up a minor number.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
keyword args) - format multi-line calls to distutils.core.setup() consistently, and in line with general practice (one keyword arg per line, comma/newline after the last - fix a few typos
-