summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Updated docs for email.Message.get_filename()Barry Warsaw2006-01-171-4/+5
* [Bug #1194249] Fix duplicate assignment in example codeAndrew M. Kuchling2005-06-011-1/+1
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-2/+17
* fix typeset of vertical bar for PDF formatFred Drake2005-01-191-2/+2
* documentation for the zipimport module using contributed patchFred Drake2005-01-191-0/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-01-191-0/+133
* Description of args to IMAP4.store() in imaplibFred Drake2005-01-191-1/+20
* fix a bunch of spelling errorsFred Drake2005-01-195-5/+5
* remove spurious line from widget variables exampleFred Drake2005-01-191-1/+0
* Fix typo about what method to call when expand_tabs is true.Brett Cannon2004-12-111-1/+1
* backport weekheader() doc fix to 2.3Skip Montanaro2004-12-061-0/+5
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-111-2/+3
* SF bug #1030118, this should have named the email.Utils module as the oneBarry Warsaw2004-11-011-2/+2
* add missing line breakFred Drake2004-10-251-1/+1
* Typo fixes, and a minor edit to clarify a sentenceAndrew M. Kuchling2004-10-191-4/+4
* [Bug #1049826] Update version of zlib referenced in textAndrew M. Kuchling2004-10-191-2/+2
* Add support for using %U and %W in strptime when year and day of the week areBrett Cannon2004-10-181-2/+6
* SF bug #1048756, Doc typo for pdbNeal Norwitz2004-10-171-1/+1
* SF patch #1047577, typo in liblocale.texNeal Norwitz2004-10-171-1/+1
* Fix for SF bug # 1032960.Barry Warsaw2004-10-091-4/+5
* [Bug #1022311] curses module uses y,x ordering of arguments, not x,yAndrew M. Kuchling2004-10-081-5/+5
* [Bug #1041501] Fix example codeAndrew M. Kuchling2004-10-081-1/+1
* SF bug #1020540: a wrong link from "frame object" in lib index.Raymond Hettinger2004-09-061-3/+4
* SF bug #901654: split method documentation can be improvedRaymond Hettinger2004-09-061-2/+16
* Use correct constantsAndrew M. Kuchling2004-08-311-2/+2
* Patch #1015021: Stop claiming that coerce can return None.Martin v. Löwis2004-08-251-1/+1
* - make references to the readline module hyperlinks now that there isFred Drake2004-07-301-5/+13
* minor cleanup of the previous change; now matches corresponding changeFred Drake2004-07-261-2/+2
* fix information about what flag database files are opened with by defaultFred Drake2004-07-261-6/+6
* Patch #997668: Correct explanation of salts.Martin v. Löwis2004-07-261-1/+9
* Patch #993187: Make rstrip doc similar to lstrip.Martin v. Löwis2004-07-191-1/+1
* Backport:Guido van Rossum2004-07-141-1/+1
* Clarify docs for getargspec() that when there are not default values the fourthBrett Cannon2004-07-101-3/+3
* Add missing word in InvalidStateError definition.Brett Cannon2004-06-171-1/+1
* make a reference to the SimpleHTTPServer module a hyperlink to theFred Drake2004-06-091-1/+1
* [Bug #953177] Mention .getlist(); text from Paul MooreAndrew M. Kuchling2004-06-061-9/+4
* SF 964876 mapping a 0 length fileTim Peters2004-06-061-8/+10
* Document which string methods are locale-dependent. Fixes #935749.Martin v. Löwis2004-06-031-0/+24
* fix various descriptions of "ctime"Fred Drake2004-05-122-2/+6
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-126-6/+6
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
* markup adjustmentFred Drake2004-05-111-3/+5
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-1/+1
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+19
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* SF #814606: fix mixer docs to talk about "controls", not "channels".Greg Ward2004-05-051-25/+27
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16