- 15 Sep, 2008 6 commits
-
-
Benjamin Peterson authored
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 authored
-
Benjamin Peterson authored
-
Skip Montanaro authored
-
Skip Montanaro authored
couple new definitions (CPython and virtual machine).
-
Martin v. Löwis authored
-
- 14 Sep, 2008 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer.
-
Benjamin Peterson authored
-
- 13 Sep, 2008 23 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Reviewed by A.M. Kuchling.
-
Benjamin Peterson authored
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 authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Martin v. Löwis authored
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 authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; add __main__ section
-
Andrew M. Kuchling authored
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing
-
Andrew M. Kuchling authored
#687648 from Robert Schuppenies: use classic division. (RM Barry gave permission to update the demos.)
-
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 3 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)
-