COMMITS
/ Doc/tools/susp-ignored.csv October 4, 2022
M
[3.10] gh-97709: Included newline separator in Mandelbrot set (GH-97737) (#97823)
Miss Islington (bot) committed
August 31, 2022
E
[3.10] gh-96414: Inline code examples in sqlite3 docs (GH-96442). (#96453)
Erlend E. Aasland committed
August 29, 2022
E
[3.10] gh-95432: Add doctests for the sqlite3 docs (GH-96225) (#96379)
Erlend E. Aasland committed
June 10, 2022
M
[3.10] Improve logging documentation with example and additional cookbook re… (GH-93644) (GH-93648)
Miss Islington (bot) committed
April 6, 2022
K
March 23, 2022
A
[3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31941)
Alex Waygood committed
January 18, 2022
E
[3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30671)
Erlend Egeberg Aasland committed
November 18, 2021
M
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29620)
Miss Islington (bot) committed
October 29, 2021
A
[3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
Alex Waygood committed
August 24, 2021
M
bpo-39452: Rewrite and expand __main__.rst (GH-26883)
Miss Islington (bot) committed
August 23, 2021
M
Update susp-ignored.csv line numbers
Miss Islington (bot) committed
August 22, 2021
M
Move susp-ignored locations
Miss Islington (bot) committed
May 19, 2021
M
bpo-44106: Improve sqlite3 example database contents (GH-26027)
Miss Islington (bot) committed
May 2, 2021
C
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes committed
April 27, 2021
K
bpo-43766: Fix TypeGuard docs (#25660)
Ken Jin committed
April 16, 2021
V
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner committed
April 14, 2021
E
bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
Erlend Egeberg Aasland committed
April 12, 2021
P
Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368)
Pablo Galindo committed
March 1, 2021
P
Remove unused suspicious rule in the docs
Pablo Galindo committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
January 4, 2021
P
Fix 'make suspicious' for the itertools module (GH-24097)
Pablo Galindo committed
November 1, 2020
R
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078)
Raymond Hettinger committed
October 29, 2020
T
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor committed
October 23, 2020
R
Create a primer section for the descriptor howto guide (GH-22906)
Raymond Hettinger committed
October 21, 2020
A
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Andre Delfino committed
October 20, 2020
R
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger committed
March 10, 2020
S
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka committed
February 26, 2020
O
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
opavlyuk committed
November 26, 2019
D
Remove use of deprecated `array.fromstring` method (GH-17332)
David Coles committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
October 26, 2019
S
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Serhiy Storchaka committed
October 7, 2019
R
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
Ricardo Bánffy committed
September 11, 2019
A
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
Anjali Bansal committed
September 10, 2019
J
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs committed
July 21, 2019
N
Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)
Ned Deily committed
July 16, 2019
D
Replace backquote with command substitution in subprocess doc example (GH-13941)
David Jones committed
June 17, 2019
V
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
Vinay Sajip committed
May 28, 2019
M
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
Matthias Bussonnier committed
May 27, 2019
R
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre committed
May 26, 2019
A
Fix highlighting in importlib.metadata docs (GH-13575)
Anthony Sottile committed
May 24, 2019
J
bpo-34632: Add importlib.metadata (GH-12547)
Jason R. Coombs committed
May 14, 2019
N
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Nick Coghlan committed
March 22, 2019
R
bpo-30670: Add pp function to the pprint module (GH-11769)
Rémi Lapeyre committed
March 14, 2019
A
Document actual string.punctuation value. (GH-12270)
Andre Delfino committed
November 14, 2018
J
bpo-32613: Update window FAQ (GH-5552)
Julien Palard committed
November 1, 2018
P
bpo-35075: Fix broken url in the pprint documentation (GH-10201)
Pablo Galindo committed
September 24, 2018
P
bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317)
Petr Viktorin committed
May 17, 2018
Z
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915)
Zvezdan Petkovic committed
January 8, 2018
N
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan committed
December 12, 2017
V
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner committed