summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Update susp-ignore file (#25910).Georg Brandl2016-02-281-1/+1
* Issue #25496: Document compresslevel defaults to 9, by Hamza T KhanMartin Panter2016-04-131-2/+2
* Clarify greedy-qualifier example, avoid HTML.Georg Brandl2016-04-121-4/+4
* Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-112-3/+3
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-115-8/+8
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-2644-177/+172
* Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-58/+114
* Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute linksMartin Panter2016-04-011-50/+53
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-316-7/+7
* Issue #15660: Further clarify 0 prefix for width specifier in formats.Terry Jan Reedy2016-03-211-2/+4
* Issue #23857: Implement PEP 493Nick Coghlan2016-03-203-6/+79
* #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-0/+12
* #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-131-0/+5
* #25687: clarify that errors in tearDown increase the total number of reported...Ezio Melotti2016-03-131-4/+6
* #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B.Ezio Melotti2016-03-111-0/+11
* Fix inspect.ismethod() docVictor Stinner2016-03-111-1/+2
* Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-081-0/+6
* Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-4/+4
* Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-071-0/+5
* Issue #26485: Fix Sphinx warning in Doc/license.rstBerker Peksag2016-03-051-1/+1
* issue26484 - fix the broken table in the doc about len().Gregory P. Smith2016-03-051-1/+1
* Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
* Fix typo.Georg Brandl2016-02-281-1/+1
* Issue 13573: Document that csv.writer uses str() for floats instead of repr().Raymond Hettinger2016-02-281-0/+1
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+2
* #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-271-7/+11
* Fix rstlint to also look for indented comments that should be directives.Georg Brandl2016-02-251-2/+2
* Issue #22088: Clarify base-64 alphabets and which characters are discardedMartin Panter2016-02-231-6/+9
* Issue #26261: Clarify NamedTemporaryFile name attribute vs file.nameMartin Panter2016-02-221-1/+2
* Fix errors in XML-RPC client example codeMartin Panter2016-02-221-3/+3
* Added simple threading example to logging cookbook.Vinay Sajip2016-02-201-0/+55
* Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usageMartin Panter2016-02-191-6/+15
* Closes #20169: fix inner links random doc.Georg Brandl2016-02-191-5/+6
* Issue #15608: Improve socketserver module documentationMartin Panter2016-02-191-145/+195
* fix typo (closes #26378)Benjamin Peterson2016-02-181-1/+1
* Closes #26320: fix stylesheet after Sphinx update.Georg Brandl2016-02-101-4/+4
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-105-23/+23
* Issues #26310, #26311: Fix typos in the documentationMartin Panter2016-02-102-3/+3
* Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-082-2/+3
* Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-071-1/+2
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-085-19/+21
* Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
* Python for .NET has moved to Github.Zachary Ware2016-02-041-1/+1
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-2/+4
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-4/+54
* Fix typo in test.rstBerker Peksag2016-01-251-1/+1
* doc: i18n HTML templatesVictor Stinner2016-01-234-92/+133
* Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.Gregory P. Smith2016-01-221-0/+31
* Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-7/+32