index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
3.7.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
1
-1/+1
*
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Victor Stinner
2022-03-14
1
-1/+1
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-2/+2
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
1
-0/+13
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-1/+2
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
1
-1/+1
*
bpo-41475: Fix note in "What's new in 3.7" (#21733)
Ram Rachum
2020-08-11
1
-1/+1
*
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
Serhiy Storchaka
2020-02-13
1
-0/+5
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-5/+5
*
Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_...
Kyle Stanley
2019-12-16
1
-0/+10
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Adam J. Stewart
2019-10-07
1
-0/+4
*
bpo-33821: Update IDLE section of What's New 3.7 (#15036)
Terry Jan Reedy
2019-07-31
1
-1/+10
*
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat
2019-07-23
1
-0/+7
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Christian Heimes
2019-06-03
1
-3/+2
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-1/+1
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
1
-0/+10
*
Fix a couple documentation typos. (GH-10498)
Windson yang
2018-11-13
1
-1/+1
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
bpo-33899: Mention tokenize behavior change in What's New (GH-10073)
Tal Einat
2018-10-24
1
-0/+5
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
1
-2/+2
*
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)
Terry Jan Reedy
2018-09-25
1
-2/+11
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov
2018-09-21
1
-0/+4
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-7/+0
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-0/+7
*
bpo-34247: add porting note to 3.7 What's New (GH-9223)
Ned Deily
2018-09-13
1
-0/+10
*
bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)
Yury Selivanov
2018-09-12
1
-2/+1
*
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov
2018-09-11
1
-22/+22
*
bpo-33666: Add what's new entry for os.errno removal (GH-#8497)
INADA Naoki
2018-07-28
1
-0/+6
*
bpo-34009: Expand on platform support changes (GH-8022)
Nick Coghlan
2018-07-10
1
-3/+26
*
bpo-32996: Enhancements to What's New based on feedback (GH-7988)
Elvis Pranskevichus
2018-06-28
1
-21/+29
*
Forward port 3.7.0 final changes
Ned Deily
2018-06-27
1
-1/+1
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
1
-1/+1
*
Fix nested list in 3.7 What's New (GH-7659)
Ned Deily
2018-06-12
1
-0/+1
*
bpo-25612: Add minimal What's New in 3.7 entry (GH-7656)
Ned Deily
2018-06-12
1
-0/+5
*
bpo-33656: Add entry to What's New 3.7. (GH-7638)
Terry Jan Reedy
2018-06-11
1
-0/+6
*
bpo-33745: Add What's New for empty function docstring change. (GH-7611)
Ned Deily
2018-06-11
1
-0/+5
*
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
Ned Deily
2018-06-11
1
-6/+0
*
bpo-33821: Update idlelib subsection of What's New 3.7 (#7590)
Terry Jan Reedy
2018-06-10
1
-2/+10
*
bpo-33409: Clarify PEP 538/540 relationship (GH-7534)
Nick Coghlan
2018-06-09
1
-6/+25
*
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Elvis Pranskevichus
2018-06-08
1
-3/+4
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
1
-0/+4
*
update 3.7 whatsnew entry about Unicode version (GH-7480)
Benjamin Peterson
2018-06-07
1
-2/+2
*
bpo-31368: Enhance os.preadv() documentation (GH-7254)
Pablo Galindo
2018-05-30
1
-3/+4
*
Fix whatsnew entry about ThreadedHTTPServer. (GH-7220)
Julien Palard
2018-05-29
1
-1/+1
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
1
-7/+0
*
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
Victor Stinner
2018-05-24
1
-4/+23
*
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes
2018-05-23
1
-4/+8
*
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Yury Selivanov
2018-05-23
1
-0/+11
[next]