summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Update REAME and Docs sidebar for EOL3.63.6Ned Deily2021-12-282-8/+6
* [3.6] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) (GH-28080)Ned Deily2021-08-312-16/+20
* [3.6] bpo-43882 - Mention urllib.parse changes in Whats New section for 3.6.1...Senthil Kumaran2021-05-201-0/+7
* [3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...Miss Islington (bot)2021-05-061-0/+13
* [3.6] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881...Miss Islington (bot)2021-03-161-0/+9
* [3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)Senthil Kumaran2021-02-153-5/+38
* [3.6] Bring Python into the new year. (GH-24036). (GH-24054)Dong-hee Na2021-01-022-2/+2
* [3.6] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22891)larryhastings2020-10-222-2/+0
* 3.6.11rc1v3.6.11rc1Ned Deily2020-06-171-1/+1
* Add pt-br switcher to the Documentation website (GH-20301)Rafael Fontenelle2020-05-231-0/+1
* Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20224)Miss Islington (bot)2020-05-192-2/+4
* bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) (GH-18898)Miss Islington (bot)2020-03-141-1/+1
* bpo-39545: Document restrictions on "await" and "async for" in f-strings. (GH...Serhiy Storchaka2020-02-132-1/+10
* bpo-39545: docs: do not use await in f-strings (GH-18434)Elena Oat2020-02-101-1/+1
* Doc: Change Python 2 status to EOL. (GH-17885) (GH-17887)Miss Islington (bot)2020-01-071-1/+1
* [3.6] Bring Python into the next decade. (GH-17804)Benjamin Peterson2020-01-022-2/+2
* [3.6] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-161-0/+10
* [3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR ...Kyle Stanley2019-12-111-5/+22
* [3.6] Fix Zope URL (GH-16880) (GH-16904)Miss Skeleton (bot)2019-10-231-1/+1
* Update doc switcher list for 3.8.0 (GH-16809) (GH-16812)Miss Islington (bot)2019-10-151-1/+1
* 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