summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2to3 run of multiprocessing examples.Christian Heimes2008-11-286-177/+177
* Merged revisions 67414 via svnmerge fromChristian Heimes2008-11-282-1/+4
* - Modules/Setup.dist: Add _bisectMatthias Klose2008-11-271-0/+1
* - Modules/Setup.dist: add datetime, update _elementtreeMatthias Klose2008-11-271-1/+2
* - Modules/Setup.dist: Update pyexpatMatthias Klose2008-11-271-3/+1
* Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type.Thomas Heller2008-11-262-2/+4
* - Modules/Setup.dist: Fix typo in last checkinMatthias Klose2008-11-261-1/+1
* - Modules/Setup.dist: Mention _elementtree and _pickle.Matthias Klose2008-11-261-0/+2
* - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.Matthias Klose2008-11-262-1/+10
* - fix build failure in Modules/fpectlmodule.c (not built by default)Matthias Klose2008-11-261-1/+1
* Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages.Thomas Heller2008-11-262-29/+18
* check the return value of NEW_IDENTIFIER in some more placesBenjamin Peterson2008-11-251-9/+18
* Fix a broken test_dbm_gnu as introducted by r67380.Brett Cannon2008-11-251-1/+1
* Second fix for issue #4373Christian Heimes2008-11-252-1/+12
* #4373: Reference leak in the pickle module.Amaury Forgeot d'Arc2008-11-252-0/+4
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-257-19/+40
* Make ast.c compile on Windows again.Thomas Heller2008-11-251-1/+2
* Blocked revisions 67376 via svnmergeBenjamin Peterson2008-11-250-0/+0
* Merged revisions 67373 via svnmerge fromBenjamin Peterson2008-11-251-15/+47
* Merged revisions 67183,67191,67371 via svnmerge fromMartin v. Löwis2008-11-253-9/+31
* dbm.dumb was opening files without specifying the encoding. Caused problem onBrett Cannon2008-11-242-8/+13
* Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple andGregory P. Smith2008-11-232-3/+14
* - Fix typo in last checkinMatthias Klose2008-11-231-1/+1
* Merge 67349 from the trunk:Matthias Klose2008-11-231-0/+1
* remove warning about not accepting unicodeBenjamin Peterson2008-11-231-4/+0
* These files used to belong to the "sv" module, which was deleted.Amaury Forgeot d'Arc2008-11-222-217/+0
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-2213-104/+69
* Blocked revisions 67307 via svnmergeBenjamin Peterson2008-11-220-0/+0
* Add 3.0rc3 UUID.Martin v. Löwis2008-11-221-0/+1
* #4153: finish updating Unicode HOWTO for Py3k changes.Georg Brandl2008-11-221-68/+60
* Blocked revisions 67336 via svnmergeGeorg Brandl2008-11-220-0/+0
* Fix two mp doc issues from #4012.Georg Brandl2008-11-221-4/+4
* #4206: fix 2.xisms in multiprocessing docs and docstrings.Georg Brandl2008-11-222-10/+11
* Blocked revisions 67332 via svnmergeGeorg Brandl2008-11-220-0/+0
* #4372: add bullet point for __cmp__ removal.Georg Brandl2008-11-221-0/+4
* #4361: fix string.py docstring, clarify that only ASCII characters are in its...Georg Brandl2008-11-222-10/+10
* #4378: fix a few functional HOWTO 2.xisms.Georg Brandl2008-11-221-156/+153
* Blocked revisions 67326 via svnmergeBenjamin Peterson2008-11-220-0/+0
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-228-16/+24
* add a glossary entry for "view"Benjamin Peterson2008-11-211-0/+7
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-212-3/+7
* Merged revisions 67320 via svnmerge fromBenjamin Peterson2008-11-212-3/+27
* A few tiny improvements that I had sitting in an edit buffer. More to come.Guido van Rossum2008-11-211-12/+31
* post-3.0rc3Barry Warsaw2008-11-212-3/+15
* Fix minor typos.Raymond Hettinger2008-11-211-3/+3
* Tagging 3.0rc3.Barry Warsaw2008-11-211-0/+1
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-217-14/+14
* a few updates to the gloassary with regards to __future__ and divisionBenjamin Peterson2008-11-211-27/+12
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-213-27/+52
* fix test_gzipBenjamin Peterson2008-11-211-1/+1