summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #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
* Suppress deprecations for packages as well when usingBrett Cannon2008-05-101-1/+2
* Deprecate the bsddb185 module for removal in 3.0.Brett Cannon2008-05-102-2/+8
* Deprecate Bastion and rexec for 3.0.Brett Cannon2008-05-101-1/+2
* Deprecate the pure module for 3.0.Brett Cannon2008-05-091-1/+10
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-092-3/+421
* Issue #2487. math.ldexp(x, n) raised OverflowError when n was large andMark Dickinson2008-05-091-0/+18
* Deprecate test.testall for removal in 3.0.Brett Cannon2008-05-092-0/+8
* Deprecate the new module for removal in 3.0.Brett Cannon2008-05-092-2/+3
* Add Py3k warnings to os.path.walkBenjamin Peterson2008-05-091-0/+11
* Replace instances of os.path.walk with os.walkBenjamin Peterson2008-05-081-5/+3
* Deprecate the user module for removal in 3.0.Brett Cannon2008-05-081-1/+1
* Fix sys.flags to properly expose bytes_warning.Brett Cannon2008-05-081-1/+1
* Fix a bug introduced by the addition of the 'record' argument toBrett Cannon2008-05-081-2/+2
* Make test.test_support.catch_warning() take an argument specifying if anyBrett Cannon2008-05-081-5/+6
* The mutex module has been deprecated for removal in 3.0.Brett Cannon2008-05-083-3/+16
* Deprecate the imputil module for removal in 3.0.Brett Cannon2008-05-081-1/+1
* Disabled some unit tests for the upcoming release. See #2777Christian Heimes2008-05-061-6/+6
* Deprecate the audiodev module for 3.0.Brett Cannon2008-05-061-1/+35
* When testing a module's __all__, we really don't care if it is deprecated.Brett Cannon2008-05-061-15/+10
* Implemented PEP 370Christian Heimes2008-05-061-1/+34
* Fix logic error in Python/_warnings.c and add a test to verifyBenjamin Peterson2008-05-061-0/+9
* Fix a bug in the handling of the stacklevel argument in warnings.warn() whereBrett Cannon2008-05-061-0/+2