summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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 another GHOP student to ACKS.Georg Brandl2007-12-062-2/+3
* Add Ross Light, a GHOP student, to ACKs.Georg Brandl2007-12-051-0/+1
* Another markup fix.Georg Brandl2007-12-051-2/+2
* Fix markup.Georg Brandl2007-12-051-1/+1
* Add examples to re docs. Written for GHOP by Dan Finnie.Georg Brandl2007-12-052-17/+286
* 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
* Fix duplicate label and a typo.Georg Brandl2007-12-041-4/+5
* Added warning that make install may overwrite or masquerade the default pytho...Christian Heimes2007-12-041-0/+5
* Add "Python on Unix" document, mostly written for GHOPGeorg Brandl2007-12-043-2/+147
* Grammar fixAndrew M. Kuchling2007-12-031-1/+1
* Add examples to the xmlrpclib docs.Georg Brandl2007-12-032-7/+167
* Patch #1537 from Chad AustinChristian Heimes2007-12-032-4/+3
* #1548: fix apostroph placement.Georg Brandl2007-12-031-1/+1
* Two small fixes. Issue 1547.Facundo Batista2007-12-031-2/+2
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-031-0/+3
* 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