summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add some itemsAndrew M. Kuchling2007-02-261-2/+48
* Markup fixAndrew M. Kuchling2007-02-261-2/+2
* Do not copy free variables to locals in class namespaces.Jeremy Hylton2007-02-261-0/+5
* - SF patch #1657613: add documentation for the Element interfaceFred Drake2007-02-251-93/+163
* Add itertools.izip_longest().Raymond Hettinger2007-02-211-0/+27
* Fixup docstrings for merge().Raymond Hettinger2007-02-191-2/+2
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-192-2/+29
* Provide an example of defaultdict with non-zero constant factory function.Raymond Hettinger2007-02-191-8/+12
* Add merge() function to heapq.Raymond Hettinger2007-02-191-2/+13
* Add missing \versionadded.Georg Brandl2007-02-151-0/+4
* Patch #1494140: Add documentation for the new struct.Struct object.Georg Brandl2007-02-151-0/+55
* Make functools.wraps() docs a bit clearer.Georg Brandl2007-02-151-6/+11
* Bug #1658794: Remove extraneous 'this'.Martin v. Löwis2007-02-131-1/+1
* Patch #1517891: Make 'a' create the file if it doesn't exist.Martin v. Löwis2007-02-131-0/+5
* Patch #698833: Support file decryption in zipfile.Martin v. Löwis2007-02-131-4/+15
* Bug #1656581: Point out that external file objects are supposed to beLars Gustäbel2007-02-121-2/+3
* Bug #1656078: typo in in profile docs.Georg Brandl2007-02-091-1/+1
* Update broken link. Will backport to 2.5.Martin v. Löwis2007-02-091-1/+1
* SF: 1397711 Set docs conflated immutable and hashableRaymond Hettinger2007-02-071-1/+1
* Patch #1652681: create nonexistent files in append mode andLars Gustäbel2007-02-061-1/+2
* No more raising of string exceptions!Brett Cannon2007-01-302-20/+0
* Bug #1648191: typo in docs.Georg Brandl2007-01-301-1/+1
* More editsAndrew M. Kuchling2007-01-291-27/+27
* Various minor editsAndrew M. Kuchling2007-01-293-60/+74
* Minor edits to the curses HOWTOAndrew M. Kuchling2007-01-292-28/+29
* fix typo (extraneous ")")Fred Drake2007-01-261-1/+1
* Add itemAndrew M. Kuchling2007-01-251-0/+6
* Strengthen warning about using lock()Andrew M. Kuchling2007-01-241-8/+12
* Patch #1610575: Add support for _Bool to struct.Martin v. Löwis2007-01-211-2/+15
* SF# 1635892: Fix docs for betavariate's input parameters .Raymond Hettinger2007-01-191-1/+1
* SF #1635217, Fix unbalanced parenNeal Norwitz2007-01-191-1/+1
* add missing version entryFred Drake2007-01-181-0/+1
* Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.Georg Brandl2007-01-171-2/+2
* Bug #1637967: missing //= operator in list.Georg Brandl2007-01-171-2/+2
* [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and war...Andrew M. Kuchling2007-01-171-25/+57
* Add a note for strptime that just because strftime supports some extraBrett Cannon2007-01-151-0/+6
* Doc patch matching r53434 (htonl etc. now always take/return positive ints).Guido van Rossum2007-01-151-4/+4
* Added documentation for WatchedFileHandler (based on SF patch #1598415)Vinay Sajip2007-01-141-2/+38
* Fix typo.Georg Brandl2007-01-131-1/+1
* Deprecate the sets module.Brett Cannon2007-01-131-0/+2
* Fix error where the end of a funcdesc environment was accidentally moved tooBrett Cannon2007-01-121-1/+1
* - Make the documentation match the code and the docstringMatthias Klose2007-01-111-1/+1
* update to (c) years to include 2007Anthony Baxter2007-01-061-1/+1
* typo fixGregory P. Smith2007-01-051-1/+1
* Support linking of the bsddb module against BerkeleyDB 4.5.xGregory P. Smith2007-01-051-1/+1
* SF #1627373, fix typo in CarbonEvt.Neal Norwitz2007-01-041-1/+1
* Add EnvironmentVarGuard to test.test_support. Provides a context manager toBrett Cannon2007-01-041-0/+18
* Remove a stray (old) macro name left around (I guess)Neal Norwitz2006-12-281-2/+0
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
* Mention the os.SEEK_* constantsAndrew M. Kuchling2006-12-213-9/+13