- 14 Eyl, 2008 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer.
-
Benjamin Peterson yazdı
-
- 13 Eyl, 2008 23 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Reviewed by A.M. Kuchling.
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line update the Grammar file after recent syntax changes ........ r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line a trival fix to get a few more print corner cases #2899 ........ r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines add Jack Diederich's fixer for metaclass syntax #2366 my contribution to this was adding a few tests and fixing a few bugs I also reviewed it (Jack is a committer) ........ r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line add a few more tests concerning int literals and weird spacing ........
-
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 5 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.
-