Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch #1080684: typo repair. Thanks George Yoshida! | Johannes Gijsbers | 2004-12-12 | 4 | -9/+10 | |
| | | | | | | | | | | | | | | | | - 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 | |
| | ||||||
* | SF bug #1082944: Incorrect docs for PyUnicode_TailMatch | Raymond Hettinger | 2004-12-10 | 1 | -1/+2 | |
| | | | | | * Note correct return type is int. * Note that -1 returned on failure. | |||||
* | Backport: Fix for SF bug #947894: calendar.weekheader() undocumented | Walter Dörwald | 2004-12-06 | 1 | -0/+5 | |
| | ||||||
* | more version cruft | Fred Drake | 2004-12-05 | 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 | 3 | -89/+104 | |
| | ||||||
* | - fix up internal hyperlink generation in PDF formatting so that links at | Fred Drake | 2004-12-01 | 1 | -8/+17 | |
| | | | | | | | the beginning of a paragraph do not generate errors; this affected things like \refmodule when it came first in a paragraph - clean up the .sty file to separate out the treatment of the start of a new paragraph | |||||
* | Corrected example for replacing shell pipeline. Fixes bug 1073790. | Peter Astrand | 2004-11-30 | 1 | -1/+1 | |
| | ||||||
* | REVERT revision 1.260; the trunk is FROZEN. | Fred Drake | 2004-11-29 | 1 | -1/+1 | |
| | | | | | This change can be made on the trunk and release24-maint branch after the trunk is unfrozen. | |||||
* | Fix a nit. | Raymond Hettinger | 2004-11-29 | 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. | |||||
* | Following a LtU thread, change introductory paragraph of decimal section | Andrew M. Kuchling | 2004-11-25 | 1 | -7/+9 | |
| | ||||||
* | add missing dependency | Fred Drake | 2004-11-24 | 1 | -0/+1 | |
| | ||||||
* | 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. | |||||
* | Correct the handling of 0-termination of PyUnicode_AsWideChar() | Marc-André Lemburg | 2004-11-22 | 1 | -3/+7 | |
| | | | | | | | | and its usage in PyLocale_strcoll(). Clarify the documentation on this. Thanks to Andreas Degert for pointing this out. | |||||
* | Fixed quantize syntax. | Facundo Batista | 2004-11-20 | 1 | -1/+1 | |
| | ||||||
* | Fill in the benchmark figures, bogus or not; add a disclaimer | Andrew M. Kuchling | 2004-11-19 | 1 | -3/+4 | |
| | ||||||
* | Last pass to fill in contributor names; remove stray 'contributed by' from ↵ | Andrew M. Kuchling | 2004-11-19 | 1 | -10/+12 | |
| | | | | the incompatible changes section; remove some XXX comments | |||||
* | It's GTK+, apparently; remove XXX comment | Andrew M. Kuchling | 2004-11-19 | 1 | -2/+0 | |
| | ||||||
* | Bump version number; update patch/bug counts; bet that the final release ↵ | Andrew M. Kuchling | 2004-11-19 | 1 | -6/+5 | |
| | | | | will be in December | |||||
* | SF patch #1068456: small update for pdb docs | Raymond Hettinger | 2004-11-18 | 1 | -0/+7 | |
| | ||||||
* | SF bug #1066036: Typo about PyErr_WriteUnraisable() | Raymond Hettinger | 2004-11-18 | 1 | -1/+1 | |
| | ||||||
* | SF bug #1067018: Obsolete info in Tutorial 9.1 | Raymond Hettinger | 2004-11-18 | 1 | -9/+0 | |
| | | | | | | Removed a section that is out of date after type/class unification. While there was still some validity, the paragraph offered more confusion that insight. | |||||
* | SF bug #1067023: A small typo | Raymond Hettinger | 2004-11-18 | 1 | -2/+2 | |
| | | | | Make a minor clarification between "written" and "displayed". | |||||
* | Comment for performance measurement. | Raymond Hettinger | 2004-11-18 | 1 | -0/+8 | |
| | ||||||
* | SF bug 1066438: datetime.replace method description error | Tim Peters | 2004-11-15 | 1 | -7/+7 | |
| | | | | Repair typo in example. | |||||
* | avoid applying :active to anchors that are only link targets | Fred Drake | 2004-11-13 | 1 | -1/+1 | |
| | | | | (no href attribute) | |||||
* | add another way to specify an alternate name for the documentation set, | Fred Drake | 2004-11-13 | 2 | -1/+12 | |
| | | | | so that this is harder to forget to do for development of new styles | |||||
* | if we treat \LaTeX specially, we need to do the same for \TeX | Fred Drake | 2004-11-13 | 1 | -0/+1 | |
| | ||||||
* | - wrap a long line | Fred Drake | 2004-11-13 | 1 | -1/+5 | |
| | | | | - add directory information for the "What's New" document | |||||
* | avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply | Fred Drake | 2004-11-13 | 1 | -2/+2 | |
| | | | | doesn't look right in HTML | |||||
* | 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 | |
| | ||||||
* | remove some generated cruft now that we avoid the removal of elements | Fred Drake | 2004-11-11 | 1 | -8/+7 | |
| | | | | with no content (due to the text_cleanup() override in l2hinit.perl) | |||||
* | Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet | Fred Drake | 2004-11-11 | 5 | -7/+13 | |
| | ||||||
* | add a comment explaining a particular text transformation | Fred Drake | 2004-11-11 | 1 | -0/+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 unhelpful property setting that overrides the right setting for | Fred Drake | 2004-11-11 | 1 | -1/+0 | |
| | | | | text-align in .realtable cells; fix suggested by Richard Brodie | |||||
* | - remove use of a "list" environment (replace with a table) | Fred Drake | 2004-11-11 | 1 | -15/+12 | |
| | | | | - fix minor markup nits | |||||
* | - hack for MSIE5 to make (real) tables center | Fred Drake | 2004-11-10 | 2 | -13/+13 | |
| | | | | - remove last <center> element (long deprecated in HTML) | |||||
* | more HTML styling detail changes | Fred Drake | 2004-11-10 | 2 | -4/+16 | |
| | ||||||
* | move table formatting for grammar productions from HTML to CSS | Fred Drake | 2004-11-10 | 2 | -17/+40 | |
| | ||||||
* | minor markup nits; fix missing whitespace | Fred Drake | 2004-11-10 | 1 | -2/+2 | |
| |