summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* #17325: Improve distutils PyPI documentation.R David Murray2014-10-121-56/+90
* Closes #22586: clarify meaning of allow_fragments in urlparse.Georg Brandl2014-10-121-2/+3
* Issue #15414: Clean and correct the os.path.join docs.Zachary Ware2014-10-101-11/+16
* Issue #22575: Revise bytearray entry for 2.7.Terry Jan Reedy2014-10-101-3/+3
* #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unitt...R David Murray2014-10-101-0/+33
* Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
* use source role instead of linking to svnBenjamin Peterson2014-10-071-10/+7
* Closes #19071: "self" argument is not the module for module functions in 2.x.Georg Brandl2014-10-061-2/+3
* Closes #16155: fix a few errors in doctest output of the FAQ pages.Georg Brandl2014-10-063-6/+14
* Closes #17057: fix grammar in old-style vs new-style class docs.Georg Brandl2014-10-061-14/+14
* Closes #14303: socket.makefile() does not call dup() anymore on the socket fd.Georg Brandl2014-10-061-3/+5
* Closes #10031: overhaul the "imports" section of the programming FAQ.Georg Brandl2014-10-062-16/+6
* Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+5
* Document builtin classes as such, not functions.Georg Brandl2014-10-061-33/+36
* #14201: Update ctypes docs to match behavior changed from 214b28d7a999.R David Murray2014-10-041-5/+10
* #14056: Small improvements to the tarfile documentation.R David Murray2014-10-041-10/+14
* Fix a few typo/grammar issues in the multiprocessing docs.Zachary Ware2014-10-031-3/+3
* merge headsGeorg Brandl2014-10-022-0/+8
|\
| * closes #22528: add source links to symtable and compileallGeorg Brandl2014-10-022-0/+8
* | Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in ...Georg Brandl2014-10-024-74/+47
|/
* Issue 22465: grammar, number agreement.Terry Jan Reedy2014-09-301-1/+1
* Remove duplicate PyLong function descriptions.Georg Brandl2014-09-301-28/+0
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-3021-116/+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.R David Murray2014-09-291-1/+76
* 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
* Doc: fix usage of deprecated config value "unused_docs", and a duplicate obje...Georg Brandl2014-09-202-4/+5
* Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-207-57/+57
* remove extra letterBenjamin Peterson2014-09-191-1/+1
* standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
* whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
* Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-1/+9
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-111/+128
* make hg link secureBenjamin Peterson2014-09-131-1/+1
* y2k compliance, lol (closes #22380)Benjamin Peterson2014-09-101-37/+0
* Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-102-2/+2
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-058-28/+27
* backport our own copy of the ref-counting extensionBenjamin Peterson2014-09-052-2/+122
* remove automatic svn checkout of sphinx and its deps from Doc/MakefileBenjamin Peterson2014-09-053-93/+161
* fix malformed use cmdoption directiveBenjamin Peterson2014-09-051-1/+2
* Fixed the versionadded in the docs for the backport in 16c86a6bdbe2Alex Gaynor2014-09-041-1/+1
* Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Alex Gaynor2014-09-041-4/+14
* the correct role is :meth: not :method:Benjamin Peterson2014-09-041-8/+6
* remove script that now lives at https://github.com/python/docsbuild-scriptsBenjamin Peterson2014-09-021-135/+0
* Issue #22320: Fix broken link in the General Python FAQ.Ned Deily2014-09-011-1/+2
* getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-311-4/+4
* PEP 466: backport hashlib algorithm constants (closes #21307)Benjamin Peterson2014-08-281-0/+18