- 13 Sep, 2008 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 12 Sep, 2008 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Gerhard Häring authored
Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes.
-
Gerhard Häring authored
Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python.
-
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 1 commit
-
-
Benjamin Peterson authored
-