summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* interators -> iterators (thanks Taggnostr)Gregory P. Smith2008-12-021-1/+1
* Finished what I'm going to write about the standard library.Guido van Rossum2008-12-021-49/+87
* Finished the "porting to 3.0" section. Had to add a label toGuido van Rossum2008-12-022-7/+31
* Another checkpoint. More XXXes added...Guido van Rossum2008-12-023-205/+274
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-023-8/+14
* Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be si...Raymond Hettinger2008-12-021-1/+1
* Another checkpoint to switch machines.Guido van Rossum2008-12-021-3/+65
* Add missing bracket.Walter Dörwald2008-12-021-1/+1
* Fix typo.Walter Dörwald2008-12-021-1/+1
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-026-32/+34
* Fix docutils parsing errors in Misc/NEWS.Alexandre Vassalotti2008-12-021-9/+10
* fix markupBenjamin Peterson2008-12-021-1/+1
* Checkpoint. Added some stuff. Mostly XXX notes for myself. :-)Guido van Rossum2008-12-021-94/+257
* Merged revisions 67467 via svnmerge fromGeorg Brandl2008-12-011-1/+5
* Add script forgotten in r67464.Martin v. Löwis2008-12-011-0/+10
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-015-22/+77
* Update copyright for recent changes.Raymond Hettinger2008-11-301-1/+1
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-3023-34/+129
* Merged revisions 67442 via svnmerge fromBenjamin Peterson2008-11-301-25/+40
* Merged revisions 67449 via svnmerge fromMartin v. Löwis2008-11-302-1/+6
* Issue #4407: Fix source file that caused the compileall step in WindowsMartin v. Löwis2008-11-302-1/+7
* Blocked revisions 67370 via svnmergeBenjamin Peterson2008-11-300-0/+0
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-293-3/+6
* #4455: IDLE failed to display the windows list when two windows have the same...Amaury Forgeot d'Arc2008-11-282-2/+5
* Merged revisions 67428 via svnmerge fromBenjamin Peterson2008-11-2815-86/+104
* Blocked revisions 67349,67353,67396,67407,67411 via svnmergeBenjamin Peterson2008-11-280-0/+0
* Fix mp example, remove fix_logger callJesse Noller2008-11-281-1/+0
* Merge r67419 to py3k, mp doc fixesJesse Noller2008-11-281-18/+106
* Forgot to update Misc/NEWSChristian Heimes2008-11-281-0/+2
* 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