COMMITS
/ Misc/ACKS 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
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
November 9, 2020
J
October 20, 2020
F
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
Florian Dahlitz committed
A
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko committed
J
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
Justin Turner Arthur committed
October 19, 2020
R
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
Ruben Vorderman committed
October 18, 2020
S
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion committed
October 14, 2020
A
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov committed
October 7, 2020
R
M
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev committed
October 5, 2020
F
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner committed
October 1, 2020
R
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
Robert Smallshire committed