- 26 Mar, 2004 5 kayıt (commit)
-
-
Fred Drake yazdı
-
David Ascher yazdı
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 yazdı
-
Raymond Hettinger yazdı
* 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 yazdı
-
- 25 Mar, 2004 20 kayıt (commit)
-
-
Fred Drake yazdı
scripts closes SF bug 796042
-
Marc-André Lemburg yazdı
Fixed bug in platform() cache (thanks to Brett Cannon). (Restored Python 1.5.2 compatibility.)
-
Brett Cannon yazdı
Bumped version micro number.
-
Brett Cannon yazdı
not taken into consideration when caching value.
-
Fred Drake yazdı
remaining content of a stream when expected to do so. Closes SF bug #725265. Should be backported to Python 2.3.x.
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Modules"
-
Fred Drake yazdı
Closes SF patch #798638.
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Phillip J. Eby yazdı
-
Nicholas Bastin yazdı
-
Piers Lauder yazdı
-
- 24 Mar, 2004 3 kayıt (commit)
-
-
Nicholas Bastin yazdı
-
Nicholas Bastin yazdı
-
Martin v. Löwis yazdı
-
- 23 Mar, 2004 12 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks Andrew Gaul.
-
Martin v. Löwis yazdı
Backported 2.3.
-
Nicholas Bastin yazdı
-
Brett Cannon yazdı
Added socket.error to the socket module's C API.
-
Fred Drake yazdı
-
Brett Cannon yazdı
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 yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
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
-
Nicholas Bastin yazdı
and one for sort order when using stdout. Uses optparse.
-