summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-164-2/+4
* #2895: don't crash with bytes as keyword argument names.Georg Brandl2008-05-161-0/+8
* Rename the repr module file to reprlib.py.Alexandre Vassalotti2008-05-161-0/+0
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-168-21/+20
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-168-22/+94
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-168-60/+235
* Merged revisions 63339 via svnmerge fromBrett Cannon2008-05-161-10/+6
* Remove the statvfs module.Brett Cannon2008-05-162-16/+0
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-167-9/+47
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-1616-107/+363
* Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-154-3/+6
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-153-2/+34
* Fixed another missed ConfigParser import rename.Alexandre Vassalotti2008-05-151-1/+1
* Fixed configparser import in distutils.config.Alexandre Vassalotti2008-05-151-0/+124
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-147-24/+24
* Change Pickler._batch_appends() and Pickler._batch_setitems() to takeAlexandre Vassalotti2008-05-141-2/+4
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-138-17/+19
* remove plat-darwinBenjamin Peterson2008-05-132-360/+0
* remove test_multifileBenjamin Peterson2008-05-121-66/+0
* Remove the Mac modulesBenjamin Peterson2008-05-12154-38493/+33
* Fix doctest's __all__.Georg Brandl2008-05-121-4/+2
* Remove function obsolete since Python 2.3 from traceback module.Georg Brandl2008-05-121-8/+1
* Remove deprecated Tester class from doctest module.Georg Brandl2008-05-122-198/+6
* #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konq...Amaury Forgeot d'Arc2008-05-121-1/+2
* Remove the multifile module as deprecated by PEP 4.Brett Cannon2008-05-121-158/+0
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-129-47/+47
* The __all__ value for 'collections' was missing UserList and UserString.Brett Cannon2008-05-122-1/+3
* Revert commit r63088.Alexandre Vassalotti2008-05-111-0/+0
* Remove the sre module.Brett Cannon2008-05-112-23/+0
* Remove old backwards-compatibility classes from the cgi module.Georg Brandl2008-05-112-161/+5
* Remove rfc822 dependency in test.Georg Brandl2008-05-111-6/+3
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-112-3/+14
* #756982: Remove rfc822 reference.Georg Brandl2008-05-111-2/+1
* Renamed PixMapWrapper module to pixmapwrapper.Alexandre Vassalotti2008-05-111-0/+0
* Rename Queue module to queue.Alexandre Vassalotti2008-05-116-24/+38
* Remove test for now-removed classes.Georg Brandl2008-05-111-154/+0
* fix __all__Benjamin Peterson2008-05-111-2/+1
* #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge...Georg Brandl2008-05-112-192/+1
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-1112-275/+275
* Remove the mhlib module.Brett Cannon2008-05-113-1345/+0
* The ihooks module has been removed.Brett Cannon2008-05-102-515/+0
* Remove the fpformat module.Brett Cannon2008-05-102-217/+0
* Remove the dircache module.Brett Cannon2008-05-103-113/+1
* Fixup old, invalid import.Jeremy Hylton2008-05-101-1/+1
* The Canvas module has been removed.Brett Cannon2008-05-101-188/+0
* Removed redundant max() call.Alexandre Vassalotti2008-05-091-1/+1
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* Issue 2748: fix __ceil__, __floor__ and __round__ magic methods inMark Dickinson2008-05-092-9/+184
* Remove os.path.walkBenjamin Peterson2008-05-084-104/+5
* Merged revisions 62873,62887,62892-62896,62904 via svnmerge fromBenjamin Peterson2008-05-084-18/+29