summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Document functions added in 2.3 and 2.5.Martin v. Löwis2006-07-031-4/+75
* - consistency nit: always include "()" in \function and \methodFred Drake2006-06-301-8/+8
* Document decorator usage of property.Georg Brandl2006-06-301-1/+16
* add string methods to indexSkip Montanaro2006-06-291-0/+1
* [Bug #1508766] Add docs for uuid module; this puts the module in the 'Interne...Andrew M. Kuchling2006-06-281-0/+1
* [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with...Andrew M. Kuchling2006-06-281-0/+231
* Make full module name available as __module_name__ even when __name__ is set ...Nick Coghlan2006-06-281-8/+13
* Describe workaround for PyRange_New()'s removalAndrew M. Kuchling2006-06-261-2/+7
* [Bug #1511998] Various comments from Nick Coghlan; thanks!Andrew M. Kuchling2006-06-261-18/+20
* Fit Makefile for the Python doc environment better; this is a step towardAndrew M. Kuchling2006-06-231-62/+58
* Small fixes, mostly in the markup.Thomas Heller2006-06-221-7/+7
* Fix my name ;)Georg Brandl2006-06-221-1/+1
* fix markup nitFred Drake2006-06-221-1/+1
* Mention how to suppress warningsAndrew M. Kuchling2006-06-221-3/+13
* Reset the doc date to today for the automatic doc buildsNeal Norwitz2006-06-221-1/+1
* Bump versionAndrew M. Kuchling2006-06-211-1/+1
* Note some of Barry's workAndrew M. Kuchling2006-06-211-1/+7
* Link to LibRef module documentationAndrew M. Kuchling2006-06-211-1/+13
* [Bug #1504456] Mention xml -> xmlcore changeAndrew M. Kuchling2006-06-201-0/+9
* Minor edits and rearrangements; markup fixAndrew M. Kuchling2006-06-201-18/+14
* Add introductory paragraphs summarizing the release; minor editsAndrew M. Kuchling2006-06-201-11/+34
* Terminology and typography fixesAndrew M. Kuchling2006-06-203-5/+5
* Add four library itemsAndrew M. Kuchling2006-06-201-0/+23
* Uncomment wsgiref sectionAndrew M. Kuchling2006-06-201-8/+6
* remove non-working document formats from edistFred Drake2006-06-191-1/+1
* Preparing for 2.5b1.Anthony Baxter2006-06-191-1/+1
* Fix typos.Thomas Heller2006-06-181-28/+27
* remove unnecessary markupFred Drake2006-06-181-1/+1
* Update url.George Yoshida2006-06-172-11/+11
* markup fixGeorge Yoshida2006-06-171-1/+1
* SF patch 1504676: Make sgmllib char and entity references pluggableFred Drake2006-06-161-11/+43
* minor documentation cleanup. mention the bsddb.db interface explicitly by name.Gregory P. Smith2006-06-151-8/+14
* Patch #1446489 (zipfile: support for ZIP64)Ronald Oussoren2006-06-151-8/+16
* Bug #805015: doc error in PyUnicode_FromEncodedObject.Georg Brandl2006-06-141-15/+8
* Add itemAndrew M. Kuchling2006-06-141-0/+6
* Document paramflags.Thomas Heller2006-06-141-21/+129
* Bug #1153163: describe __add__ vs __radd__ behavior when addingGeorg Brandl2006-06-141-4/+19
* Write more docs.Thomas Heller2006-06-141-32/+143
* Bug #1501122: mention __gt__ &co in description of comparison order.Georg Brandl2006-06-141-2/+6
* Patch #1455898: Incremental mode for "mbcs" codec.Martin v. Löwis2006-06-141-0/+12
* SequenceMatcher.get_matching_blocks(): This now guarantees thatTim Peters2006-06-141-0/+10
* Updated documentation for pysqlite 2.3.0 API.Gerhard Häring2006-06-131-3/+38
* More docs for ctypes.Thomas Heller2006-06-131-43/+177
* Add ability to set stack sizeAndrew M. Kuchling2006-06-131-0/+9
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-132-0/+40
* Mention uuid moduleAndrew M. Kuchling2006-06-131-0/+31
* The site module documentation also described the Windows behaviour incorrectly.Nick Coghlan2006-06-121-6/+7
* SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks.Greg Ward2006-06-111-7/+7
* Add versionadded to docNeal Norwitz2006-06-111-0/+2
* Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,Greg Ward2006-06-111-5/+10