summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #2816: clarify error messages for EOF while scanning strings.Georg Brandl2008-05-112-4/+5
* #1326: document and test zipimporter.archive and zipimporter.prefix.Georg Brandl2008-05-113-13/+55
* #2709 followup: better description of Tk's pros and cons.Georg Brandl2008-05-112-9/+9
* Add some sentence endings.Georg Brandl2008-05-113-4/+3
* Add the "until" command to pdbBenjamin Peterson2008-05-117-16/+49
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-1111-84/+296
* #1792: Improve performance of marshal.dumps() on large objects by increasingAndrew M. Kuchling2008-05-112-1/+12
* #2452: timeout is used for all blocking operations.Georg Brandl2008-05-115-47/+54
* #2741: clarification of value range for address_family.Georg Brandl2008-05-111-2/+2
* #2147: PEP 237 changes to overflow behavior.Georg Brandl2008-05-114-40/+38
* #2659: add ``break_on_hyphens`` to TextWrapper.Georg Brandl2008-05-114-3/+48
* #2709: clarification.Georg Brandl2008-05-111-1/+2
* Fix typo.Georg Brandl2008-05-111-1/+1
* #2809: elaborate str.split docstring a bit.Georg Brandl2008-05-112-3/+5
* #1153769: document PEP 237 changes to string formatting.Georg Brandl2008-05-111-5/+8
* Added test for copy_reg rename.Alexandre Vassalotti2008-05-112-1/+3
* #2812: document property.getter/setter/deleter.Georg Brandl2008-05-111-6/+42
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-1115-294/+302
* 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
* #2742: ``''`` is not converted to NULL in getaddrinfo.Georg Brandl2008-05-111-4/+4
* Added test framework for handling module renames.Alexandre Vassalotti2008-05-112-12/+78
* reload() takes the module itself.Georg Brandl2008-05-111-1/+1
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-116-4/+15
* Copied two versions of the example from the interactive session. DeleteSkip Montanaro2008-05-111-5/+0
* Flesh out the 3.0 deprecation to suggest using the ctypes module.Brett Cannon2008-05-111-1/+1
* Fix up markup in the deprecation notice.Brett Cannon2008-05-1111-12/+13
* The linuxaudidev module has been deprecated for removal in Python 3.0.Brett Cannon2008-05-115-2/+10
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-104-2/+9
* #1858: add distutils.config moduleAndrew M. Kuchling2008-05-101-0/+124
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-105-3/+14
* Add an entry for the deprecation of the dl module.Brett Cannon2008-05-101-0/+2
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-104-4/+12
* Deprecate the dircache module for 3.0.Brett Cannon2008-05-105-5/+19
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-109-158/+84
* Cleaned up io._BytesIO.write().Alexandre Vassalotti2008-05-101-6/+6
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-109-84/+158
* #1625509: describe behaviour of import lockAndrew M. Kuchling2008-05-101-1/+7
* Document the 'line' argumentAndrew M. Kuchling2008-05-101-1/+6
* Docstring typoAndrew M. Kuchling2008-05-101-1/+1
* Note the PyPI-edness of bsddb185 for people who might still need it.Skip Montanaro2008-05-101-1/+1
* Explicitly refer to current hhp file (2.6a3)Martin v. Löwis2008-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-103-1/+8
* 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-104-2/+11
* Also ignore package deprecations.Brett Cannon2008-05-101-1/+2
* Suppress deprecations for packages as well when usingBrett Cannon2008-05-101-1/+2
* Add an entry on the deprecation of Bastion and rexec.Brett Cannon2008-05-101-0/+2