summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-7/+7
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-271-1/+1
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-1/+1
* gh-85454: Remove links from historical mentions of distutils (GH-95192)Oleg Iarygin2022-07-251-2/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-3/+3
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-1/+2
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
* bpo-31582: Created a new documentation section describing sys.path initializa...Russel Webber2022-03-231-1/+1
* bpo-31415: importtime was made by Inada Naoki (GH-31875)Victor Stinner2022-03-141-1/+1
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-2/+2
* bpo-42967: only use '&' as a query string separator (#24297)Adam Goldschmidt2021-02-141-0/+13
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-1/+2
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-1/+1
* bpo-41475: Fix note in "What's new in 3.7" (#21733)Ram Rachum2020-08-111-1/+1
* bpo-39545: Document changes in the support of await in f-strings. (GH-18456)Serhiy Storchaka2020-02-131-0/+5
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-241-5/+5
* Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_...Kyle Stanley2019-12-161-0/+10
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-1/+1
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Adam J. Stewart2019-10-071-0/+4
* bpo-33821: Update IDLE section of What's New 3.7 (#15036)Terry Jan Reedy2019-07-311-1/+10
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-0/+7
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Christian Heimes2019-06-031-3/+2
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...Steve Dower2018-12-101-0/+10
* Fix a couple documentation typos. (GH-10498)Windson yang2018-11-131-1/+1
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-1/+1
* bpo-33899: Mention tokenize behavior change in What's New (GH-10073)Tal Einat2018-10-241-0/+5
* bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-061-2/+2
* bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)Terry Jan Reedy2018-09-251-2/+11
* bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)Yury Selivanov2018-09-211-0/+4
* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...Victor Stinner2018-09-191-7/+0
* bpo-34589: Add -X coerce_c_locale command line option (GH-9378)Victor Stinner2018-09-181-0/+7
* bpo-34247: add porting note to 3.7 What's New (GH-9223)Ned Deily2018-09-131-0/+10
* bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)Yury Selivanov2018-09-121-2/+1
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-22/+22
* bpo-33666: Add what's new entry for os.errno removal (GH-#8497)INADA Naoki2018-07-281-0/+6
* bpo-34009: Expand on platform support changes (GH-8022)Nick Coghlan2018-07-101-3/+26
* bpo-32996: Enhancements to What's New based on feedback (GH-7988)Elvis Pranskevichus2018-06-281-21/+29
* Forward port 3.7.0 final changesNed Deily2018-06-271-1/+1
* bpo-33859: Fix spelling mistakes in docs. (GH-7691)Xtreak2018-06-161-1/+1
* Fix nested list in 3.7 What's New (GH-7659)Ned Deily2018-06-121-0/+1
* bpo-25612: Add minimal What's New in 3.7 entry (GH-7656)Ned Deily2018-06-121-0/+5
* bpo-33656: Add entry to What's New 3.7. (GH-7638)Terry Jan Reedy2018-06-111-0/+6
* bpo-33745: Add What's New for empty function docstring change. (GH-7611)Ned Deily2018-06-111-0/+5
* bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)Ned Deily2018-06-111-6/+0
* bpo-33821: Update idlelib subsection of What's New 3.7 (#7590)Terry Jan Reedy2018-06-101-2/+10
* bpo-33409: Clarify PEP 538/540 relationship (GH-7534)Nick Coghlan2018-06-091-6/+25
* bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)Elvis Pranskevichus2018-06-081-3/+4
* bpo-33792: Add selector and proactor windows policies (GH-7487)Yury Selivanov2018-06-081-0/+4