summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Generator's constructor: The documentation was incorrect regarding howBarry Warsaw2003-11-191-3/+2
* Patch #843088: Fix typos. Backported to 2.3.Martin v. Löwis2003-11-182-3/+3
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+19
* Fix typoRaymond Hettinger2003-11-161-1/+1
* remove "support" for BerkeleyDB 3.1, it hasn't worked for a long timeGregory P. Smith2003-11-131-2/+2
* Improve the implementation of itertools.tee().Raymond Hettinger2003-11-121-4/+12
* fix typo in markupFred Drake2003-11-101-1/+1
* add missing "if"Fred Drake2003-11-101-1/+1
* Mention that getsid is new in 2.4.Martin v. Löwis2003-11-101-1/+1
* Patch #798297: Add IMAP THREAD command.Martin v. Löwis2003-11-101-0/+22
* Patch #839038: Add getsid(2).Martin v. Löwis2003-11-101-0/+6
* Add docs for readmodule_ex and its function-descriptors, fixingAlex Martelli2003-11-091-5/+42
* Avoid giving advice that's bad for security, as per SF bug #823515Alex Martelli2003-11-091-1/+3
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-061-0/+8
* Add traceback.format_exc().Neil Schemenauer2003-11-051-0/+5
* SF patch #834444: add versionadd to new functionsRaymond Hettinger2003-11-021-0/+2
* [Bug #817178] Fix incorrect arguments in example, noted by Terry ReedyAndrew M. Kuchling2003-10-311-1/+1
* Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.Martin v. Löwis2003-10-311-1/+1
* Patch #531629: Add multicall support.Martin v. Löwis2003-10-311-0/+29
* Patch #: Add POP3 over SSL support.Martin v. Löwis2003-10-311-2/+18
* Fix typo.Raymond Hettinger2003-10-301-1/+1
* Minor grammatical fix.Brett Cannon2003-10-301-1/+1
* Add list.sorted() classmethod.Raymond Hettinger2003-10-291-4/+11
* SF bug #827902: ctime is not creation timeRaymond Hettinger2003-10-291-2/+3
* Documented gc.get_referrers() as dangerous.Armin Rigo2003-10-281-0/+5
* 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