summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* SF bug #827902: ctime is not creation timeRaymond Hettinger2003-10-271-1/+2
* Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text ...Andrew M. Kuchling2003-10-271-4/+4
* Replace the window() example with pairwise() which demonstrates tee().Raymond Hettinger2003-10-261-10/+4
* Added itertools.tee()Raymond Hettinger2003-10-241-17/+39
* [Bug #809174] loads() and dumps() not documentedAndrew M. Kuchling2003-10-221-0/+24
* Avoid confusing name for the 3rd argument to str.replace().Fred Drake2003-10-221-3/+3
* - make this section formatFred Drake2003-10-211-100/+98
* markup fixes; this would not formatFred Drake2003-10-211-2/+2
* ConfigParser.items() and SafeConfigParser.items() no longer return aFred Drake2003-10-211-3/+3
* Use 'predicate = bool' as the default predicate for ifilter[false].Guido van Rossum2003-10-201-4/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-202-2/+2
* Fixed \versionadded for the (?(id/name)yes|no) expression support.Gustavo Niemeyer2003-10-181-1/+1
* Patch #825679: Clarify semantics of .isfoo on empty strings.Martin v. Löwis2003-10-181-5/+7
* Patch #809535: Mention behaviour of seek on text files. Backported to 2.3.Martin v. Löwis2003-10-181-1/+6
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-0/+9
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-161-36/+28
* Initial checkin of docs for Lib/platform.py .Brett Cannon2003-10-142-0/+224
* SF bug #821701: reduce docs neglect a very important piece of information.Raymond Hettinger2003-10-131-1/+3
* SF patch #819955: Erroneous \seemodule in tarfile docsRaymond Hettinger2003-10-121-1/+1
* Adopt Christian Stork's suggested argument order for the logic quantifiers.Raymond Hettinger2003-10-051-4/+4
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-051-0/+12
* Make the fieldnames argument optional in the DictReader. If self.fieldnamesSkip Montanaro2003-10-031-4/+15
* Work around minor markup issue: we don't want markup to escape intoFred Drake2003-09-301-1/+1
* [Bug #812936] Correct the documentation for RotatingFileHandler.Andrew M. Kuchling2003-09-261-11/+15
* Added codec for bz2 compression.Raymond Hettinger2003-09-231-0/+5
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-227-7/+7
* Clean-up example code: remove string module and backticks.Raymond Hettinger2003-09-221-3/+2
* Patch #800697: Add readline.clear_history.Martin v. Löwis2003-09-201-0/+6
* Patch #808362: Fix typos.Martin v. Löwis2003-09-202-2/+2
* * Minor wording changeRaymond Hettinger2003-09-161-2/+8
* Minor fixupsRaymond Hettinger2003-09-162-2/+3
* SF bug #804113: Crypto terminology for crypto hash functionRaymond Hettinger2003-09-151-3/+4
* SF #662923Raymond Hettinger2003-09-122-9/+24
* SF bug #804280: fromkeys is not listed in indexRaymond Hettinger2003-09-121-4/+5
* fix markup bugletsFred Drake2003-09-111-22/+13
* - add version annotation for HIGHEST_PROTOCOLFred Drake2003-09-101-5/+5
* select.select() now accepts a sequence (as defined by PySequence_Fast()) forBrett Cannon2003-09-101-5/+5
* mention new module doc display feature of pydoc in libref and NEWSSkip Montanaro2003-09-101-0/+5
* SF bug #803679: Missing section number in csv module documentationRaymond Hettinger2003-09-101-2/+2
* SF bug #803842: Wrong description of regexp concatenationRaymond Hettinger2003-09-101-4/+5
* SF bug #802302: Invalid documentation for dbhash.Raymond Hettinger2003-09-101-10/+9
* SF patch #800899: Making "|" directive from REs a bit clearer.Raymond Hettinger2003-09-101-8/+7
* Fix typo.Raymond Hettinger2003-09-101-1/+1
* end-of-sentence punctuation comes *before* \footnote, not afterFred Drake2003-09-091-13/+13
* SF #801306: Bad RE in scanf exampleRaymond Hettinger2003-09-091-1/+1
* SF bug #560286: Add docs for 'basestring'Raymond Hettinger2003-09-091-0/+9
* Add an example to address a common question of how to split iterators.Raymond Hettinger2003-09-081-7/+20
* Fix spacing markup and other sundries.Raymond Hettinger2003-09-084-9/+9
* - reorganize sectionsFred Drake2003-09-061-137/+135
* SF bug 799191: fix markupRaymond Hettinger2003-09-061-1/+1