summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Adapt conf.py to new option names.Georg Brandl2007-12-162-14/+35
* 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
* Argh, wrong version.Georg Brandl2007-12-151-4/+0
* Add note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
* Bump the version number, and make a few small editsAndrew M. Kuchling2007-12-141-13/+15
* Remove warning about URLAndrew M. Kuchling2007-12-141-3/+1
* Add usage noteRaymond Hettinger2007-12-141-2/+10
* Faster and simpler _replace() methodRaymond Hettinger2007-12-141-1/+1
* Add a section about nested listcomps to the tutorial.Georg Brandl2007-12-142-0/+43
* Update method names for named tuples.Raymond Hettinger2007-12-141-3/+3
* 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
* Add another GHOP contributor.Georg Brandl2007-12-111-0/+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
* Adapt style.Georg Brandl2007-12-081-1/+1
* correct email addressSkip Montanaro2007-12-088-9/+9
* + "context manager"Skip Montanaro2007-12-081-0/+5
* Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".Georg Brandl2007-12-081-39/+298
* Fix markup in whatsnew, use new directive in ACKS.Georg Brandl2007-12-082-200/+202
* Update to windows doc from Robert.Georg Brandl2007-12-071-5/+12
* 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