Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SF bug #1108303: fix .split() maxsplit doc | Raymond Hettinger | 2005-01-26 | 1 | -1/+1 | |
| | | | | Docs incorrectly stated that maxsplit=0 would cause unlimited splitting. | |||||
* | SF bug #1105286: Undocumented implicit strip() in split(None) string method | Raymond Hettinger | 2005-01-25 | 1 | -6/+10 | |
| | | | | Clarify the behavior when a string begins or ends with whitespace. | |||||
* | 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 | |
| | | | | 'release24-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) | |||||
* | Backport patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: | Johannes Gijsbers | 2005-01-09 | 1 | -9/+44 | |
| | | | | | | | | | | | | | * Document hasFeature(), createDocument(), CreateDocumentType(), hasAttribute(), hasAttributeNS(). * In the documentation for createDocument(), it is now stated that the Python DOM API allows implementations to forego creation of the document element child node, if no namespace and local name arguments are given. (This possibility is left open and unaddressed in the W3C spec). * Addition by me: use 'name' rather than 'attname', for consistency with the DOM specification and the Python DOM API implementation. | |||||
* | SF patch 1094011: Docs for file() vs open(). | Raymond Hettinger | 2005-01-07 | 1 | -3/+6 | |
| | ||||||
* | SF bug #1091740: garbage collector still documented as optional | Raymond Hettinger | 2005-01-07 | 1 | -5/+0 | |
| | ||||||
* | Clarify that DictMixin is still useful. Only the UserDict class was supplanted. | Raymond Hettinger | 2005-01-04 | 1 | -13/+11 | |
| | ||||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 42 | -64/+64 | |
| | ||||||
* | SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called | Raymond Hettinger | 2004-12-31 | 1 | -1/+1 | |
| | ||||||
* | discuss how the __builtin__ module is normally used, and try to clarify the | Fred Drake | 2004-12-23 | 1 | -5/+38 | |
| | | | | | difference between __builtins__ and __builtin__ (based on an email comment) (backported from trunk revision 1.9) | |||||
* | Remove outdated comments about Macintosh for expanduser and expandvars. | Brett Cannon | 2004-12-22 | 1 | -3/+1 | |
| | ||||||
* | Backport from trunk: add accidentally removed \end{description} back in. | Johannes Gijsbers | 2004-12-21 | 1 | -0/+1 | |
| | ||||||
* | Back-ported: marshal.dumps() with the new optional argument 'version' just | Armin Rigo | 2004-12-20 | 1 | -3/+3 | |
| | | | | immediately segfaults, due to a typo! | |||||
* | Bug #1088206: zlib decompressobj documentation typo | Raymond Hettinger | 2004-12-20 | 1 | -1/+1 | |
| | ||||||
* | * reworked berkeleydb include and library detection code in setup.py | Gregory P. Smith | 2004-12-19 | 1 | -1/+1 | |
| | | | | | to make sure the library version that matches the header file is used. * update the bsddb module docs to indicate BerkeleyDB 3.2 thru 4.3 support | |||||
* | Bug #1066607: "Limitations" section of profiler docs is incorrect | Raymond Hettinger | 2004-12-19 | 1 | -10/+1 | |
| | ||||||
* | Backport checkin: Fix typo (from SF bug #1086127). | Walter Dörwald | 2004-12-15 | 1 | -1/+1 | |
| | ||||||
* | SF bug #1084457: ossaudiodev no longer undocumented | Raymond Hettinger | 2004-12-14 | 1 | -5/+0 | |
| | ||||||
* | Patch #1080684: typo repair. Thanks George Yoshida! | Johannes Gijsbers | 2004-12-12 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True | |||||
* | Fix typo for what method is called when expand_tabs is true. | Brett Cannon | 2004-12-11 | 1 | -1/+1 | |
| | ||||||
* | SF bug #1081370: Bad reference in whrandom docs | Raymond Hettinger | 2004-12-10 | 1 | -1/+4 | |
| | ||||||
* | Backport: Fix for SF bug #947894: calendar.weekheader() undocumented | Walter Dörwald | 2004-12-06 | 1 | -0/+5 | |
| | ||||||
* | Fixed errors reported in SF bug #1074693 | Vinay Sajip | 2004-12-03 | 1 | -6/+23 | |
| | ||||||
* | Backport minor documentation fixups. | Raymond Hettinger | 2004-12-02 | 1 | -1/+1 | |
| | ||||||
* | Corrected example for replacing shell pipeline. Fixes bug 1073790. | Peter Astrand | 2004-11-30 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. | Raymond Hettinger | 2004-11-25 | 1 | -1/+1 | |
| | ||||||
* | Clarify the ordering of dictionary keys. | Raymond Hettinger | 2004-11-25 | 1 | -2/+4 | |
| | ||||||
* | Make sure the money formatting recipe can doesn't run out of digits | Raymond Hettinger | 2004-11-25 | 1 | -8/+14 | |
| | | | | to the right of the decimal point. | |||||
* | SF bug #1071566: moneyfmt recipe in decimal documentation has error | Raymond Hettinger | 2004-11-24 | 1 | -1/+3 | |
| | ||||||
* | os.walk(): Changed the "sum of bytes consumed by files" example to use | Tim Peters | 2004-11-22 | 1 | -1/+1 | |
| | | | | | | a generator expression instead of a listcomp. Not a backport candidate (genexps are new in 2.4). | |||||
* | SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. | Tim Peters | 2004-11-22 | 1 | -5/+5 | |
| | | | | | | | | | | | Clarify that the example assumes no links are present; the point of the example is to illustrate a need for topdown=False, not to wrestle with platform-dependent link convolutions. Also spell os.path.join() out in full, instead of using a shortcut import. The bug reporter was confused by that too, and it's clearer this way. Bugfix candidate; but I don't intend to backport it. | |||||
* | Fixed quantize syntax. | Facundo Batista | 2004-11-20 | 1 | -1/+1 | |
| | ||||||
* | SF patch #1068456: small update for pdb docs | Raymond Hettinger | 2004-11-18 | 1 | -0/+7 | |
| | ||||||
* | SF bug 1066438: datetime.replace method description error | Tim Peters | 2004-11-15 | 1 | -7/+7 | |
| | | | | Repair typo in example. | |||||
* | SF bug 1060644. Better explanation of min() and max() methods. Thanks ↵ | Facundo Batista | 2004-11-12 | 1 | -4/+8 | |
| | | | | Raymond Hettinger and Tim Peters. | |||||
* | SF #1063757: fix markup error (had LaTeX markup in the reST source, | Greg Ward | 2004-11-12 | 1 | -1/+1 | |
| | | | | oops!). | |||||
* | Minor grammatical errors fixed | Vinay Sajip | 2004-11-11 | 1 | -7/+6 | |
| | ||||||
* | Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet | Fred Drake | 2004-11-11 | 1 | -2/+3 | |
| | ||||||
* | Replace last two uses of the "list" environment with "description" | Fred Drake | 2004-11-11 | 1 | -6/+6 | |
| | | | | | | | | | environments. Closes SF bug #692442: Konqueror can't render docs because of malformed HTML. While the generated HTML is still terrible, the cited cases of <DL COMPACT> have been removed. The general problem of XHTML conformance has not been solved, but is endemic to LaTeX2HTML output. | |||||
* | - remove use of a "list" environment (replace with a table) | Fred Drake | 2004-11-11 | 1 | -15/+12 | |
| | | | | - fix minor markup nits | |||||
* | Patch #1062033 / bug #1027771: clarify what happens when calling | Johannes Gijsbers | 2004-11-07 | 1 | -1/+3 | |
| | | | | insertBefore() with refChild=None. | |||||
* | Patch #1062018 / bug #1038693: comment out dead link in tkinter docs. | Johannes Gijsbers | 2004-11-07 | 1 | -2/+2 | |
| | ||||||
* | Added more documentation about the executable argument. | Peter Astrand | 2004-11-07 | 1 | -0/+7 | |
| | | | | Fixes #1056441. | |||||
* | Patch #1061924: add documentation for BaseRotatingHandler and correct | Johannes Gijsbers | 2004-11-07 | 1 | -2/+5 | |
| | | | | reference to non-existent function 'setRollover()'. | |||||
* | Clarify that it's not necessary to subclass from TestCase to create a | Johannes Gijsbers | 2004-11-07 | 1 | -1/+2 | |
| | | | | | test case. As Jeremy put it: "subclassing is an implementation technique, not a type declaration". |