summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-121-3/+2
* Added 'n' presentation type for integers.Eric Smith2008-05-121-3/+3
* 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-121-0/+2
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-121-0/+2
* 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-125-14/+13
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-121-1/+4
* Revert commit r63086.Alexandre Vassalotti2008-05-111-3/+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
* Clarify os.strerror()s exception behavior.Georg Brandl2008-05-111-1/+2
* - #2250: Exceptions raised during evaluation of names in rlcompleter'sGeorg Brandl2008-05-111-1/+2
* Added stub for the PixMapWrapper module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-0/+3
* Added test for Queue rename warning.Alexandre Vassalotti2008-05-111-0/+2
* #1326: document and test zipimporter.archive and zipimporter.prefix.Georg Brandl2008-05-111-11/+14
* #2709 followup: better description of Tk's pros and cons.Georg Brandl2008-05-112-9/+9
* Add some sentence endings.Georg Brandl2008-05-111-1/+1
* Add the "until" command to pdbBenjamin Peterson2008-05-112-0/+11
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-112-4/+39
* #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-111-1/+17
* #2709: clarification.Georg Brandl2008-05-111-1/+2
* Fix typo.Georg Brandl2008-05-111-1/+1
* #1153769: document PEP 237 changes to string formatting.Georg Brandl2008-05-111-5/+8
* Added test for copy_reg rename.Alexandre Vassalotti2008-05-111-0/+2
* #2812: document property.getter/setter/deleter.Georg Brandl2008-05-111-6/+42
* #2742: ``''`` is not converted to NULL in getaddrinfo.Georg Brandl2008-05-111-4/+4
* reload() takes the module itself.Georg Brandl2008-05-111-1/+1
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-111-0/+6
* Copied two versions of the example from the interactive session. DeleteSkip Montanaro2008-05-111-5/+0
* 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-111-0/+2
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-101-0/+2
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-101-0/+5
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-101-0/+5
* Deprecate the dircache module for 3.0.Brett Cannon2008-05-101-0/+6
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-102-39/+4
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-102-4/+39
* #1625509: describe behaviour of import lockAndrew M. Kuchling2008-05-101-1/+7
* Document the 'line' argumentAndrew M. Kuchling2008-05-101-1/+6