summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-312-6/+7
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-313-7/+9
* #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+8
* minor grammar fixes (from docs@python.org)Georg Brandl2014-10-311-2/+2
* rstlint: make the "html leaked markup" regex a bit less sensitiveGeorg Brandl2014-10-301-1/+1
* rstlint: add more directives we useGeorg Brandl2014-10-301-6/+6
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-302-2/+2
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-2925-34/+32
* linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on w...Georg Brandl2014-10-291-0/+10
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-2914-61/+59
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-295-45/+30
* Fixing broken links in doc, part 1: faq/Georg Brandl2014-10-299-35/+29
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-3/+3
* Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial I...Georg Brandl2014-10-291-2/+2
* Update "where is python.org hosted" FAQ.Georg Brandl2014-10-291-4/+5
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-2949-140/+140
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-294-12/+12
* Doc readme: Fix markup, use https:// URLs.Georg Brandl2014-10-291-36/+36
* Adjust the author field of the .tex files to reflect that docs are now mainta...Georg Brandl2014-10-291-1/+1
* Move Sphinx templates and extensions to their own subdirs.Georg Brandl2014-10-2910-26/+10
* Fix link to ABOP install chapter.Georg Brandl2014-10-281-2/+2
* Update Opensolaris advice to OpenCSW instead of defunct Blastwave.Georg Brandl2014-10-281-3/+2
* Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...Georg Brandl2014-10-281-1/+1
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
* Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
* #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