summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge in Thomas Heller's typo fix from revision 1.13.Fred Drake2002-01-151-1/+1
* Adjust the instructions for building large file support so that it worksFred Drake2002-01-101-6/+4
* backport Fred's 1.58:Anthony Baxter2002-01-101-0/+13
* Do not mask the name of a built-in function in example code.Fred Drake2002-01-051-1/+1
* Fix minor typo reported in SF patch #497951.Fred Drake2002-01-051-1/+1
* Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they areFred Drake2001-12-271-6/+19
* Fix wrongly-named formal parameters in three places: begin_y was used twiceFred Drake2001-12-261-76/+75
* Fix the erroneous availability annotation for s.makefile() from the lastFred Drake2001-12-221-1/+0
* Add notes that fromfd() and s.makefile() are Unix-specific.Fred Drake2001-12-211-8/+11
* Remove extraneous "}"; possibly an incorrectly backported patch?Fred Drake2001-12-151-1/+1
* Add a links to the gmpy and mxNumber packages.Fred Drake2001-12-151-0/+13
* Document that the flag and mode arguments to dumbdbm.open() are ignored.Fred Drake2001-12-071-10/+6
* Describe the behavior of the read() method when the list of filenamesFred Drake2001-12-071-0/+18
* Update the platform notes for the CGIHTTPServer module; it works on moreFred Drake2001-11-191-3/+3
* Typo: NamedNodeList --> NamedNodeMapFred Drake2001-10-251-1/+1
* Clarify that the resource module does not attempt to mask platformFred Drake2001-10-221-1/+3
* Add deprecations for profile.HotProfile and profile.OldProfile, since theyFred Drake2001-10-191-0/+4
* Remove lines that should never have been checked into thisFred Drake2001-08-091-9/+3
* Remove some false statements.Fred Drake2001-07-191-4/+2
* Revise the description of time.clock() so that it correctly describes theFred Drake2001-07-161-4/+11
* Fix return value for m.group() for groups not in the part of the RE thatFred Drake2001-07-121-1/+1
* Added information about the timeout parameter to the poll() method forFred Drake2001-07-111-1/+5
* Explain the exit code for the wait() method, including a reference toFred Drake2001-07-061-1/+6
* The fpectl module does not work on Windows, so remove Windows from theFred Drake2001-07-051-2/+2
* Marked the parameters to Stats.print_*() as optional.Fred Drake2001-07-021-3/+3
* Correct a markup error for an accented character.Fred Drake2001-06-291-1/+1
* Removed some stray periods, and fix up a number of visible markupFred Drake2001-06-291-20/+22
* SourceForge bug #437041:Fred Drake2001-06-291-8/+8
* Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>:Fred Drake2001-06-291-4/+1
* Backport Martin's checkin 1.4 (with minor fix):Thomas Wouters2001-06-271-1/+1
* Updated link to zlib's home page.Fred Drake2001-06-251-3/+2
* Re-organize a little, clean up some markup.Fred Drake2001-06-221-52/+73
* Corrected an error in the information on supporting weak references inFred Drake2001-06-221-9/+7
* Fix & clean up the information about building Python with large file supportFred Drake2001-06-221-4/+3
* Properly mark the availability of tempnam() and tmpnam().Fred Drake2001-06-221-0/+3
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
* Add the appropriate availability annotations for the popen*() family ofFred Drake2001-06-111-4/+7
* Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). AddedFred Drake2001-06-111-3/+11
* Merge in recent changes from development branch: add warning about beingFred Drake2001-06-111-0/+11
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Document os.getenv().Fred Drake2001-05-311-0/+7
* Some general cleanup of the threading module documentation, includingFred Drake2001-05-311-25/+15
* readlink() description: Added note that the return value may be eitherFred Drake2001-05-291-5/+20
* The parameter to the listen() method is not optional, but was marked asFred Drake2001-05-291-1/+1
* Add a version annotation for splitdrive(); old, but as long as I managedFred Drake2001-05-251-0/+1
* Add a list of mapping interface methods which are not supported byFred Drake2001-05-221-1/+4
* Add some clarifications about the mapping interface presented byFred Drake2001-05-221-2/+4
* Fix bug in smtplib example: the prompt said to end the message with ^D,Fred Drake2001-05-201-3/+6
* Fix typo in weakref.proxy() documentation.Fred Drake2001-05-101-1/+1
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-102-18/+7