summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Doc: 3.8 is now stable. (GH-16790) (GH-16793)Miss Islington (bot)2019-10-141-1/+1
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Ned Deily2019-07-081-2/+2
* Fix 3.6 documentation build for sphinx<1.6 (GH-14576)Anthony Sottile2019-07-031-1/+7
* Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)Miss Islington (bot)2019-06-161-1/+1
* [3.6] Doc: Add an optional obsolete header. (GH-13638). (GH-13657)Julien Palard2019-06-152-0/+20
* [3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-1...Ned Deily2019-06-131-0/+1
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) (GH-...Miss Islington (bot)2019-06-081-4/+6
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824) (GH-13827)Miss Islington (bot)2019-06-042-2/+4
* [3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461)Julien Palard2019-03-201-0/+2
* bpo-36195: Remove the ThreadPoolExecutor documentation mentioning the initial...Harmandeep Singh2019-03-171-6/+0
* [3.6] bpo-36216: Add check for characters in netloc that normalize to separat...Steve Dower2019-03-121-0/+18
* Document the surprising sideeffect PyErr_Print(). (GH-12081) (GH-12084)Miss Islington (bot)2019-02-271-2/+6
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) (GH-11812)Miss Islington (bot)2019-02-101-1/+1
* [3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368)Anthony Sottile2019-02-032-2/+9
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)Miss Islington (bot)2019-01-172-1/+13
* bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) (GH-11417)Miss Islington (bot)2019-01-171-2/+2
* [3.6] Bump copyright years to 2019. (GH-11407)Benjamin Peterson2019-01-022-2/+2
* Fix documented signatures for C API functions. (GH-11236) (GH-11240)Miss Islington (bot)2018-12-202-5/+5
* bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH...Miss Islington (bot)2018-12-207-4/+35
* bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199)Miss Islington (bot)2018-12-201-0/+28
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...Steve Dower2018-12-203-7/+29
* bpo-35450: reflect in docs that venv module is not always creating a copy of ...Miss Islington (bot)2018-12-141-3/+4
* Fix numbered lists in stdtypes.rst. (GH-10989)Miss Islington (bot)2018-12-101-14/+10
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Miss Islington (bot)2018-12-071-0/+6
* Add missing period in distutils.dep_util.newer_group doc (GH-11003)Miss Islington (bot)2018-12-061-1/+1
* [3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962)Mariatta2018-12-051-1/+1
* [3.6] Fix typos in concurrent.Futures documentation (GH-10920) (GH-10958)Mariatta2018-12-051-1/+7
* [3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)Andre Delfino2018-12-0511-15/+15
* Move __missing__ after __delitem__ in Data model. (GH-10923)Miss Islington (bot)2018-12-051-8/+8
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-032-0/+22
* [3.6] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (G...E Kawashima2018-12-011-1/+1
* bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10790)Miss Islington (bot)2018-11-291-1/+4
* [3.6] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487...Julien Palard2018-11-281-21/+0
* [3.6] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-1...Julien Palard2018-11-261-11/+0
* bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10709)Miss Islington (bot)2018-11-251-0/+5
* bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...Miss Islington (bot)2018-11-251-14/+10
* Linkify SMTP.quit() in smtplib documentation. (GH-9785)Miss Islington (bot)2018-11-231-1/+1
* bpo-31146: Don't fallback switcher to english on not-yet pusblished languages...Miss Islington (bot)2018-11-211-0/+6
* bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)Miss Islington (bot)2018-11-212-1/+1
* bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)...Miss Islington (bot)2018-11-211-1/+2
* bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (...Victor Stinner2018-11-201-4/+2
* bpo-9842: Add references for using "..." as a placeholder to the index. (GH-1...Miss Islington (bot)2018-11-203-0/+7
* [3.6] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * ...Miss Islington (bot)2018-11-171-1/+2
* bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)Miss Islington (bot)2018-11-161-4/+4
* bpo-33816: Remove outdated metaclass example (GH-7566)Miss Islington (bot)2018-11-161-34/+2
* bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)Miss Islington (bot)2018-11-151-8/+8
* Fix typo in asynchronous generator iterator documentation (GH-10542)Miss Islington (bot)2018-11-141-2/+2
* [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)Julien Palard2018-11-142-45/+24
* Grammar corrections in abc.rst (GH-10525)Miss Islington (bot)2018-11-131-3/+3
* Link to property built-in in abc.rst (GH-10526)Miss Islington (bot)2018-11-131-1/+1