COMMITS
/ Misc/ACKS September 8, 2022
M
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)
Miss Islington (bot) committed
August 24, 2022
M
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
Miss Islington (bot) committed
August 3, 2022
S
June 20, 2022
M
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015)
Miss Islington (bot) committed
June 7, 2022
M
gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)
Miss Islington (bot) committed
May 24, 2022
M
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146)
Miss Islington (bot) committed
May 18, 2022
M
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
Miss Islington (bot) committed
May 10, 2022
I
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz committed
April 5, 2022
M
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
Miss Islington (bot) committed
April 4, 2022
M
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
Miss Islington (bot) committed
March 18, 2022
M
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Miss Islington (bot) committed
March 11, 2022
M
[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821)
Matt Bogosian committed
March 7, 2022
M
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Miss Islington (bot) committed
February 21, 2022
M
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
Miss Islington (bot) committed
February 17, 2022
M
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
Miss Islington (bot) committed
January 21, 2022
M
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Miss Islington (bot) committed
January 18, 2022
M
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
Miss Islington (bot) committed
October 28, 2021
M
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Miss Islington (bot) committed
August 12, 2021
M
bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
Miss Islington (bot) committed
August 3, 2021
M
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572)
Miss Islington (bot) committed
August 2, 2021
M
bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
Miss Islington (bot) committed
July 30, 2021
M
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488)
Miss Islington (bot) committed
June 16, 2021
E
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman committed
June 3, 2021
M
Add bpo-42914 to What's New (GH-25124)
Miss Islington (bot) committed
May 10, 2021
M
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967) (GH-26018)
Miss Islington (bot) committed
May 6, 2021
M
bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947) (GH-25950)
Miss Islington (bot) committed
May 4, 2021
M
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893)
Miss Islington (bot) 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
April 26, 2021
L
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
Llandy Riveron Del Risco committed
April 25, 2021
T
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813)
Tymoteusz Wołodźko committed
April 23, 2021
R
bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
Raymond Hettinger committed
April 19, 2021
April 18, 2021
J
bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)
juhovh committed
April 15, 2021
E
Update ACKS (GH-25423)
Ethan Furman committed
April 14, 2021
I
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki committed
March 30, 2021
A
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Alex Prengère committed
March 22, 2021
S
bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)
Sergey B Kirpichev committed
March 1, 2021
N
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
Ned Deily committed
February 15, 2021
D
bpo-42819, readline: Disable bracketed paste (GH-24108)
Dustin Rodrigues committed
January 25, 2021
E
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman committed
January 12, 2021
T
bpo-42870: Document change in argparse help output. (GH-24190)
Tomáš Hrnčiar committed
December 31, 2020
B
bpo-39068: Fix race condition in base64 (GH-17627)
Brandon Stansbury committed
December 20, 2020
C
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson committed
December 19, 2020
C
Fixed typo in itertools documentation (GH-23816)
Casper Smet committed
December 16, 2020
November 23, 2020
Y
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych committed
N
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Nick Crews committed
November 20, 2020
J
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon committed
November 17, 2020
Y
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas committed