summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* [Enum] improve test, add andrei kulakov to ACKS (GH-26726)Ethan Furman2021-06-151-0/+1
* bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)Ajith Ramachandran2021-06-101-0/+1
* Add bpo-42914 to What's New (GH-25124)Wm. Keith van der Meulen2021-06-031-0/+1
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...dhoekstra20002021-05-101-0/+1
* bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947)Linus Groh2021-05-061-0/+1
* bpo-32822: Add finally with return/break/continue to the tutorial (#25600)Roberto Hueso2021-05-041-0/+1
* bpo-41100: Update Misc/ACKS (GH-25808)Ned Deily2021-05-021-0/+4
* bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman2021-04-291-0/+1
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco2021-04-261-0/+1
* bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...Tymoteusz Wołodźko2021-04-251-0/+1
* bpo-43917: Fix pure python equivalent for classmethod (GH-25544)Raymond Hettinger2021-04-231-1/+2
* bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)l0x2021-04-191-0/+1
* bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)juhovh2021-04-181-0/+1
* Update ACKS (GH-25423)Ethan Furman2021-04-151-0/+2
* bpo-43712 : fileinput: Add encoding parameter (GH-25272)Inada Naoki2021-04-141-0/+1
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Alex Prengère2021-03-301-0/+1
* bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)Sergey B Kirpichev2021-03-221-0/+1
* bpo-42603: Add whatsnew and ACKS entries. (GH-24675)Ned Deily2021-03-011-0/+1
* bpo-42819, readline: Disable bracketed paste (GH-24108)Dustin Rodrigues2021-02-151-0/+1
* bpo-38250: [Enum] single-bit flags are canonical (GH-24215)Ethan Furman2021-01-251-0/+1
* bpo-42870: Document change in argparse help output. (GH-24190)Tomáš Hrnčiar2021-01-121-0/+1
* bpo-39068: Fix race condition in base64 (GH-17627)Brandon Stansbury2020-12-311-0/+1
* bpo-42669: Document that `except` rejects nested tuples (GH-23822)Colin Watson2020-12-201-0/+1
* Fixed typo in itertools documentation (GH-23816)Casper Smet2020-12-191-0/+1
* bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...Om G2020-12-161-0/+1
* Added support for negative indexes to PurePath.parents (GH-21799)Yaroslav Pankovych2020-11-231-0/+1
* bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)Nick Crews2020-11-231-0/+1
* bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)Joshua Cannon2020-11-201-0/+1
* bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)Yurii Karabas2020-11-171-0/+1
* bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...jack11422020-11-091-0/+1
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Florian Dahlitz2020-10-201-0/+1
* bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)Andrey Doroschenko2020-10-201-0/+1
* bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Justin Turner Arthur2020-10-201-0/+1
* bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...Ruben Vorderman2020-10-191-0/+1
* bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)scaramallion2020-10-181-0/+1
* bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)Anatoliy Platonov2020-10-141-0/+1
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-071-1/+0
* bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)Mikhail Golubev2020-10-071-0/+1
* bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner2020-10-051-0/+1
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-011-0/+1
* bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi2020-09-281-0/+1
* bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...Bas van Beek2020-09-221-0/+1
* Enum: add extended AutoNumber example (GH-22349)Ethan Furman2020-09-221-0/+1
* bpo-40084: Enum - dir() includes member attributes (GH-19219)Angelin BOOZ2020-09-211-0/+1
* Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)Mark Dickinson2020-09-191-0/+1
* acknowledge Weipeng Hong's contributions (GH-22284)Ethan Furman2020-09-161-0/+1
* bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)Ethan Furman2020-09-161-0/+1
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Artem Bulgakov2020-09-071-0/+1
* bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...Irit Katriel2020-08-301-0/+1
* bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)Hans Petter Jansson2020-08-041-0/+2