COMMITS
/ Doc/whatsnew/3.8.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
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 29, 2024
S
[3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725)
Serhiy Storchaka committed
January 27, 2024
H
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-114531) (#114649)
Hugo van Kemenade committed
January 3, 2024
H
[3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) (#113681)
Hugo van Kemenade committed
December 13, 2023
M
[3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065)
Miss Islington (bot) committed
October 19, 2023
M
[3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111073)
Miss Islington (bot) committed
October 12, 2023
E
[3.12] GH-107518: Remove the Argument Clinic How-To (#109900) (#110760)
Erlend E. Aasland committed
September 24, 2023
M
[3.12] gh-109634: Use :samp: role (GH-109635) (#109776)
Miss Islington (bot) committed
H
[3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)
Hugo van Kemenade committed
August 22, 2023
M
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
Serhiy Storchaka committed
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 21, 2023
S
[3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954)
Serhiy Storchaka committed
S
[3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956)
Serhiy Storchaka committed
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
October 26, 2022
S
docs: Change links to label refs (#98454)
Stanley committed
October 4, 2022
A
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner committed
September 27, 2022
S
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka committed
September 21, 2022
S
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley committed
June 6, 2022
S
gh-83728: Add hmac.new default parameter deprecation (GH-91939)
Stanley committed
May 29, 2022
G
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
May 10, 2022
G
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith committed
August 19, 2021
Ł
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
Łukasz Langa committed
April 29, 2021
V
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner committed
V
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
February 15, 2021
K
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin committed
February 14, 2021
A
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt committed
December 1, 2020
V
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Victor Stinner committed
September 23, 2020
T
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Terry Jan Reedy committed
July 14, 2020
J
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474)
JustAnotherArchivist committed
May 26, 2020
S
Remove duplicated words words (GH-20413)
Serhiy Storchaka committed
May 5, 2020
J
bpo-32117: Updated Simpsons names in docs (GH-19737)
Javier Buzzi committed
April 6, 2020
R
bpo-40197: Better describe the benchmark results table (GH-19386)
Raymond Hettinger committed
March 27, 2020
A
bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)
Ammar Askar committed
February 17, 2020
S
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
Serhiy Storchaka committed
February 5, 2020
B
Fix MinGW library generation command (GH-17917)
Baljak committed
January 25, 2020
F
Update 3.8.rst (GH-18173)
fireattack committed
December 16, 2019
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed
November 4, 2019
R
bpo-37759: Show output from var_access_benchmark (GH-17040)
Raymond Hettinger committed
October 29, 2019
K
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Kyle Stanley committed
October 28, 2019
B
bpo-38534: Replace wrong KB number references (GH-16955)
benedwards14 committed