summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are calledRaymond Hettinger2004-12-311-1/+1
|
* Update to VC 7.1.Martin v. Löwis2004-12-301-54/+54
|
* Fix mention of TextEdit to state it can save in plaintext.Brett Cannon2004-12-241-2/+2
|
* discuss how the __builtin__ module is normally used, and try to clarify theFred Drake2004-12-231-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 Cannon2004-12-221-3/+1
|
* Backport from trunk: add accidentally removed \end{description} back in.Johannes Gijsbers2004-12-211-0/+1
|
* Back-ported: marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-201-3/+3
| | | | immediately segfaults, due to a typo!
* Bug #1088206: zlib decompressobj documentation typoRaymond Hettinger2004-12-201-1/+1
|
* * reworked berkeleydb include and library detection code in setup.pyGregory P. Smith2004-12-191-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 incorrectRaymond Hettinger2004-12-191-10/+1
|
* Backport checkin: Fix typo (from SF bug #1086127).Walter Dörwald2004-12-151-1/+1
|
* SF bug #1084457: ossaudiodev no longer undocumentedRaymond Hettinger2004-12-141-5/+0
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2004-12-131-0/+0
| | | | 'release24-maint'.
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-124-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 Cannon2004-12-111-1/+1
|
* SF bug #1081370: Bad reference in whrandom docsRaymond Hettinger2004-12-101-1/+4
|
* SF bug #1082944: Incorrect docs for PyUnicode_TailMatchRaymond Hettinger2004-12-101-1/+2
| | | | | * Note correct return type is int. * Note that -1 returned on failure.
* Backport: Fix for SF bug #947894: calendar.weekheader() undocumentedWalter Dörwald2004-12-061-0/+5
|
* more version cruftFred Drake2004-12-051-0/+5
|
* Fixed errors reported in SF bug #1074693Vinay Sajip2004-12-031-6/+23
|
* Backport minor documentation fixups.Raymond Hettinger2004-12-023-89/+104
|
* - fix up internal hyperlink generation in PDF formatting so that links atFred Drake2004-12-011-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 Astrand2004-11-301-1/+1
|
* REVERT revision 1.260; the trunk is FROZEN.Fred Drake2004-11-291-1/+1
| | | | | This change can be made on the trunk and release24-maint branch after the trunk is unfrozen.
* Fix a nit.Raymond Hettinger2004-11-291-1/+1
|
* Fix typo.Raymond Hettinger2004-11-251-1/+1
|
* Clarify the ordering of dictionary keys.Raymond Hettinger2004-11-251-2/+4
|
* Make sure the money formatting recipe can doesn't run out of digitsRaymond Hettinger2004-11-251-8/+14
| | | | to the right of the decimal point.
* 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