summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)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
| | | | (closes SF bug #1008998)
* documentation for the zipimport module using contributed patchFred Drake2005-01-191-0/+1
| | | | (closes SF bug #853800; markup adjusted)
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-01-191-0/+133
| | | | 'release23-maint'.
* Description of args to IMAP4.store() in imaplibFred Drake2005-01-191-1/+20
| | | | (closes SF patch #1084092; modified per comments in SF)
* fix a bunch of spelling errorsFred Drake2005-01-195-5/+5
| | | | (closes SF patch #1104868)
* remove spurious line from widget variables exampleFred Drake2005-01-191-1/+0
| | | | (closes SF patch #1094815)
* 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
| | | | containing these functions. (I will backport to Python 2.3)
* 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
| | | | | | also specified. Closes bug #1045381.
* 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
| | | | Backport.
* SF bug #901654: split method documentation can be improvedRaymond Hettinger2004-09-061-2/+16
| | | | Backport to Py2.3.
* 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
| | | | | | documentation to link to - document the termination condition for cmd.Cmd.cmdloop() - document the use of the return value for cmd.Cmd.do_*() methods
* minor cleanup of the previous change; now matches corresponding changeFred Drake2004-07-261-2/+2
| | | | on the trunk
* 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
| | | | | | | | | - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects the documented behavior: the function passed to the onerror() handler can now also be os.listdir. [I could've sworn I checked this in, but apparently I didn't, or it got lost???]
* Clarify docs for getargspec() that when there are not default values the fourthBrett Cannon2004-07-101-3/+3
| | | | | | value in the returned tuple is None. Closes bug #637217 by clarifying the behavior.
* 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
| | | | docs
* [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 that it can't be done on Windows. Backported from HEAD.
* 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
| | | | (closes SF patch #870287)
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-126-6/+6
| | | | (closes SF patch #952047)
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
| | | | (closes SF bug #952212)
* 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
| | | | Windows. Closes SF # 586899.
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-1/+1
| | | | (closes SF bug #881707)
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+19
| | | | | - describe __getnewargs__() (with index entry) (closes SF bug #873246)
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
| | | | | | | are enough subtleties to pickling that we don't want misunderstanding to spread because we don't provide all the information twice. The reference to the pickle module for information will have to suffice; at least only one portion of the docs will be out of date. ;-(
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
| | | | | constants (closes SF bug #837929)
* SF #814606: fix mixer docs to talk about "controls", not "channels".Greg Ward2004-05-051-25/+27
| | | | | | General cleanup of mixer docs, especially clarifying which exceptions are thrown when. Trim \platform{}, add \versionadded{}.
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
| | | | | | http://mail.python.org/pipermail/python-dev/2003-September/037922.html for background. It appears I forgot to ever submit a bug report or patch.