summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Following a LtU thread, change introductory paragraph of decimal sectionAndrew M. Kuchling2004-11-251-7/+9
|
* add missing dependencyFred Drake2004-11-241-0/+1
|
* SF bug #1071566: moneyfmt recipe in decimal documentation has errorRaymond Hettinger2004-11-241-1/+3
|
* os.walk(): Changed the "sum of bytes consumed by files" example to useTim Peters2004-11-221-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 Peters2004-11-221-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é Lemburg2004-11-221-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 Batista2004-11-201-1/+1
|
* Fill in the benchmark figures, bogus or not; add a disclaimerAndrew M. Kuchling2004-11-191-3/+4
|
* Last pass to fill in contributor names; remove stray 'contributed by' from ↵Andrew M. Kuchling2004-11-191-10/+12
| | | | the incompatible changes section; remove some XXX comments
* It's GTK+, apparently; remove XXX commentAndrew M. Kuchling2004-11-191-2/+0
|
* Bump version number; update patch/bug counts; bet that the final release ↵Andrew M. Kuchling2004-11-191-6/+5
| | | | will be in December
* SF patch #1068456: small update for pdb docsRaymond Hettinger2004-11-181-0/+7
|
* SF bug #1066036: Typo about PyErr_WriteUnraisable()Raymond Hettinger2004-11-181-1/+1
|
* SF bug #1067018: Obsolete info in Tutorial 9.1Raymond Hettinger2004-11-181-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 typoRaymond Hettinger2004-11-181-2/+2
| | | | Make a minor clarification between "written" and "displayed".
* Comment for performance measurement.Raymond Hettinger2004-11-181-0/+8
|
* SF bug 1066438: datetime.replace method description errorTim Peters2004-11-151-7/+7
| | | | Repair typo in example.
* avoid applying :active to anchors that are only link targetsFred Drake2004-11-131-1/+1
| | | | (no href attribute)
* add another way to specify an alternate name for the documentation set,Fred Drake2004-11-132-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 \TeXFred Drake2004-11-131-0/+1
|
* - wrap a long lineFred Drake2004-11-131-1/+5
| | | | - add directory information for the "What's New" document
* avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simplyFred Drake2004-11-131-2/+2
| | | | doesn't look right in HTML
* SF bug 1060644. Better explanation of min() and max() methods. Thanks ↵Facundo Batista2004-11-121-4/+8
| | | | Raymond Hettinger and Tim Peters.
* SF #1063757: fix markup error (had LaTeX markup in the reST source,Greg Ward2004-11-121-1/+1
| | | | oops!).
* Minor grammatical errors fixedVinay Sajip2004-11-111-7/+6
|
* remove some generated cruft now that we avoid the removal of elementsFred Drake2004-11-111-8/+7
| | | | with no content (due to the text_cleanup() override in l2hinit.perl)
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-115-7/+13
|
* add a comment explaining a particular text transformationFred Drake2004-11-111-0/+3
|
* Replace last two uses of the "list" environment with "description"Fred Drake2004-11-111-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 forFred Drake2004-11-111-1/+0
| | | | text-align in .realtable cells; fix suggested by Richard Brodie
* - remove use of a "list" environment (replace with a table)Fred Drake2004-11-111-15/+12
| | | | - fix minor markup nits
* - hack for MSIE5 to make (real) tables centerFred Drake2004-11-102-13/+13
| | | | - remove last <center> element (long deprecated in HTML)
* more HTML styling detail changesFred Drake2004-11-102-4/+16
|
* move table formatting for grammar productions from HTML to CSSFred Drake2004-11-102-17/+40
|
* minor markup nits; fix missing whitespaceFred Drake2004-11-101-2/+2
|
* remove unreachable cruftFred Drake2004-11-101-2/+0
|
* add a comment about one of the remaining warts in the tableFred Drake2004-11-101-0/+6
| | | | formatting
* remove comment that seems to be wrong after all; browsers do implementFred Drake2004-11-101-4/+0
| | | | | this, but I was misled by a LaTeX2HTML wart that I worked around yesterday
* move much of the table styling out of the HTML and into the CSS;Fred Drake2004-11-102-70/+81
| | | | | this also makes some constructs more XHTML friendly (including adding in some missing </tr> tags)
* more more styling to the CSSFred Drake2004-11-102-2/+3
|
* more XHTML friendliness: <dl compact> becomes well-formedFred Drake2004-11-101-6/+6
|
* override a bit of LaTeX2HTML so empty table cells don't disappear fromFred Drake2004-11-101-0/+43
| | | | the output
* Bump version numberAndrew M. Kuchling2004-11-091-221/+383
| | | | | Add doctest section Wordsmithing
* Patch #1062033 / bug #1027771: clarify what happens when callingJohannes Gijsbers2004-11-071-1/+3
| | | | insertBefore() with refChild=None.
* Patch #1062018 / bug #1038693: comment out dead link in tkinter docs.Johannes Gijsbers2004-11-071-2/+2
|
* Added more documentation about the executable argument.Peter Astrand2004-11-071-0/+7
| | | | Fixes #1056441.
* Patch #1061924: add documentation for BaseRotatingHandler and correctJohannes Gijsbers2004-11-071-2/+5
| | | | reference to non-existent function 'setRollover()'.
* Clarify that it's not necessary to subclass from TestCase to create aJohannes Gijsbers2004-11-071-1/+2
| | | | | test case. As Jeremy put it: "subclassing is an implementation technique, not a type declaration".
* Patch #1061857: add documentation for previously undocumentedJohannes Gijsbers2004-11-071-0/+49
| | | | TimedRotatingFileHandler class. Thanks Jeroen Vloothuis!
* SF patch #1061780: use a new -m option in pdb and profile invocationsRaymond Hettinger2004-11-072-2/+2
| | | | Doc patch submitted by Ilya Sandler.