summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Doc changes for the big Tkinter rename.Georg Brandl2008-05-167-92/+156
* Fix reprlib docs.Georg Brandl2008-05-162-3/+3
* Document O_ASYNC addition.Georg Brandl2008-05-161-1/+2
* #2845: fix copy2's docs.Georg Brandl2008-05-161-2/+3
* #2869: remove parameter from signature.Georg Brandl2008-05-161-1/+1
* Updated reprlib's documentation to mention the renaming.Alexandre Vassalotti2008-05-161-0/+7
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-162-6/+6
* Deprecated statvfs for removal in 3.0.Brett Cannon2008-05-161-0/+6
* fix typos in whatsnewBenjamin Peterson2008-05-151-2/+3
* add Mac modules to the list of deprecated onesBenjamin Peterson2008-05-151-4/+45
* Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.Brett Cannon2008-05-151-0/+10
* Update docs for deprecation of IRIX modules.Brett Cannon2008-05-157-1/+58
* Note some removals and a renameAndrew M. Kuchling2008-05-151-3/+9
* Added documentation stub for ConfigParser.Alexandre Vassalotti2008-05-141-0/+8
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-142-32/+27
* Update configparser docs for lowercasing rename.Georg Brandl2008-05-143-8/+14
* List all the removes and renamed modulesAndrew M. Kuchling2008-05-141-8/+30
* #2831: add start argument to enumerate(). Patch by Scott Dial and me.Georg Brandl2008-05-131-5/+7
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-1215-4/+127
* Win 95/98 is no longer supported.Georg Brandl2008-05-121-7/+0
* 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