summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/3.7.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Miss Islington (bot)2019-06-031-3/+2
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-191-1/+1
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...Steve Dower2018-12-101-0/+10
* Fix a couple documentation typos. (GH-10498)Miss Islington (bot)2018-11-121-1/+1
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Miss Islington (bot)2018-10-261-1/+1
* [3.7] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (G...Tal Einat2018-10-241-0/+5
* [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-101-2/+2
* Fix markup for xml.sax in 3.7.rst (GH-9604)Andrés Delfino2018-10-051-1/+1
* Fix markup for xml.sax entry in 3.7.1 notes (GH-9602)Andrés Delfino2018-09-271-1/+1
* bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (GH-9568)Miss Islington (bot)2018-09-251-2/+11
* [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)Christian Heimes2018-09-241-0/+12
* [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)Christian Heimes2018-09-231-0/+4
* bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)Miss Islington (bot)2018-09-211-0/+4
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-191-7/+0
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-171-0/+7
* bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377)Yury Selivanov2018-09-171-24/+23
* bpo-34247: add porting note to 3.7 What's New (GH-9223)Miss Islington (bot)2018-09-131-0/+10
* bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526)Miss Islington (bot)2018-07-291-0/+6
* bpo-34009: Expand on platform support changes (GH-8022)Miss Islington (bot)2018-07-101-3/+26
* bpo-32996: Enhancements to What's New based on feedback (GH-7988)Miss Islington (bot)2018-06-281-21/+29
* Merge 3.7.0 final changesNed Deily2018-06-271-1/+1
|\
| * 3.7.0 finalv3.7.0Ned Deily2018-06-261-1/+1
| * Fix nested list in 3.7 What's New (GH-7659) (GH-7660)Miss Islington (bot)2018-06-261-0/+1
* | bpo-33859: Fix spelling mistakes in docs. (GH-7691)Miss Islington (bot)2018-06-151-1/+1
* | Fix nested list in 3.7 What's New (GH-7659) (GH-7660)Miss Islington (bot)2018-06-121-0/+1
|/
* bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) (GH-7658)Miss Islington (bot)2018-06-121-0/+5
* bpo-33656: Add entry to What's New 3.7. (GH-7638)Miss Islington (bot)2018-06-111-0/+6
* bpo-33745: Add What's New for empty function docstring change. (GH-7611)Miss Islington (bot)2018-06-101-0/+5
* bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) (GH-...Miss Islington (bot)2018-06-101-6/+0
* bpo-33821: Update idlelib subsection of What's New 3.7 (GH-7590)Miss Islington (bot)2018-06-101-2/+10
* bpo-33409: Clarify PEP 538/540 relationship (GH-7534)Miss Islington (bot)2018-06-091-6/+25
* bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)Miss Islington (bot)2018-06-081-3/+4
* bpo-33792: Add selector and proactor windows policies (GH-7487)Miss Islington (bot)2018-06-071-0/+4
* update 3.7 whatsnew entry about Unicode version (GH-7480)Miss Islington (bot)2018-06-071-2/+2
* bpo-31368: Enhance os.preadv() documentation (GH-7254)Miss Islington (bot)2018-05-301-3/+4
* [3.7] bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name ...Julien Palard2018-05-301-1/+1
* bpo-32911: Revert bpo-29463. (GH-7121)Serhiy Storchaka2018-05-291-7/+0
* bpo-33540: Add block_on_close attr to socketserver (GH-6911)Miss Islington (bot)2018-05-231-4/+23
* [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)Miss Islington (bot)2018-05-231-4/+8
* bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)Miss Islington (bot)2018-05-231-0/+11
* bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)Miss Islington (bot)2018-05-221-1/+5
* Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020)Miss Islington (bot)2018-05-201-0/+27
* [3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)Elvis Pranskevichus2018-05-191-589/+1541
* bpo-33559: Attribute changed repr of exceptions (GH-6954)Miss Islington (bot)2018-05-171-0/+1
* bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950)Miss Islington (bot)2018-05-171-0/+3
* bpo-20104: Remove posix_spawn from 3.7 (GH-6794)Pablo Galindo2018-05-141-4/+0
* bpo-32717: Document PEP 560 (GH-6726)Miss Islington (bot)2018-05-081-0/+19
* Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)Miss Islington (bot)2018-04-181-0/+8
* bpo-33185: Improve wording and markup (GH-6477)Miss Islington (bot)2018-04-151-5/+7
* bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)Miss Islington (bot)2018-04-151-3/+4