summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for re...Brett Cannon2008-05-151-1/+2
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-142-19/+19
* Renamed the ConfigParser module to 'configparser'.Alexandre Vassalotti2008-05-141-1/+2
* Deprecate CL, CL_old, and cl for 3.0.Brett Cannon2008-05-141-1/+1
* Deprecate the cdplayer module for IRIX for 3.0.Brett Cannon2008-05-141-1/+2
* The cddb module for IRIX has been deprecated for 3.0.Brett Cannon2008-05-141-1/+1
* The CD and cd modules for IRIX are deprecated for 3.0.Brett Cannon2008-05-141-1/+1
* 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
* 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-142-3/+3
* #2831: add start argument to enumerate(). Patch by Scott Dial and me.Georg Brandl2008-05-131-1/+15
* 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-121-1/+13
* #1713041: fix pprint's handling of maximum depth.Georg Brandl2008-05-121-0/+15
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-121-1/+2
* Deprecate the multifile module as per PEP 4.Brett Cannon2008-05-121-1/+2
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-124-32/+32
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+2
* #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagateBenjamin Peterson2008-05-121-0/+10
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-122-6/+4
* Revert commit r63086.Alexandre Vassalotti2008-05-111-17/+7
* Added stub for the PixMapWrapper module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-7/+17
* Added test for Queue rename warning.Alexandre Vassalotti2008-05-111-1/+1
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-111-2/+13
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-113-18/+18
* #2816: clarify error messages for EOF while scanning strings.Georg Brandl2008-05-111-2/+3
* #1326: document and test zipimporter.archive and zipimporter.prefix.Georg Brandl2008-05-111-0/+32
* #1792: Improve performance of marshal.dumps() on large objects by increasingAndrew M. Kuchling2008-05-111-0/+8
* #2659: add ``break_on_hyphens`` to TextWrapper.Georg Brandl2008-05-111-0/+8
* Added test for copy_reg rename.Alexandre Vassalotti2008-05-111-1/+1
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-115-46/+46
* Removed a dead line of code.Alexandre Vassalotti2008-05-111-1/+0
* Fixed typo in a comment of test_support.CleanImport.Alexandre Vassalotti2008-05-111-1/+1
* Added test framework for handling module renames.Alexandre Vassalotti2008-05-112-12/+78
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-113-4/+3
* The linuxaudidev module has been deprecated for removal in Python 3.0.Brett Cannon2008-05-112-2/+2
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-101-1/+2
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-102-3/+4
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-102-4/+3
* Deprecate the dircache module for 3.0.Brett Cannon2008-05-103-5/+10
* Make sure warnings are not suppressed when testing for the raisedBrett Cannon2008-05-101-1/+1
* The Canvas module has been deprecated for removal in 3.0.Brett Cannon2008-05-101-1/+2
* Add a test for the deprecation of the compiler package.Brett Cannon2008-05-101-1/+1
* Add the examples in the json module docstring as a doctestBenjamin Peterson2008-05-101-0/+1
* Deprecate the compiler package for removal in 3.0.Brett Cannon2008-05-101-2/+2
* Also ignore package deprecations.Brett Cannon2008-05-101-1/+2