summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Small fixes, mostly in the markup.Thomas Heller2006-06-221-7/+7
* Fix typos.Thomas Heller2006-06-181-28/+27
* Update url.George Yoshida2006-06-172-11/+11
* 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
* Document paramflags.Thomas Heller2006-06-141-21/+129
* Write more docs.Thomas Heller2006-06-141-32/+143
* 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
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-132-0/+40
* 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
* New docs for ctypes.Thomas Heller2006-06-103-565/+925
* Sync with Optik docs (rev 518):Greg Ward2006-06-101-5/+210
* RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...Georg Brandl2006-06-091-2/+8
* Import wsgiref into the stdlib, as of the external version 0.1-r2181.Phillip J. Eby2006-06-092-0/+780
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-081-0/+46
* Typo fixAndrew M. Kuchling2006-06-081-1/+1
* Mention other placeholdersAndrew M. Kuchling2006-06-071-2/+3
* Add an SQLite introduction, taken from the 'What's New' textAndrew M. Kuchling2006-06-071-0/+98
* On python-dev Thomas Heller said these were committedTim Peters2006-06-062-916/+108
* Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...Thomas Heller2006-06-062-108/+916
* Remove doctest.testmod's deprecated (in 2.4) `isprivate`Tim Peters2006-06-051-10/+5
* Revert revisions:Tim Peters2006-06-042-38/+0
* Markup fixGeorge Yoshida2006-06-042-6/+6
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-042-0/+38
* Minor rewordingAndrew M. Kuchling2006-06-031-7/+7
* [Bug #1441864] Clarify description of 'data' argumentAndrew M. Kuchling2006-06-031-5/+7
* [Bug #1475554] Strengthen text to say 'must' instead of 'should'Andrew M. Kuchling2006-06-031-2/+2
* [Bug #1472084] Fix description of do_tagAndrew M. Kuchling2006-06-031-2/+3
* pprint functions used to sort a dict (by key) if and only ifTim Peters2006-06-021-0/+4
* [Bug #1473048]Andrew M. Kuchling2006-05-311-0/+9
* Clarify wording on default values for strptime(); defaults are used when betterBrett Cannon2006-05-311-1/+2
* Patches #1497027 and #972322: try HTTP digest auth first,Georg Brandl2006-05-291-3/+1
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-292-6/+6
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-281-2/+15
* Write more docs.Thomas Heller2006-05-261-17/+175
* needspeed: rpartition documentation, tests, and a bug fixes.Fredrik Lundh2006-05-261-0/+9
* Reordered, and wrote more docs.Thomas Heller2006-05-261-74/+127
* Write some docs.Thomas Heller2006-05-261-0/+40