summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* GHOP #180 by Michael Schneider: add examples to the socketserver documentation.Georg Brandl2008-05-181-18/+233
* Rename html.parser file, and split html.entities from htmllibGeorg Brandl2008-05-174-51/+48
* document the renames for modules moved to the html packageFred Drake2008-05-172-0/+16
* update references and documentation for modules in the new html packageFred Drake2008-05-172-12/+12
* Replace signatures with optional arguments in square brackets withLars Gustäbel2008-05-171-51/+51
* Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.Alexandre Vassalotti2008-05-161-1/+1
* 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-161-3/+3
* Deprecated statvfs for removal in 3.0.Brett Cannon2008-05-161-0/+6
* 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
* 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
* #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
* Fix markup.Georg Brandl2008-05-121-1/+1
* Fix parameter name for enumerate().Georg Brandl2008-05-121-8/+9
* #2836: backport new string formatting docs.Georg Brandl2008-05-122-1/+370
* #1713041: fix pprint's handling of maximum depth.Georg Brandl2008-05-121-3/+2
* 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-124-16/+18
* 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
* #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-112-11/+8
* #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