aboutsummaryrefslogtreecommitdiff
path: root/Misc/ACKS
AgeCommit message (Expand)Author
2021-10-28bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Alex Waygood
2021-09-07bpo-45012: Release GIL around stat in os.scandir (GH-28085)Stanisław Skonieczny
2021-09-07bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...Nikita Sobolev
2021-08-27Update ACKS (GH-27988)Soumendra Ganguly
2021-08-15bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)Gautam Chaudhuri
2021-08-12bpo-26228: Fix pty EOF handling (GH-12049)Zephyr Shannon
2021-08-02closes bpo-39091: Fix segfault when Exception constructor returns non-excepti...Noah
2021-08-02bpo-44792: Improve syntax errors for if expressions (GH-27506)Miguel Brito
2021-07-30bpo-44666: Use default encoding as fallback for compile_file (GH-27236)Stefan Hoelzl
2021-06-15[Enum] improve test, add andrei kulakov to ACKS (GH-26726)Ethan Furman
2021-06-10bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)Ajith Ramachandran
2021-06-02Add bpo-42914 to What's New (GH-25124)Wm. Keith van der Meulen
2021-05-10bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...dhoekstra2000
2021-05-06bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947)Linus Groh
2021-05-04bpo-32822: Add finally with return/break/continue to the tutorial (#25600)Roberto Hueso
2021-05-02bpo-41100: Update Misc/ACKS (GH-25808)Ned Deily
2021-04-30bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman
2021-04-26bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco
2021-04-25bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...Tymoteusz Wołodźko
2021-04-22bpo-43917: Fix pure python equivalent for classmethod (GH-25544)Raymond Hettinger
2021-04-19bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)l0x
2021-04-18bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)juhovh
2021-04-15Update ACKS (GH-25423)Ethan Furman
2021-04-14bpo-43712 : fileinput: Add encoding parameter (GH-25272)Inada Naoki
2021-03-31bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Alex Prengère
2021-03-21bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)Sergey B Kirpichev
2021-03-01bpo-42603: Add whatsnew and ACKS entries. (GH-24675)Ned Deily
2021-02-16bpo-42819, readline: Disable bracketed paste (GH-24108)Dustin Rodrigues
2021-01-25bpo-38250: [Enum] single-bit flags are canonical (GH-24215)Ethan Furman
2021-01-11bpo-42870: Document change in argparse help output. (GH-24190)Tomáš Hrnčiar
2020-12-31bpo-39068: Fix race condition in base64 (GH-17627)Brandon Stansbury
2020-12-20bpo-42669: Document that `except` rejects nested tuples (GH-23822)Colin Watson
2020-12-18Fixed typo in itertools documentation (GH-23816)Casper Smet
2020-12-16bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...Om G
2020-11-23Added support for negative indexes to PurePath.parents (GH-21799)Yaroslav Pankovych
2020-11-23bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)Nick Crews
2020-11-20bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)Joshua Cannon
2020-11-16bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)Yurii Karabas
2020-11-10bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...jack1142
2020-10-20bpo-29981: Add examples and update index for set, dict, and generator compreh...Florian Dahlitz
2020-10-20bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)Andrey Doroschenko
2020-10-19bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Justin Turner Arthur
2020-10-19bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...Ruben Vorderman
2020-10-18bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)scaramallion
2020-10-14bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)Anatoliy Platonov
2020-10-07Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger
2020-10-07bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)Mikhail Golubev
2020-10-04bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner
2020-10-01bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire
2020-09-28bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi