summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #23857: Implement PEP 493Nick Coghlan2016-03-201-0/+38
* #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-0/+12
* #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
* Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-071-0/+5
* issue26484 - fix the broken table in the doc about len().Gregory P. Smith2016-03-051-1/+1
* Issue 13573: Document that csv.writer uses str() for floats instead of repr().Raymond Hettinger2016-02-281-0/+1
* 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
* 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
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-103-20/+20
* 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 #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-083-15/+18
* 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
* Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-7/+32
* issue25982 - Add a class definition for managers.Namespace in the multiproces...Senthil Kumaran2016-01-201-15/+16
* Issue26035 - Correct the argument names used in the docs of the traceback mod...Senthil Kumaran2016-01-161-48/+51
* Issue #26127: Fix links in tokenize documentationMartin Panter2016-01-161-5/+5
* Issue26097 - Fix the TextTestRunner documentation, mention all the arguments ...Senthil Kumaran2016-01-151-2/+3
* #19006: fix wording in unittest docs.Ezio Melotti2016-01-121-2/+3
* #25991: fix readline example to limit history size. Patch by Daniel Dye.Ezio Melotti2016-01-111-0/+3
* delete old crypto prose (closes #26066)Benjamin Peterson2016-01-101-10/+0
* fix typo in unittest docs (closes #26046)Benjamin Peterson2016-01-081-1/+1
* Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ...Berker Peksag2016-01-071-2/+4
* Backport documentation improvement.Senthil Kumaran2016-01-041-4/+3
* Backport doc improvements for Issue21221 - Explain the usage of tm_isdstSenthil Kumaran2016-01-031-3/+6
* Fix grammar.Zachary Ware2016-01-011-1/+1
* Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169Martin Panter2015-12-141-3/+3
* Issue #20837: Base-64 alphabet clarification from revision 1853679c6f71Martin Panter2015-12-141-1/+2
* #25495: Clarify b2a_base64 documentation vis 57 bytes.R David Murray2015-12-131-3/+5
* Issue #25508: Clarify documentation on LogRecord args attribute.Vinay Sajip2015-11-241-1/+3
* Issue #23200: Document that max_length=0 is not supportedMartin Panter2015-11-181-1/+1
* Issue #20468: Remove incorrect information about maxrss and page sizeMartin Panter2015-11-171-4/+1
* Issue #25615: Document unsorted behaviour of glob; patch by Dave JonesMartin Panter2015-11-161-7/+7
* Issue #25017: Document that htmllib is superseded by module HTMLParserMartin Panter2015-11-141-0/+2
* Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()Victor Stinner2015-11-131-0/+4
* Document the BUILD_SET opcode.Zachary Ware2015-11-121-0/+7
* Rewrite re.VERBOSE section.Zachary Ware2015-11-121-7/+9
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-023-3/+3
* Issue #25519: Mark difflib.ndiff as a functions where not already.Terry Jan Reedy2015-10-301-2/+2
* Issue #25432: Explain isinstance behaviour when type is a tuple.Terry Jan Reedy2015-10-281-5/+4
* Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-3/+3