summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-123-1/+10
* #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-113-237/+219
* Moved the Queue module stub in lib-old.Alexandre Vassalotti2008-05-111-0/+0
* #2535: remove duplicated method.Georg Brandl2008-05-111-3/+0
* - #2250: Exceptions raised during evaluation of names in rlcompleter'sGeorg Brandl2008-05-111-1/+4
* Added stub for the PixMapWrapper module to be renamed in 3.0.Alexandre Vassalotti2008-05-113-219/+237
* Try setting HOME env.var to fix test on Win32Andrew M. Kuchling2008-05-111-1/+1
* 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-117-266/+274
* Add message to test assertionAndrew M. Kuchling2008-05-111-1/+2
* #2803: fix wrong invocation of heappush in seldom-reached code.Georg Brandl2008-05-111-1/+1
* #2787: Flush stdout after writing test name, helpful when runningGeorg Brandl2008-05-111-0/+4
* #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
* Add some sentence endings.Georg Brandl2008-05-111-2/+1
* Add the "until" command to pdbBenjamin Peterson2008-05-113-16/+35
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-117-80/+251
* #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-112-2/+29
* 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-1112-255/+263
* 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-114-4/+7
* 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-102-2/+5
* #1858: add distutils.config moduleAndrew M. Kuchling2008-05-101-0/+124
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-103-3/+7
* 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-104-5/+13
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-105-113/+80
* Cleaned up io._BytesIO.write().Alexandre Vassalotti2008-05-101-6/+6
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-105-80/+113
* Docstring typoAndrew M. Kuchling2008-05-101-1/+1
* 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-102-1/+6
* 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-102-2/+5
* 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-103-1/+8
* Deprecate the pure module for 3.0.Brett Cannon2008-05-091-1/+10
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-093-14/+499
* Issue #2487. math.ldexp(x, n) raised OverflowError when n was large andMark Dickinson2008-05-091-0/+18