summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) (GH-28080)Ned Deily2021-08-311-1/+1
* [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-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-151-0/+13
* [3.6] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-161-0/+10
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)Miss Islington (bot)2019-01-171-0/+11
* [3.6] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (G...Tal Einat2018-10-241-0/+5
* bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567)Miss Islington (bot)2018-09-251-2/+11
* [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)Christian Heimes2018-09-241-1/+17
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-231-0/+4
* [3.6] bpo-33859: Fix spelling mistakes in docs. (GH-7691). (GH-7750)Xtreak2018-06-161-1/+1
* bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)Miss Islington (bot)2018-06-111-0/+6
* bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7622)Ned Deily2018-06-111-15/+14
* bpo-33820: Fix IDLE What's New typo (GH-7594)Miss Islington (bot)2018-06-101-1/+1
* bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)Miss Islington (bot)2018-06-101-0/+37
* 3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257)Miss Islington (bot)2018-05-301-1/+1
* bpo-30935: update get_event_loop docs (GH-2731)Miss Islington (bot)2018-05-291-1/+1
* bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)Miss Islington (bot)2018-05-191-1/+2
* [3.6] Improve highlighting of some code blocks. (GH-6401). (GH-6424)Serhiy Storchaka2018-04-091-1/+3
* [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...Bo Bayles2018-01-261-0/+5
* [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)Victor Stinner2018-01-151-0/+8
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-0/+5
* Link to generated changelog, not website.Ned Deily2017-09-061-3/+2
* bpo-23404: `make regen-all` What's New entry (#2128)Nick Coghlan2017-06-121-0/+36
* bpo-29898: Fix incorrect env variable name (GH-1576)Berker Peksag2017-05-171-1/+1
* bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)INADA Naoki2017-03-061-2/+0
* Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTIONVictor Stinner2017-01-231-0/+3
* Issue #29316: Restore the provisional status of typing module and addNed Deily2017-01-201-6/+3
* Issue #29239: Fix --enable-optimizations bug numberMartin Panter2017-01-111-1/+1
* Clearer compact dict attribution to the original proposalRaymond Hettinger2016-12-291-2/+7
* Merge 3.6.0 release engineering headNed Deily2016-12-221-0/+3
|\
| * Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-221-0/+3
| * Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16
| * Issue #28979: Fix What's New in Python 3.6, dictVictor Stinner2016-12-151-1/+1
| * Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-121-0/+3
| * Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+4
| * Issue #28635: Drop the note that whatsnew is incompleteYury Selivanov2016-12-071-9/+0
* | Issue #28987: Typos, grammar, spelling in documentationMartin Panter2016-12-181-1/+1
* | Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16
* | Issue #28979: Fix What's New in Python 3.6, dictVictor Stinner2016-12-151-1/+1
* | Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-121-0/+3
* | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+4
* | Issue #28635: Drop the note that whatsnew is incompleteYury Selivanov2016-12-071-9/+0
|/
* Issue #27030: Unknown escapes in re.sub() replacement template are allowedSerhiy Storchaka2016-12-061-2/+3
* Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-0/+10
* Issue #27172: Undeprecate inspect.getfullargspec()Nick Coghlan2016-12-021-0/+7
* Issue #28635: Document Python 3.6 opcode changesYury Selivanov2016-11-281-0/+34
* Fix grammar in whatsnewZachary Ware2016-11-281-1/+1
* Issue #28532: Add what's new entry for python -VV optionINADA Naoki2016-11-241-0/+12
* Fix up grammar, markup, etc in 3.6 What’s NewMartin Panter2016-11-211-51/+51