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
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)
Hugo van Kemenade
2024-04-28
1
-3/+3
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
1
-2/+1
*
gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)
Hugo van Kemenade
2024-02-15
1
-0/+44
*
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Hugo van Kemenade
2024-01-03
1
-2/+2
*
gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)
Hugo van Kemenade
2024-01-02
1
-4/+4
*
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Alex Waygood
2023-12-09
1
-2/+2
*
gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...
Alex Waygood
2023-12-07
1
-3/+3
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
1
-1/+1
*
gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)
Ezio Melotti
2023-10-11
1
-7/+7
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
1
-3/+3
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
1
-1/+1
*
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka
2023-07-26
1
-1/+1
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-9/+9
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
1
-2/+2
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
1
-1/+1
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
1
-2/+2
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
1
-1/+1
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
1
-2/+2
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
1
-1/+1
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-2/+2
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-7/+7
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
1
-1/+1
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-85454: Remove links from historical mentions of distutils (GH-95192)
Oleg Iarygin
2022-07-25
1
-2/+2
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-3/+3
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-1/+2
*
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
[next]