summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-282-1/+8
* Issue #16863: Explain difference between text and 2.7 behavior.Terry Jan Reedy2014-10-221-0/+2
* Updated cookbook entry to replace shutil.chown with os.chown.Vinay Sajip2014-10-221-2/+7
* Issue #22660: update various mentions in the ssl module documentation.Antoine Pitrou2014-10-201-115/+95
* make plural s lowercaseBenjamin Peterson2014-10-191-1/+1
* Fix a typo caught by Gabriella Capone on docs@Zachary Ware2014-10-191-1/+1
* remove link to the 'original package specification'; I doubt it's useful anym...Benjamin Peterson2014-10-171-3/+1
* Use https:// URLs for the bug tracker in the :issue: role.Alex Gaynor2014-10-131-1/+1
* issue22626: Use https:// for a link to the bug trackerAlex Gaynor2014-10-131-1/+1
* note xmlrpclib doesn't verify certs (yet)Benjamin Peterson2014-10-131-0/+5
* #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