COMMITS
/ Misc/ACKS June 19, 2022
June 7, 2022
K
H
gh-57539: Increase calendar test coverage (GH-93468)
Hugo van Kemenade committed
May 23, 2022
Y
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov committed
May 8, 2022
M
Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)
Marc Mueller committed
May 6, 2022
E
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
Ethan Furman committed
May 5, 2022
C
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo committed
V
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
Vlad Hoi committed
May 3, 2022
K
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra committed
C
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
Carey Metcalfe committed
May 2, 2022
I
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz committed
April 21, 2022
April 18, 2022
April 5, 2022
Y
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
yyyyyyyan committed
April 4, 2022
1
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
180909 committed
March 29, 2022
S
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
Sam Ezeh committed
March 23, 2022
R
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Russel Webber committed
March 21, 2022
S
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka committed
March 17, 2022
B
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan committed
March 14, 2022
C
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
Crowthebird committed
March 10, 2022
M
bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)
Matt Bogosian committed
March 7, 2022
J
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Jacob Walls committed
February 26, 2022
C
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao committed
February 20, 2022
L
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
Lital Natan committed
February 17, 2022
A
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
aha79 committed
9
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11 committed
February 16, 2022
A
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade committed
January 28, 2022
C
bpo-46407: Optimizing some modulo operations (GH-30653)
Crowthebird committed
January 21, 2022
T
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Tom Sparrow committed
January 18, 2022
J
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
John Marshall committed
January 7, 2022
December 27, 2021
X
bpo-46055: Speed up binary shifting operators (GH-30044)
Xinhang Xu committed
November 29, 2021
October 28, 2021
A
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Alex Waygood committed
September 7, 2021
S
bpo-45012: Release GIL around stat in os.scandir (GH-28085)
Stanisław Skonieczny committed
N
bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-28178)
Nikita Sobolev committed
August 27, 2021
S
Update ACKS (GH-27988)
Soumendra Ganguly committed
August 15, 2021
G
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
Gautam Chaudhuri committed
August 11, 2021
Z
bpo-26228: Fix pty EOF handling (GH-12049)
Zephyr Shannon committed
August 3, 2021
August 2, 2021
M
bpo-44792: Improve syntax errors for if expressions (GH-27506)
Miguel Brito committed
July 30, 2021
S
bpo-44666: Use default encoding as fallback for compile_file (GH-27236)
Stefan Hoelzl committed
June 15, 2021
E
[Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman committed
June 10, 2021
A
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran committed
June 3, 2021
W
Add bpo-42914 to What's New (GH-25124)
Wm. Keith van der Meulen committed
May 10, 2021
D
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967)
dhoekstra2000 committed
May 6, 2021
L
bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947)
Linus Groh committed
May 4, 2021
R
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)
Roberto Hueso committed
May 2, 2021
N
bpo-41100: Update Misc/ACKS (GH-25808)
Ned Deily committed
April 29, 2021
R
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman committed