| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated docs for email.Message.get_filename() | Barry Warsaw | 2006-01-17 | 1 | -4/+5 |
| | | |||||
| * | [Bug #1194249] Fix duplicate assignment in example code | Andrew M. Kuchling | 2005-06-01 | 1 | -1/+1 |
| | | |||||
| * | correct ontosys url - closes 1167329 | Skip Montanaro | 2005-03-21 | 1 | -1/+1 |
| | | |||||
| * | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 1 | -2/+17 |
| | | |||||
| * | fix typeset of vertical bar for PDF format | Fred Drake | 2005-01-19 | 1 | -2/+2 |
| | | | | | (closes SF bug #1008998) | ||||
| * | documentation for the zipimport module using contributed patch | Fred Drake | 2005-01-19 | 1 | -0/+1 |
| | | | | | (closes SF bug #853800; markup adjusted) | ||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2005-01-19 | 1 | -0/+133 |
| | | | | | 'release23-maint'. | ||||
| * | Description of args to IMAP4.store() in imaplib | Fred Drake | 2005-01-19 | 1 | -1/+20 |
| | | | | | (closes SF patch #1084092; modified per comments in SF) | ||||
| * | fix a bunch of spelling errors | Fred Drake | 2005-01-19 | 5 | -5/+5 |
| | | | | | (closes SF patch #1104868) | ||||
| * | remove spurious line from widget variables example | Fred Drake | 2005-01-19 | 1 | -1/+0 |
| | | | | | (closes SF patch #1094815) | ||||
| * | Fix typo about what method to call when expand_tabs is true. | Brett Cannon | 2004-12-11 | 1 | -1/+1 |
| | | |||||
| * | backport weekheader() doc fix to 2.3 | Skip Montanaro | 2004-12-06 | 1 | -0/+5 |
| | | |||||
| * | Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet | Fred Drake | 2004-11-11 | 1 | -2/+3 |
| | | |||||
| * | SF bug #1030118, this should have named the email.Utils module as the one | Barry Warsaw | 2004-11-01 | 1 | -2/+2 |
| | | | | | containing these functions. (I will backport to Python 2.3) | ||||
| * | add missing line break | Fred Drake | 2004-10-25 | 1 | -1/+1 |
| | | |||||
| * | Typo fixes, and a minor edit to clarify a sentence | Andrew M. Kuchling | 2004-10-19 | 1 | -4/+4 |
| | | |||||
| * | [Bug #1049826] Update version of zlib referenced in text | Andrew M. Kuchling | 2004-10-19 | 1 | -2/+2 |
| | | |||||
| * | Add support for using %U and %W in strptime when year and day of the week are | Brett Cannon | 2004-10-18 | 1 | -2/+6 |
| | | | | | | | also specified. Closes bug #1045381. | ||||
| * | SF bug #1048756, Doc typo for pdb | Neal Norwitz | 2004-10-17 | 1 | -1/+1 |
| | | |||||
| * | SF patch #1047577, typo in liblocale.tex | Neal Norwitz | 2004-10-17 | 1 | -1/+1 |
| | | |||||
| * | Fix for SF bug # 1032960. | Barry Warsaw | 2004-10-09 | 1 | -4/+5 |
| | | |||||
| * | [Bug #1022311] curses module uses y,x ordering of arguments, not x,y | Andrew M. Kuchling | 2004-10-08 | 1 | -5/+5 |
| | | |||||
| * | [Bug #1041501] Fix example code | Andrew M. Kuchling | 2004-10-08 | 1 | -1/+1 |
| | | |||||
| * | SF bug #1020540: a wrong link from "frame object" in lib index. | Raymond Hettinger | 2004-09-06 | 1 | -3/+4 |
| | | | | | Backport. | ||||
| * | SF bug #901654: split method documentation can be improved | Raymond Hettinger | 2004-09-06 | 1 | -2/+16 |
| | | | | | Backport to Py2.3. | ||||
| * | Use correct constants | Andrew M. Kuchling | 2004-08-31 | 1 | -2/+2 |
| | | |||||
| * | Patch #1015021: Stop claiming that coerce can return None. | Martin v. Löwis | 2004-08-25 | 1 | -1/+1 |
| | | |||||
| * | - make references to the readline module hyperlinks now that there is | Fred Drake | 2004-07-30 | 1 | -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 change | Fred Drake | 2004-07-26 | 1 | -2/+2 |
| | | | | | on the trunk | ||||
| * | fix information about what flag database files are opened with by default | Fred Drake | 2004-07-26 | 1 | -6/+6 |
| | | |||||
| * | Patch #997668: Correct explanation of salts. | Martin v. Löwis | 2004-07-26 | 1 | -1/+9 |
| | | |||||
| * | Patch #993187: Make rstrip doc similar to lstrip. | Martin v. Löwis | 2004-07-19 | 1 | -1/+1 |
| | | |||||
| * | Backport: | Guido van Rossum | 2004-07-14 | 1 | -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 fourth | Brett Cannon | 2004-07-10 | 1 | -3/+3 |
| | | | | | | | value in the returned tuple is None. Closes bug #637217 by clarifying the behavior. | ||||
| * | Add missing word in InvalidStateError definition. | Brett Cannon | 2004-06-17 | 1 | -1/+1 |
| | | |||||
| * | make a reference to the SimpleHTTPServer module a hyperlink to the | Fred Drake | 2004-06-09 | 1 | -1/+1 |
| | | | | | docs | ||||
| * | [Bug #953177] Mention .getlist(); text from Paul Moore | Andrew M. Kuchling | 2004-06-06 | 1 | -9/+4 |
| | | |||||
| * | SF 964876 mapping a 0 length file | Tim Peters | 2004-06-06 | 1 | -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öwis | 2004-06-03 | 1 | -0/+24 |
| | | |||||
| * | fix various descriptions of "ctime" | Fred Drake | 2004-05-12 | 2 | -2/+6 |
| | | | | | (closes SF patch #870287) | ||||
| * | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 6 | -6/+6 |
| | | | | | (closes SF patch #952047) | ||||
| * | add note about the __name__ read-only attribute | Fred Drake | 2004-05-12 | 1 | -1/+6 |
| | | | | | (closes SF bug #952212) | ||||
| * | markup adjustment | Fred Drake | 2004-05-11 | 1 | -3/+5 |
| | | |||||
| * | Added a note describing how fp should be opened in binary mode, especially on | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
| | | | | | Windows. Closes SF # 586899. | ||||
| * | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 1 | -1/+1 |
| | | | | | (closes SF bug #881707) | ||||
| * | - note that __getinitargs__() is only for old-style classes | Fred Drake | 2004-05-05 | 1 | -2/+19 |
| | | | | | | - describe __getnewargs__() (with index entry) (closes SF bug #873246) | ||||
| * | Remove list of pickle protocol names used by the copy module; there | Fred Drake | 2004-05-05 | 1 | -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 Drake | 2004-05-05 | 1 | -0/+2 |
| | | | | | | constants (closes SF bug #837929) | ||||
| * | SF #814606: fix mixer docs to talk about "controls", not "channels". | Greg Ward | 2004-05-05 | 1 | -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. Eby | 2004-05-04 | 1 | -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. | ||||
