| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67442 via svnmerge from | Benjamin Peterson | 2008-11-30 | 1 | -25/+40 |
|
|
* | Merged revisions 67449 via svnmerge from | Martin v. Löwis | 2008-11-30 | 2 | -1/+6 |
|
|
* | Issue #4407: Fix source file that caused the compileall step in Windows | Martin v. Löwis | 2008-11-30 | 2 | -1/+7 |
|
|
* | Blocked revisions 67370 via svnmerge | Benjamin Peterson | 2008-11-30 | 0 | -0/+0 |
|
|
* | Fix more threading API related bugs: Thread.get_name() --> Thread.name. | Amaury Forgeot d'Arc | 2008-11-29 | 3 | -3/+6 |
|
|
* | #4455: IDLE failed to display the windows list when two windows have the same... | Amaury Forgeot d'Arc | 2008-11-28 | 2 | -2/+5 |
|
|
* | Merged revisions 67428 via svnmerge from | Benjamin Peterson | 2008-11-28 | 15 | -86/+104 |
|
|
* | Blocked revisions 67349,67353,67396,67407,67411 via svnmerge | Benjamin Peterson | 2008-11-28 | 0 | -0/+0 |
|
|
* | Fix mp example, remove fix_logger call | Jesse Noller | 2008-11-28 | 1 | -1/+0 |
|
|
* | Merge r67419 to py3k, mp doc fixes | Jesse Noller | 2008-11-28 | 1 | -18/+106 |
|
|
* | Forgot to update Misc/NEWS | Christian Heimes | 2008-11-28 | 1 | -0/+2 |
|
|
* | 2to3 run of multiprocessing examples. | Christian Heimes | 2008-11-28 | 6 | -177/+177 |
|
|
* | Merged revisions 67414 via svnmerge from | Christian Heimes | 2008-11-28 | 2 | -1/+4 |
|
|
* | - Modules/Setup.dist: Add _bisect | Matthias Klose | 2008-11-27 | 1 | -0/+1 |
|
|
* | - Modules/Setup.dist: add datetime, update _elementtree | Matthias Klose | 2008-11-27 | 1 | -1/+2 |
|
|
* | - Modules/Setup.dist: Update pyexpat | Matthias Klose | 2008-11-27 | 1 | -3/+1 |
|
|
* | Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. | Thomas Heller | 2008-11-26 | 2 | -2/+4 |
|
|
* | - Modules/Setup.dist: Fix typo in last checkin | Matthias Klose | 2008-11-26 | 1 | -1/+1 |
|
|
* | - Modules/Setup.dist: Mention _elementtree and _pickle. | Matthias Klose | 2008-11-26 | 1 | -0/+2 |
|
|
* | - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. | Matthias Klose | 2008-11-26 | 2 | -1/+10 |
|
|
* | - fix build failure in Modules/fpectlmodule.c (not built by default) | Matthias Klose | 2008-11-26 | 1 | -1/+1 |
|
|
* | Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. | Thomas Heller | 2008-11-26 | 2 | -29/+18 |
|
|
* | check the return value of NEW_IDENTIFIER in some more places | Benjamin Peterson | 2008-11-25 | 1 | -9/+18 |
|
|
* | Fix a broken test_dbm_gnu as introducted by r67380. | Brett Cannon | 2008-11-25 | 1 | -1/+1 |
|
|
* | Second fix for issue #4373 | Christian Heimes | 2008-11-25 | 2 | -1/+12 |
|
|
* | #4373: Reference leak in the pickle module. | Amaury Forgeot d'Arc | 2008-11-25 | 2 | -0/+4 |
|
|
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 7 | -19/+40 |
|
|
* | Make ast.c compile on Windows again. | Thomas Heller | 2008-11-25 | 1 | -1/+2 |
|
|
* | Blocked revisions 67376 via svnmerge | Benjamin Peterson | 2008-11-25 | 0 | -0/+0 |
|
|
* | Merged revisions 67373 via svnmerge from | Benjamin Peterson | 2008-11-25 | 1 | -15/+47 |
|
|
* | Merged revisions 67183,67191,67371 via svnmerge from | Martin v. Löwis | 2008-11-25 | 3 | -9/+31 |
|
|
* | dbm.dumb was opening files without specifying the encoding. Caused problem on | Brett Cannon | 2008-11-24 | 2 | -8/+13 |
|
|
* | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and | Gregory P. Smith | 2008-11-23 | 2 | -3/+14 |
|
|
* | - Fix typo in last checkin | Matthias Klose | 2008-11-23 | 1 | -1/+1 |
|
|
* | Merge 67349 from the trunk: | Matthias Klose | 2008-11-23 | 1 | -0/+1 |
|
|
* | remove warning about not accepting unicode | Benjamin Peterson | 2008-11-23 | 1 | -4/+0 |
|
|
* | These files used to belong to the "sv" module, which was deleted. | Amaury Forgeot d'Arc | 2008-11-22 | 2 | -217/+0 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 13 | -104/+69 |
|
|
* | Blocked revisions 67307 via svnmerge | Benjamin Peterson | 2008-11-22 | 0 | -0/+0 |
|
|
* | Add 3.0rc3 UUID. | Martin v. Löwis | 2008-11-22 | 1 | -0/+1 |
|
|
* | #4153: finish updating Unicode HOWTO for Py3k changes. | Georg Brandl | 2008-11-22 | 1 | -68/+60 |
|
|
* | Blocked revisions 67336 via svnmerge | Georg Brandl | 2008-11-22 | 0 | -0/+0 |
|
|
* | Fix two mp doc issues from #4012. | Georg Brandl | 2008-11-22 | 1 | -4/+4 |
|
|
* | #4206: fix 2.xisms in multiprocessing docs and docstrings. | Georg Brandl | 2008-11-22 | 2 | -10/+11 |
|
|
* | Blocked revisions 67332 via svnmerge | Georg Brandl | 2008-11-22 | 0 | -0/+0 |
|
|
* | #4372: add bullet point for __cmp__ removal. | Georg Brandl | 2008-11-22 | 1 | -0/+4 |
|
|
* | #4361: fix string.py docstring, clarify that only ASCII characters are in its... | Georg Brandl | 2008-11-22 | 2 | -10/+10 |
|
|
* | #4378: fix a few functional HOWTO 2.xisms. | Georg Brandl | 2008-11-22 | 1 | -156/+153 |
|
|
* | Blocked revisions 67326 via svnmerge | Benjamin Peterson | 2008-11-22 | 0 | -0/+0 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 8 | -16/+24 |
|
|