| Commit message (Expand) | 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 |
|
|
| * | documentation for the zipimport module using contributed patch | Fred Drake | 2005-01-19 | 1 | -0/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2005-01-19 | 1 | -0/+133 |
|
|
| * | Description of args to IMAP4.store() in imaplib | Fred Drake | 2005-01-19 | 1 | -1/+20 |
|
|
| * | fix a bunch of spelling errors | Fred Drake | 2005-01-19 | 5 | -5/+5 |
|
|
| * | remove spurious line from widget variables example | Fred Drake | 2005-01-19 | 1 | -1/+0 |
|
|
| * | 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 |
|
|
| * | 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 |
|
|
| * | 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 |
|
|
| * | SF bug #901654: split method documentation can be improved | Raymond Hettinger | 2004-09-06 | 1 | -2/+16 |
|
|
| * | 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 |
|
|
| * | minor cleanup of the previous change; now matches corresponding change | Fred Drake | 2004-07-26 | 1 | -2/+2 |
|
|
| * | 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 |
|
|
| * | Clarify docs for getargspec() that when there are not default values the fourth | Brett Cannon | 2004-07-10 | 1 | -3/+3 |
|
|
| * | 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 |
|
|
| * | [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 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 |
|
|
| * | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 6 | -6/+6 |
|
|
| * | add note about the __name__ read-only attribute | Fred Drake | 2004-05-12 | 1 | -1/+6 |
|
|
| * | 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 |
|
|
| * | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 1 | -1/+1 |
|
|
| * | - note that __getinitargs__() is only for old-style classes | Fred Drake | 2004-05-05 | 1 | -2/+19 |
|
|
| * | Remove list of pickle protocol names used by the copy module; there | Fred Drake | 2004-05-05 | 1 | -5/+1 |
|
|
| * | note that the error code for socket.gaierror will be one of the EAI_* | Fred Drake | 2004-05-05 | 1 | -0/+2 |
|
|
| * | SF #814606: fix mixer docs to talk about "controls", not "channels". | Greg Ward | 2004-05-05 | 1 | -25/+27 |
|
|
| * | Document readline module functions added in Python 2.3. See: | Phillip J. Eby | 2004-05-04 | 1 | -0/+16 |
|
|