summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...Georg Brandl2014-10-062-30/+35
* Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+6
* Document builtin classes as such, not functions.Georg Brandl2014-10-061-41/+41
* Closes #22565: fix argument types of PyErr_WarnEx.Georg Brandl2014-10-061-1/+1
* Issue #22546: update doc for mini-language float None presentation type.Terry Jan Reedy2014-10-061-4/+6
* PyObject not PyType (closes #18494)Benjamin Peterson2014-10-061-2/+2
* Closes #19477: remove outdated documentation of tp_print type object slot.Georg Brandl2014-10-051-24/+1
* #14201: Update ctypes docs to match behavior changed from 214b28d7a999.R David Murray2014-10-041-5/+10
* Realign packaging docs with PyPUG changesNick Coghlan2014-10-042-14/+14
* #14056: Small improvements to the tarfile documentation.R David Murray2014-10-041-10/+13
* Fix a few typo/grammar issues in the multiprocessing docs.Zachary Ware2014-10-031-3/+3
* Closes #18729: minor markup improvement.Georg Brandl2014-10-021-1/+1
* closes #22528: add source links to symtable and compileallGeorg Brandl2014-10-022-0/+8
* Remove unused and now removed config value.Georg Brandl2014-10-021-7/+1
* Issue #21971: Index and update turtledemo doc.Terry Jan Reedy2014-10-021-13/+18
* Issue 22492: Be explicit that print does not support binary mode files.Terry Jan Reedy2014-10-011-5/+8
* Remove old overridden version of a Sphinx CSS file.Georg Brandl2014-10-011-446/+0
* Make pydoctheme compatible with Sphinx 1.3 HTML output changes.Georg Brandl2014-10-011-4/+4
* Fix overlooked conf.py setting in flattening of Doc directory.Ned Deily2014-10-011-1/+1
* #21739: mention subtle difference between loops and listcomps in tutorial.R David Murray2014-10-011-3/+8
* Issue 22465: grammar, number agreement.Terry Jan Reedy2014-09-301-1/+1
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-3022-88/+7
* Dont define an empty SPHINXOPTS, which overrides a definition from the enviro...Georg Brandl2014-09-301-1/+0
* Prepare sphinx extensions for 1.3.Georg Brandl2014-09-302-1/+3
* add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
* #20135: FAQ entry for list mutation. (See also 6375bf34fff6.)R David Murray2014-09-291-1/+1
* #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+76
* Revert #22251Berker Peksag2014-09-2718-38/+6
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-2718-6/+38
* #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.R David Murray2014-09-271-17/+54
* #20974: Update version table in email intro.R David Murray2014-09-271-3/+7
* Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+10
* allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-251-2/+3
* Improve English phrasing in asyncio task docs.R David Murray2014-09-241-9/+9
* fix error in split() examples (closes #22459)Benjamin Peterson2014-09-231-2/+2
* Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder toGeorg Brandl2014-09-222-27/+7
* Typo: headeronly -> headersonlyJesus Cea2014-09-211-1/+1
* Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-6/+12
* Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-207-58/+58
* #21091: make is_attachment a method.R David Murray2014-09-201-2/+6
* standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
* remove extra letterBenjamin Peterson2014-09-191-1/+1
* whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
* Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-2/+11
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-110/+128
* Issue #14824: Update Repr.repr_TYPE documentation to use correct name manglin...Berker Peksag2014-09-181-3/+3
* Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-171-6/+9
* make hg link secureBenjamin Peterson2014-09-131-1/+1
* Issue #22386: fixed regression.Vinay Sajip2014-09-111-2/+2
* y2k compliance, lol (closes #22380)Benjamin Peterson2014-09-101-37/+0