- 04 Eki, 2002 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Barry Warsaw yazdı
test.test_support
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
tests and supporting files.
-
Barry Warsaw yazdı
some updated modules, updated documentation, and updated tests. Note that Lib/test/regrtest.py added test_email_codecs to the expected skips for all platforms. Also note that test_email_codecs.py differs slightly from its Python 2.3 counterpart due to the difference in package location for TestSkipped.
-
cvs2svn yazdı
'release22-maint'.
-
Neal Norwitz yazdı
SF # 607253, header file problems, reported by Ralf W. Grosse-Kunstleve Don't pollute the namespace when protecting against multiple header inclusion. Prefix with Py_ and use standard naming convention Py_FILENAME_H.
-
Neal Norwitz yazdı
date: 2002/03/30 08:57:12; author: loewis; Patch #536908: Add missing #include guards/extern "C".
-
Martin v. Löwis yazdı
-
- 03 Eki, 2002 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 02 Eki, 2002 2 kayıt (commit)
-
-
Michael W. Hudson yazdı
patch #617312, both on the trunk and the 22-maint branch. Also added a test case, and ported the test_trace I wrote for HEAD to 2.2.2 (with all those horrible extra 'line' events ;-).
-
Michael W. Hudson yazdı
patch #617312, both on the trunk and the 22-maint branch. Also added a test case, and ported the test_trace I wrote for HEAD to 2.2.2 (with all those horrible extra 'line' events ;-).
-
- 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 6 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.
-