COMMITS
/ Misc/ACKS October 20, 2022
N
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen committed
October 5, 2022
T
I changed my surname early this year (#96671)
Tshepang Mbambo committed
October 4, 2022
K
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
Koki Saito committed
September 30, 2022
August 27, 2022
August 24, 2022
August 18, 2022
K
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski committed
August 10, 2022
D
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner committed
P
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin committed
P
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin committed
August 3, 2022
July 11, 2022
S
gh-87822: Make traceback module robust to exceptions from repr() of local values (GH-94691)
Simon-Martin Schröder committed
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