- 30 Eyl, 2002 9 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
specification so that the proper runtime ld.so path gets compiled into the extension. This fixes _socket for Solaris systems with libssl and libcrypto in non-standard locations and should be fine for other systems as well. Closes SF bug #565710. Forward port candidate for Python 2.3 (I'll work on that).
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
-
Michael W. Hudson yazdı
Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate.
-
Michael W. Hudson yazdı
Fix bug [ 549731 ] Unicode encoders appears to leak references. Python 2.2.1 bugfix candidate.
-
Michael W. Hudson yazdı
Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg extension.
-
Martin v. Löwis yazdı
-
- 27 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #583248.
-
Michael W. Hudson yazdı
-
- 26 Eyl, 2002 10 kayıt (commit)
-
-
-
Guido van Rossum yazdı
Oops, must convert hyphens to underscores in keys of aliases dict.
-
Fred Drake yazdı
being applied. This is portion of that patch that does not add new functionality.
-
Fred Drake yazdı
Closes SF bug #561822.
-
Guido van Rossum yazdı
Patch for the DEC Alpha under Linux, by Lee Busby.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
revision 1.36: If PyXML is installed, there is no Node.allnodes, so that portion of the test should be skipped if that's the case. revision 1.35: Remove duplicate checks of the Node.allnodes variable. revision 1.33: Follow PyXML: Remove all prints from successful tests. This means we can also drop the output file.
-
Fred Drake yazdı
a specific Expat version. This includes fixing a test that enforced the incorrect result.
-
- 25 Eyl, 2002 14 kayıt (commit)
-
-
Fred Drake yazdı
issues with varying versions of Expat; this completes the previous fix for this version. (Not relevant for the trunk.)
-
Neal Norwitz yazdı
Added include guards and C++ extern "C" {} constructs. Partial fix for #607253.
-
Neal Norwitz yazdı
Quotes aren't necessary in case statements. Spotted by Neil Schemenauer.
-
Neal Norwitz yazdı
Need to quote $GCC in case it isn't set.
-
Neal Norwitz yazdı
Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton Add a test too. urljoin() would make file:/tmp/foo instead of file:///tmp/foo
-
Fred Drake yazdı
Closes SF bug #614542.
-
Michael W. Hudson yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Disable building of the fpectl module -- it's dangerous or useless except in the hands of experts.
-
Guido van Rossum yazdı
Disable building of the fpectl module -- it's dangerous or useless except in the hands of experts.
-
Michael W. Hudson yazdı
revision 1.32 of urllib2.py Fix from SF patch #527518: proxy config with user+pass authentication. Bug fix candidate.
-
Michael W. Hudson yazdı
revision 2.36 of binascii.c Another stab at SF 576327: zipfile when sizeof(long) == 8 binascii_crc32(): The previous patch forced this to return the same result across platforms. This patch deals with that, on a 64-bit box, the *entry* value may have "unexpected" bits in the high four bytes. Bugfix candidate. -------- More whitespace cleanup related conflict removal... sigh.
-
Michael W. Hudson yazdı
revision 2.35 of binascii.c Fix for SF bug #576327: zipfile when sizeof(long) == 8 binascii_crc32(): Make this return a signed 4-byte result across platforms. The other way to make this platform-independent would be to make it return an unsigned unbounded int, but the evidence suggests other code out there treats it like a signed 4-byte int (e.g., existing code writing the result with struct.pack "l" format). Bugfix candidate.
-
Fred Drake yazdı
-
- 24 Eyl, 2002 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
2.3, support for source code encodings, so it shouldn't be backported (no matter how attractive the checkin msg sounded). Please, try to *use* IDLE before committing changes!
-
Thomas Heller yazdı
On Windows, select() does not accept empty lists. Patch suggested by Guido, fixes SF item 611464. Bugfix candidate, will backport to release22-maint myself.
-
Thomas Heller yazdı
On Windows, call WSAGetLastError() to retrieve the error number. Bugfix candidate, will backport to release22-maint myself.
-
Guido van Rossum yazdı
-