- 16 Eyl, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 15 Eyl, 2008 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66470 | benjamin.peterson | 2008-09-15 18:29:43 -0500 (Mon, 15 Sep 2008) | 1 line don't use os.linesep for newlines; it breaks tests on windows ........
-
Andrew M. Kuchling yazdı
-
Benjamin Peterson yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
couple new definitions (CPython and virtual machine).
-
Martin v. Löwis yazdı
-
- 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 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
Reviewed by Martin von Loewis.
-