summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The CD and cd modules for IRIX are deprecated for 3.0.Brett Cannon2008-05-145-1/+16
* Install the json package and tests as well as the lib2to3 testsNeal Norwitz2008-05-141-1/+2
* Fix another "refleak" by clearing the filters after test.Georg Brandl2008-05-141-0/+1
* Fix "refleak" by restoring the tearDown method removed by accident (AFAICT)Neal Norwitz2008-05-141-6/+1
* Add NEWS entry for #2831.Georg Brandl2008-05-141-0/+2
* Enable the updated Lib/bsddb/test suite to run.Gregory P. Smith2008-05-141-10/+7
* Rewrap some lines in test_py3kwarn.Brett Cannon2008-05-141-7/+10
* Deprecate al/AL for removal in 3.0.Brett Cannon2008-05-146-3/+18
* List all the removes and renamed modulesAndrew M. Kuchling2008-05-141-8/+30
* Fix a refleak in the _warnings module.Georg Brandl2008-05-131-1/+3
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-1325-714/+1213
* Remove leftovers from reverted setuptools checkin (they were added in r45525).Marc-André Lemburg2008-05-131-2/+0
* #2831: add start argument to enumerate(). Patch by Scott Dial and me.Georg Brandl2008-05-133-11/+45
* bsddb module updated to version 4.6.4Jesus Cea2008-05-133-301/+1445
* use .format and fix a bugBenjamin Peterson2008-05-131-5/+5
* Make error messages more helpfulBenjamin Peterson2008-05-121-2/+5
* Adapt test_pyclbr to the new version of urllib.py:Amaury Forgeot d'Arc2008-05-121-1/+5
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-1259-11/+286
* Sync code with documentation, and remove Win95 support in winsound module.Amaury Forgeot d'Arc2008-05-122-69/+11
* Win 95/98 is no longer supported.Georg Brandl2008-05-121-7/+0
* Mention version in which the new marshal version was introduced.Georg Brandl2008-05-121-1/+2
* Marshal is at version 2.Georg Brandl2008-05-121-2/+2
* Fix markup.Georg Brandl2008-05-121-1/+1
* #1760: try-except-finally is one statement since PEP 341.Georg Brandl2008-05-121-4/+4
* #2767: don't clear globs in run() call, since they could be needed in tearDown,Georg Brandl2008-05-121-1/+1
* #2766: remove code without effect.Georg Brandl2008-05-121-2/+0
* Fix parameter name for enumerate().Georg Brandl2008-05-121-8/+9
* #2836: backport new string formatting docs.Georg Brandl2008-05-123-3/+371
* #1713041: fix pprint's handling of maximum depth.Georg Brandl2008-05-124-6/+26
* Added 'n' presentation type for integers.Eric Smith2008-05-121-3/+3
* MacOSX: remove dependency on Carbon package for urllibRonald Oussoren2008-05-121-24/+194
* Remove references to platform 'mac'Ronald Oussoren2008-05-122-30/+4
* Fix-up docs for the copyreg module renaming.Georg Brandl2008-05-124-9/+13
* Fix-up docs for socketserver and queue renaming.Georg Brandl2008-05-126-18/+20
* Deprecate the timing module for removal in Python 3.0.Brett Cannon2008-05-123-0/+8
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-124-1/+10
* Deprecate the multifile module as per PEP 4.Brett Cannon2008-05-123-1/+8
* Added stub entry in the documentation mentioning SocketServerAlexandre Vassalotti2008-05-122-0/+10
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-1214-64/+61
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-124-1/+13
* make message slightly more informative, so there's no chance of misunderstand...Benjamin Peterson2008-05-121-1/+1
* #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagateBenjamin Peterson2008-05-123-3/+20
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-125-7/+15
* Put Lib/lib-old back on to sys.path for module renames.Brett Cannon2008-05-113-2/+9
* Revert commit r63086.Alexandre Vassalotti2008-05-114-240/+219
* Moved the Queue module stub in lib-old.Alexandre Vassalotti2008-05-111-0/+0
* Add a deprecation notice to mailbox' old classes' doc.Georg Brandl2008-05-111-1/+3
* Formally deprecate old classes in the cgi module.Georg Brandl2008-05-111-3/+5
* #2535: remove duplicated method.Georg Brandl2008-05-111-3/+0
* Clarify os.strerror()s exception behavior.Georg Brandl2008-05-111-1/+2