- 12 Sep, 2008 1 commit
-
-
Gerhard Häring authored
sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API.
-
- 11 Sep, 2008 4 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
Reviewed by Martin von Loewis.
-
Nick Coghlan authored
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
-
Martin v. Löwis authored
larger than uint. Reverts r65975. Reviewed by Brett Cannon.
-
- 10 Sep, 2008 6 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
PyString_FromFormat which has an independent implementation, and uses "%zd". This makes a difference on win64, where printf needs "%Id" to display 64bit values. For example, queue.__repr__ was incorrect. Reviewed by Martin von Loewis.
-
Martin v. Löwis authored
Delete old NormalizationTest.txt if it doesn't match unidata_version.
-
Martin v. Löwis authored
-
Guido van Rossum authored
Reviewed by Amaury.
-
Martin v. Löwis authored
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
-
- 09 Sep, 2008 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reviewers: Amaury, Antoine, Benjamin
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Amaury Forgeot d'Arc authored
the __long__ slot is allowed to return either int or long, but the behaviour of float objects should not change between 2.5 and 2.6. Reviewed by Benjamin Peterson
-
Brett Cannon authored
WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson.
-
- 08 Sep, 2008 8 commits
-
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
Bill Janssen authored
-
Martin v. Löwis authored
-
Mark Summerfield authored
-
Martin v. Löwis authored
use the TARGETDIR even for unprivileged users.
-
Martin v. Löwis authored
-
Facundo Batista authored
function. Tests added.
-
- 07 Sep, 2008 7 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Georg Brandl authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
that may be required when linking against readline. This fixes issues with x86_64 builds on some platforms (at least a few Linux flavors as well as OpenBSD/amd64).
-
Josiah Carlson authored
-
Josiah Carlson authored
-
- 06 Sep, 2008 7 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Andrew M. Kuchling authored
-
Amaury Forgeot d'Arc authored
Reviewed by Benjamin.
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reviewer: Benjamin
-