COMMITS
/ Doc/whatsnew/3.7.rst September 2, 2024
W
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123576)
Wei-Hsiang (Matt) Wang committed
August 30, 2024
W
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang committed
July 19, 2024
S
[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)
Serhiy Storchaka committed
July 13, 2024
H
[3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121514)
Hugo van Kemenade committed
April 28, 2024
H
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118365)
Hugo van Kemenade committed
April 15, 2024
H
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade committed
February 15, 2024
M
[3.12] gh-100734: What's New in 3.x: Add missing detail from 3.x branch (GH-114689) (#115526)
Miss Islington (bot) committed
January 3, 2024
H
[3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) (#113681)
Hugo van Kemenade committed
January 2, 2024
H
[3.12] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (#113641)
Hugo van Kemenade committed
December 9, 2023
M
[3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112884) (#112911)
Miss Islington (bot) committed
December 7, 2023
December 5, 2023
M
[3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772)
Miss Islington (bot) committed
October 11, 2023
E
[3.12] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632) (#110690)
Ezio Melotti committed
July 26, 2023
M
[3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)
Miss Islington (bot) committed
M
[3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)
Miss Islington (bot) committed
July 21, 2023
S
[3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956)
Serhiy Storchaka committed
May 3, 2023
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
September 27, 2022
S
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
July 25, 2022
O
gh-85454: Remove links from historical mentions of distutils (GH-95192)
Oleg Iarygin committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
June 21, 2022
O
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin committed
March 30, 2022
H
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade committed
March 23, 2022
R
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Russel Webber committed
March 14, 2022
V
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
February 14, 2021
A
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
August 11, 2020
R
bpo-41475: Fix note in "What's new in 3.7" (#21733)
Ram Rachum committed
February 13, 2020
S
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
Serhiy Storchaka committed
January 24, 2020
V
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner committed
December 16, 2019
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
October 7, 2019
A
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Adam J. Stewart committed
July 31, 2019
T
bpo-33821: Update IDLE section of What's New 3.7 (#15036)
Terry Jan Reedy committed
July 23, 2019
T
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat committed
June 3, 2019
C
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Christian Heimes committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
December 10, 2018
S
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
Steve Dower committed
November 13, 2018
W
Fix a couple documentation typos. (GH-10498)
Windson yang committed
October 26, 2018
S
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel committed
October 24, 2018
T
bpo-33899: Mention tokenize behavior change in What's New (GH-10073)
Tal Einat committed
October 6, 2018
S
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel committed
September 25, 2018
T
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)
Terry Jan Reedy committed
September 21, 2018
Y
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 18, 2018
V
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner committed