summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to sys.flags description table.Éric Araujo2011-03-251-25/+15
* Remove untrue statement from tutorialÉric Araujo2011-03-251-4/+1
* Use universal construct os.path.expanduser('~') instead of os.environ['HOME']Éric Araujo2011-03-252-2/+2
* Issue #10610: Document that int(), float(), and complex() accept numeric lite...Raymond Hettinger2011-03-231-40/+46
* Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
* Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
* Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
* Fix duplicate word.Georg Brandl2011-03-211-1/+1
* Fix typo in class nameÉric Araujo2011-03-201-1/+1
* Markup fixes for #7198 patch.R David Murray2011-03-201-3/+3
* #7198: really add newline='' to csv.writer docs.R David Murray2011-03-201-10/+11
* Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
* #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-3/+4
* Remove redundant __contains__ entry from Message docs.R David Murray2011-03-151-6/+0
* Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
* Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
* Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
* Fix typo.Ezio Melotti2011-03-121-1/+1
* trunc -> math.trunc (closes #11475)Benjamin Peterson2011-03-121-1/+1
* Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona...Senthil Kumaran2011-03-121-5/+6
* #11446: fix incorrect PEP link.Ezio Melotti2011-03-111-1/+1
* Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
* #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-102-32/+76
* Use simpler assert in basic example.Ezio Melotti2011-03-101-2/+2
* Reword the finalization note.Gregory P. Smith2011-03-101-2/+2
* Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
* Backport from 3.2 several improvements and fixes for unittest.rst.Ezio Melotti2011-03-101-259/+351
* #11294: add missing ERA_T_FMT to locale docs.Georg Brandl2011-03-061-3/+8
* #11292: add missing A_REVERSE to curses attribute table.Georg Brandl2011-03-061-0/+3
* #11239: add } to list of metacharacters (it is only a metacharacter sometimes...Georg Brandl2011-03-061-1/+1
* #11227: use Host header in asyncore example.Georg Brandl2011-03-061-1/+2
* #11373: fix spelling.Georg Brandl2011-03-061-1/+1
* #11405: do not reference the string module again for its deprecated functions...Georg Brandl2011-03-061-5/+3
* #11392: you can trust the computer, but you have to know what it does.Georg Brandl2011-03-061-3/+5
* #11337: remove unreferenced footnote.Georg Brandl2011-03-061-7/+0
* #11400: remove reference to pre-1.5 assignment behavior.Georg Brandl2011-03-061-3/+0
* Add updated .hgeol file and fix newlines in the 3.1 branch.Georg Brandl2011-03-051-59/+59
* Merged revisions 88613 via svnmerge fromÉric Araujo2011-02-251-1/+4
* Markup backport fix.Georg Brandl2011-02-251-1/+1
* Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,...Georg Brandl2011-02-258-46/+129
* Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-...Georg Brandl2011-02-2512-40/+59
* Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-2511-46/+47
* Fix example for count().Raymond Hettinger2011-02-141-1/+1
* Fix markup problems.Georg Brandl2011-02-121-3/+3
* Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-116-59/+98
* Merged revisions 88377 via svnmerge fromAntoine Pitrou2011-02-072-2/+3
* Merged revisions 88371 via svnmerge fromAntoine Pitrou2011-02-071-3/+5
* Merged revisions 88352 via svnmerge fromGregory P. Smith2011-02-051-0/+3