- 13 Eyl, 2008 20 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
Change product code of Win64 installer to allow simultaneous installation on Win32 and Win64; also change product name to be able to distinguish the two in ARP.
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; add __main__ section
-
Andrew M. Kuchling yazdı
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing
-
Andrew M. Kuchling yazdı
#687648 from Robert Schuppenies: use classic division. (RM Barry gave permission to update the demos.)
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 12 Eyl, 2008 5 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Gerhard Häring yazdı
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 yazdı
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 yazdı
sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API.
-
- 11 Eyl, 2008 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
Reviewed by Martin von Loewis.
-
Nick Coghlan yazdı
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 yazdı
larger than uint. Reverts r65975. Reviewed by Brett Cannon.
-
- 10 Eyl, 2008 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
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 yazdı
Delete old NormalizationTest.txt if it doesn't match unidata_version.
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
Reviewed by Amaury.
-
Martin v. Löwis yazdı
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
-
- 09 Eyl, 2008 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Reviewers: Amaury, Antoine, Benjamin
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
-