summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Add documentation for PySys_* functions.Georg Brandl2007-12-024-2/+83
* Fix a sentence I missed before. Do not merge to 3k.Georg Brandl2007-12-021-1/+1
* Add more entries to the glossary.Georg Brandl2007-12-0221-64/+166
* 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-015-29/+333
* Add examples to the ElementTree documentation.Georg Brandl2007-12-011-0/+68
* Add a few refcount data entries.Georg Brandl2007-12-011-0/+5
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-015-5/+153
* Added one more missing versionadded tagChristian Heimes2007-12-011-0/+2
* Add versionadded tags missing in r59254. Do NOT merge to Py3k.Georg Brandl2007-12-011-0/+6
* Feature #1534Christian Heimes2007-12-012-0/+59
* 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-292-1/+89
* Add examples to the ConfigParser documentation.Georg Brandl2007-11-292-0/+88
* 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
* Add itemAndrew M. Kuchling2007-11-231-0/+4
* Fixed detail in add_type() explanation (issue 1463).Facundo Batista2007-11-191-2/+2
* Use a slightly more recent version than 1.5.2b2.Neal Norwitz2007-11-191-2/+2
* Remove a confusing sentence about pth files and which directories are searchedBrett Cannon2007-11-171-2/+1
* Fix signature in exampleRaymond Hettinger2007-11-171-1/+1
* Add example for use cases requiring default values.Raymond Hettinger2007-11-151-0/+9
* Example of multiple replacements.Raymond Hettinger2007-11-151-2/+2
* Fixup example in docs.Raymond Hettinger2007-11-151-1/+1
* Small improvement to the implementation of __replace__().Raymond Hettinger2007-11-151-1/+1
* Accept Issac Morland's suggestion for __replace__ to allow multiple replacementsRaymond Hettinger2007-11-151-13/+24
* Remove dead link from random docs.Georg Brandl2007-11-141-5/+0
* Remove duplication of "this".Georg Brandl2007-11-111-1/+1
* Fix misleading example.Georg Brandl2007-11-091-1/+2
* Fix seealso link to sets docs. Do not merge to Py3k.Georg Brandl2007-11-091-1/+1
* Add set.isdisjoint()Raymond Hettinger2007-11-081-0/+7
* Fix marshal's incorrect handling of subclasses of builtin types (backport can...Raymond Hettinger2007-11-071-6/+0
* Fixes Issue 1385: The hmac module now computes the correct hmac when usingGregory P. Smith2007-11-061-1/+9
* Clarified the fact that you can have comments for individual archiveMark Summerfield2007-11-051-5/+7
* Added cross-references between the various archive file formats.Mark Summerfield2007-11-055-8/+21
* Fix syntax for versionchanged markup.Georg Brandl2007-11-041-4/+3
* Note change to get_dialect semantics in 2.5. Will backport to 2.5.Skip Montanaro2007-11-041-0/+5
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...Georg Brandl2007-11-029-61/+84
* Added more file-handling related cross-references.Mark Summerfield2007-11-024-5/+15
* Fix markup glitch.Georg Brandl2007-11-011-1/+1
* #1364: os.lstat is available on Windows too, as an alias to os.stat.Georg Brandl2007-11-011-2/+3
* Sets are marshalable.Raymond Hettinger2007-10-311-1/+1