- 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 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 5 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.
-