summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup in the docs.Georg Brandl2007-12-2986-667/+363
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-0/+14
* Users demand iterable input for named tuples. The author capitulates.Raymond Hettinger2007-12-181-16/+21
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-182-5/+14
* Simplify and speedup _asdict() for named tuples.Raymond Hettinger2007-12-181-2/+2
* Add more namedtuple() test cases. Neaten the code and comments.Raymond Hettinger2007-12-181-3/+5
* Remove curious space-like characters.Georg Brandl2007-12-161-3/+3
* Remove another unnecessary Unicode character.Georg Brandl2007-12-161-1/+1
* Remove gratuitous unicode character.Georg Brandl2007-12-161-1/+1
* Remove orphaned footnote reference.Georg Brandl2007-12-161-1/+1
* Add usage noteRaymond Hettinger2007-12-141-2/+10
* Faster and simpler _replace() methodRaymond Hettinger2007-12-141-1/+1
* Add line spacing for readabilityRaymond Hettinger2007-12-141-1/+8
* Cleaner method naming conventionRaymond Hettinger2007-12-141-15/+15
* Simplify implementation of __replace__()Raymond Hettinger2007-12-131-1/+1
* Added wide char api variants of getch and putch to msvcrt module. The wide ch...Christian Heimes2007-12-101-0/+32
* Use a versionchanged directive.Brett Cannon2007-12-091-2/+5
* correct email addressSkip Montanaro2007-12-088-9/+9
* Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".Georg Brandl2007-12-081-39/+298
* Don't have the docs berate themselves. Keep a professional tone.Raymond Hettinger2007-12-071-5/+0
* Better re.split examples.Georg Brandl2007-12-061-11/+17
* Diverse markup fixes.Georg Brandl2007-12-066-6/+7
* Add examples to re docs. Written for GHOP by Dan Finnie.Georg Brandl2007-12-051-17/+285
* Add examples to csv, pprint and traceback docs.Georg Brandl2007-12-053-24/+189
* Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch".Georg Brandl2007-12-041-11/+594
* Add examples to the xmlrpclib docs.Georg Brandl2007-12-032-7/+167
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-1/+3
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-031-0/+3
* Add more entries to the glossary.Georg Brandl2007-12-0215-60/+62
* Convert bdb.rst line endings to Unix style.Georg Brandl2007-12-021-337/+337
* Add example to mmap docs.Georg Brandl2007-12-021-0/+43
* Add "Using Python on Windows" document, by Robert Lehmann.Georg Brandl2007-12-011-0/+1
* Add examples to the ElementTree documentation.Georg Brandl2007-12-011-0/+68
* Added one more missing versionadded tagChristian Heimes2007-12-011-0/+2
* Feature #1534Christian Heimes2007-12-011-0/+42
* Move lchmod() docs to correct place, and add versionadded tags.Georg Brandl2007-11-301-7/+13
* Fix for feature request #1528 Add os.fchmodChristian Heimes2007-11-301-0/+20
* Add more examples to the wsgiref docs.Georg Brandl2007-11-291-1/+88
* Add examples to the ConfigParser documentation.Georg Brandl2007-11-291-0/+87
* Fix reference target.Georg Brandl2007-11-291-1/+1
* Added py3kwarning to the documentation of the sys module.Christian Heimes2007-11-281-0/+6
* Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504Christian Heimes2007-11-271-0/+8
* Bug #1494: Document that appendChild removes first.Martin v. Löwis2007-11-241-2/+3
* #1735632: add O_NOATIME constant to os module.Georg Brandl2007-11-241-8/+10
* #1355: remove mention of PyXML from xml.dom docs.Georg Brandl2007-11-241-9/+8
* #1467: fix documentation for TestResult.add{Error,Failure}.Georg Brandl2007-11-241-4/+6
* #1344: document that you need to open std{in,out,err} with PIPE if you wantGeorg Brandl2007-11-241-1/+6
* Fixed detail in add_type() explanation (issue 1463).Facundo Batista2007-11-191-2/+2
* Fix signature in exampleRaymond Hettinger2007-11-171-1/+1
* Add example for use cases requiring default values.Raymond Hettinger2007-11-151-0/+9