summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-102-4/+15
* Bug #1629566: clarify the docs on the return values of parsedate() and parsed...Collin Winter2007-03-092-4/+4
* Patch #957003: Implement smtplib.LMTP.Martin v. Löwis2007-03-091-0/+17
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-081-0/+8
* Fix #1676656: \em is different from \emph...Georg Brandl2007-03-081-1/+1
* Add missing ) in parenthical remark.Martin v. Löwis2007-03-081-1/+1
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-1/+6
* Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position.Georg Brandl2007-03-071-1/+3
* Patch #787789: allow to pass custom TestRunner instances to unittest'sGeorg Brandl2007-03-071-1/+5
* add versionadded infoGeorge Yoshida2007-03-071-0/+2
* Patch #1602128: clarify that richcmp methods can return NotImplementedGeorg Brandl2007-03-061-7/+9
* Patch #912410: Replace HTML entity references for attribute valuesMartin v. Löwis2007-03-061-7/+11
* Patch #1663234: you can now run doctest on test files and modulesGeorg Brandl2007-03-061-0/+25
* Patch #1121142: Implement ZipFile.open.Martin v. Löwis2007-03-061-0/+26
* Patch #1671450: add a section about subclassing builtin types to theGeorg Brandl2007-03-062-1/+187
* Nit: a struct field is set to GenericAlloc, not GenericAlloc().Georg Brandl2007-03-061-1/+1
* Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Res...Georg Brandl2007-03-021-2/+5
* Add NamedTupleAndrew M. Kuchling2007-03-011-0/+16
* Add collections.NamedTupleRaymond Hettinger2007-03-011-2/+51
* 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