summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #26106: doc: Move text of licenses to parsed literal blockVictor Stinner2016-01-211-177/+183
* issue25982 - Add a class definition for managers.Namespace in the multiproces...Senthil Kumaran2016-01-201-15/+16
* Issue26017 - Suggest enclosing command args in double quotes when using chara...Senthil Kumaran2016-01-181-2/+4
* Issue26142 - Fix a formatting bug in c-api intro doc.Senthil Kumaran2016-01-181-1/+1
* 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
* #25574: backport glossary doc fix about hash and id of user-defined classes.Ezio Melotti2016-01-121-2/+2
* #19006: fix wording in unittest docs.Ezio Melotti2016-01-121-2/+3
* #25517: fix regex in the regex howto. Patch by Elena Oat.Ezio Melotti2016-01-111-3/+4
* #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
* Issue23675 - A tiny clarification in the MRO glossary term.Senthil Kumaran2016-01-101-1/+2
* Issue20969 - Set the Epub Author and Epub Publisher in Python docs.Senthil Kumaran2016-01-081-0/+8
* 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
* Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.Senthil Kumaran2016-01-061-1/+1
* 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
* remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-011-24/+0
* 2016 will be another year of writing copyrighted codeBenjamin Peterson2016-01-012-2/+2
* 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
* Clarify that only *documentation* bugs should go to docs@python.orgZachary Ware2015-12-091-1/+2
* 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