summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-6/+8
* #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
* backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-111-0/+33
* Issue #19630 Emphasise that the file parameter to marshal.dump must be a real...Tim Golden2014-04-291-2/+3
* Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-1/+5
* #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
* #18566: WhitespaceTerry Jan Reedy2014-04-161-5/+5
* Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-7/+7
* Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
* whitespace chaps my hideGregory P. Smith2014-04-151-1/+1
* Some cleanup of the subprocess docs in 2.7. Adds a reference to theGregory P. Smith2014-04-151-29/+30
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-141-3/+4
* Issue #20624: Merge exception docs tweak from 3.4 branch.Mark Dickinson2014-04-141-4/+4
* Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-2/+3
* Issue #21179: Fix description of 'round' function for numbers.Real.Mark Dickinson2014-04-091-2/+2
* fix verb (closes #21174)Benjamin Peterson2014-04-071-3/+3
* minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
* Issue 21125: minor wording tweak.Raymond Hettinger2014-04-021-1/+1
* Issue #15067: Remove reference to a rejected PEP.Zachary Ware2014-04-011-3/+0
* Minor readability improvement.Raymond Hettinger2014-03-291-1/+1
* Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-1/+7
* Issue #21043 - Remove CACert.org from the recommendationsDonald Stufft2014-03-241-2/+1
* Use "x" instead of "i" for s.index and s.count entries in sequence ops table.Zachary Ware2014-03-201-4/+4
* Issue #20966: Fix Tkinter Resources linkZachary Ware2014-03-181-1/+1
* Close #16665: improve documentation for hex(). Patch by Jessica McKellar.Antoine Pitrou2014-03-161-2/+15
* remove unnecessary word (closes #19060)Benjamin Peterson2014-03-131-1/+1
* Fix note markup (#16805).Éric Araujo2014-03-125-3/+12
* Define what “updating” means in docs for open (#19627).Éric Araujo2014-03-121-2/+2
* #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
* #13530: port to 2.7 branch (document what os.lseek returns).Georg Brandl2014-03-111-1/+1
* note that future_builtin's map is not quite like python 3's (closes #19363)Benjamin Peterson2014-03-091-0/+5
* mergeGeorg Brandl2014-03-091-1/+0
|\
| * Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0
* | #20628: wrap lines to < 80.R David Murray2014-02-241-29/+30
* | #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+8
|/
* #19890: fix typo in multiprocessing docs. Patch by Mike Short.Ezio Melotti2014-02-151-1/+1
* fix links to builtin repr function (closes #20573)Benjamin Peterson2014-02-141-4/+5
* #19906: clarify note in urllib docs.Ezio Melotti2014-02-101-2/+3
* Issue #20509: Added cross-reference in documentation.Vinay Sajip2014-02-041-2/+3
* Issue #20423: fix documentation of io.StringIO's newline parameterAntoine Pitrou2014-02-021-3/+3
* Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.Zachary Ware2014-01-311-0/+1
* Fix markup error.Georg Brandl2014-01-211-1/+0
* put notes in a ..note sectionBenjamin Peterson2014-01-201-12/+12
* document that a new Python thread context is created in ctypes callbacks (clo...Benjamin Peterson2014-01-201-1/+7
* update pysqlite website (closes #20278)Benjamin Peterson2014-01-161-1/+1
* Clarified documentation note on module-level convenience functions.Vinay Sajip2014-01-151-8/+9
* Fix typo. Pointed out by Finn Ellis on docs@.Zachary Ware2014-01-141-1/+1
* #20236: Fix sphinx markup.R David Murray2014-01-131-1/+1