- 13 Mar, 2006 11 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
Remove remarks on size_t problems.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Nick Coghlan yazdı
Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Make buildbot slaves automatically fetch bzip2 1.0.3.
-
Thomas Heller yazdı
-
Hye-Shik Chang yazdı
SS2 (single-shift 2) escape sequences correctly.
-
Thomas Heller yazdı
Change test_functions.py so that it can be run multiple time without failing: Assign a restype to the function in test_intresult, and move the definition of class POINT to module level so that no new class is created each time the test is run.
-
- 12 Mar, 2006 8 kayıt (commit)
-
-
Trent Mick yazdı
important for the _ssl.vproj build. It calls build_ssl.py which tries to find a Perl to use. Without "/useenv" Visual Studio is getting a PATH from somewhere else (presumably from its internal environment configuration). The result is that build_ssl.py fallsback to its "well-known" locations for a Perl install.
-
Fredrik Lundh yazdı
Fixed a number of potential null-pointer-reference-under-pressure glitches, based on input from the Coverity analysis tool and Simo Salminen.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Thomas Wouters yazdı
there) - Add missing DECREFs of inner-scope 'temp' variable - Add various missing DECREFs by changing 'return NULL' into 'goto onError' - Avoid double DECREF when last _PyUnicode_Resize() fails Coverity found one of the missing DECREFs, but oddly enough not the others.
-
Thomas Wouters yazdı
between a TestCase instance, the database it opened (or a cursor to a database) and a bound method as a registered database callback, and a lack of GC-handling in bsddb caused the TestCases to linger. Fix the test, for now, as backward compatibility makes adding GC to bsddb annoying.
-
Thomas Wouters yazdı
gcc 4.0.x wasn't complaining about *that* one ;)
-
- 11 Mar, 2006 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
for its "clean" action. Else the clean step run by the buildbot reports failure, due to the _ssl project whining about not being able to spawn an empty string.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 10 Mar, 2006 11 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
failed test, first display the name of the test (else it's not always clear from the output which test is getting run).
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
disable them in the solution since ctypes doesn't support these processors on Windows.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Rename unicodedata.db* to unicodedata.ucd*
-
Guido van Rossum yazdı
Anyway, this is the changes to the with-statement so that __exit__ must return a true value in order for a pending exception to be ignored. The PEP (343) is already updated.
-
Guido van Rossum yazdı
-
- 09 Mar, 2006 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
interpreter to exit.
-
Tim Peters yazdı
happy with the output as-is. This incidentally also gets rid of "an extra" blank line at the end of the output block that probably wasn't intended (although it doesn't matter one way or the other).
-
Thomas Heller yazdı
-
Andrew M. Kuchling yazdı
-