summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Add strong security warning about the rexec module.Fred Drake2002-08-271-1/+10
* SF # 572928 One word change for lib/libgettext.texNeal Norwitz2002-06-241-1/+1
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* Typo: bites --> bytesFred Drake2002-06-181-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-182-0/+67
* Note the limitation that mime_decode_header() only works for Latin-1.Fred Drake2002-06-181-0/+1
* Clarified documentation for os.access().Fred Drake2002-06-181-5/+7
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
* Add version annotations for some older changes to the calendar module.Fred Drake2002-06-131-2/+10
* Backport to 2.1.x:Guido van Rossum2002-05-311-0/+12
* Add availability information for a couple of the types.Fred Drake2002-05-211-2/+4
* Add a note explaining the interaction between unbuffered input andFred Drake2002-05-061-1/+4
* Add information on support for repietition & concatenation for bufferFred Drake2002-05-021-7/+15
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Add missing right-parenthesis.Fred Drake2002-05-011-1/+1
* Add a note about when the "%r" formatting code was added.Fred Drake2002-04-301-0/+1
* Be more consistent, both internally and with recommended practice (withinFred Drake2002-04-261-7/+8
* Add text about circular references caused by storing frames in localFred Drake2002-04-231-0/+15
* Do not call "knee" a standard module.Fred Drake2002-04-081-3/+1
* Back-port Neal Norwitz's patch:Fred Drake2002-04-041-1/+1
* Fix stupid typo in example.Fred Drake2002-03-161-1/+1
* Clarify the descriptions of the positive and negative lookbehind assertions.Fred Drake2002-03-161-9/+30
* "level" keyword argument in example should be "stacklevel".Fred Drake2002-03-121-1/+1
* Add an availability statement for alarm().Fred Drake2002-02-151-0/+1
* Consistently use \textasciicircum to produce a ^ character.Fred Drake2002-02-141-17/+23
* Add keyword.kwlist to the public API.Fred Drake2002-01-241-1/+8
* 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