summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* More source links.Raymond Hettinger2011-01-2720-3/+71
* Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-261-13/+14
* Fix the description of PIPE_BUFAntoine Pitrou2011-01-251-1/+1
* Fix the doc for PIPE_BUFAntoine Pitrou2011-01-251-3/+5
* Issue #11000 ast.parse parses source, not just expressions.Terry Reedy2011-01-241-2/+2
* Update last tix code example for 3.x, as already done for previous examples.Terry Reedy2011-01-241-2/+2
* Fix label syntax.Georg Brandl2011-01-241-1/+1
* Typo fix.Georg Brandl2011-01-241-1/+1
* #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.R. David Murray2011-01-241-35/+56
* Missing source links.Raymond Hettinger2011-01-244-0/+14
* Add section for urllib.parse.Raymond Hettinger2011-01-241-1/+2
* minor clean-up.Raymond Hettinger2011-01-231-2/+0
* Add entry for reprlib.Raymond Hettinger2011-01-231-0/+3
* Add entry for shutil's archiving operations.Raymond Hettinger2011-01-231-6/+10
* Fix JSON docs about loads() accepting only str objects, not bytes.Antoine Pitrou2011-01-211-11/+6
* Add more examplesRaymond Hettinger2011-01-201-4/+4
* #10944: add c_bool to types table.Georg Brandl2011-01-191-0/+5
* Issue #10934: Fixed and expanded Internaldate2tuple() andAlexander Belopolsky2011-01-191-6/+10
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-154-18/+18
* urllib doc: add versionchanged sections for parse_qs() and parse_qsl()Victor Stinner2011-01-141-0/+6
* Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-141-2/+10
* Issue #10902: Fix reference to run* methodsEli Bendersky2011-01-141-1/+1
* Issue #9268: Documented -m pickletools usage.Alexander Belopolsky2011-01-131-0/+64
* Fix the example output of count().Georg Brandl2011-01-131-1/+1
* Issue #10225: Fixed the simple mistakes in doctests.Alexander Belopolsky2011-01-123-3/+3
* Add entry for Barrier objects.Raymond Hettinger2011-01-111-1/+1
* Improved footnote for the %Y directive slightly.Alexander Belopolsky2011-01-101-5/+5
* Improved description of %Y directive.Alexander Belopolsky2011-01-101-7/+16
* Issue #2568: Removed bogus rationale for supporting tm_sec=61.Alexander Belopolsky2011-01-102-14/+14
* Missed two source linksRaymond Hettinger2011-01-102-8/+7
* Separate source link from main text.Raymond Hettinger2011-01-1026-0/+52
* Fixed a footnote referenceAlexander Belopolsky2011-01-101-1/+1
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-1026-114/+37
* #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of o...Georg Brandl2011-01-091-14/+14
* Wrap some long examples and signatures.Georg Brandl2011-01-091-7/+14
* #10869: do not visit root node twice in ast.increment_lineno().Georg Brandl2011-01-091-3/+3
* zlib only works with bytes objects.Georg Brandl2011-01-081-22/+22
* Fixed documentation to reflect recent changes for years < 1900.Alexander Belopolsky2011-01-082-6/+19
* Issue 9717: Segregate and improve the documentation of "in-place" operatorsRaymond Hettinger2011-01-081-85/+109
* #10855: document close() semantics of wave objects.Georg Brandl2011-01-081-9/+15
* Issue 10533: Need example of using __missing__.Raymond Hettinger2011-01-081-2/+14
* Issue #10813: Small improvement to decimal money format recipe.Raymond Hettinger2011-01-081-1/+2
* #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-073-7/+14
* Revert r87821 which moved the source link to the wrong section (from the modu...Raymond Hettinger2011-01-071-6/+5
* Revert r87823 which moved the source link to the wrong section.Raymond Hettinger2011-01-071-3/+5
* Fix indent.Georg Brandl2011-01-071-1/+1
* Combine the two seealso sections.Raymond Hettinger2011-01-071-6/+4
* Issue #10827: Changed the rules for 2-digit years. The time.asctimeAlexander Belopolsky2011-01-071-15/+26
* Mention multiprocessing.Queue in the queue docsAntoine Pitrou2011-01-071-4/+9
* Group seealsosAntoine Pitrou2011-01-072-8/+4