COMMITS
/ Misc/ACKS 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
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