summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* gh-102356: Add thrashcan macros to filter object dealloc (#102426)Marta Gómez Macías2023-03-051-0/+1
* gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)Byeongmin Choi2023-03-041-0/+1
* gh-101561: Add typing.override decorator (#101564)Steven Troxler2023-02-271-0/+1
* gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)SKO2023-02-251-0/+1
* gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...Yeojin Kim2023-02-241-0/+1
* gh-95672 fix typo SkitTest to SkipTest (gh-102119)Hyunkyun Moon2023-02-211-0/+1
* gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...Vo Hoang Long2023-02-211-0/+1
* gh-101961 fileinput.hookcompressed should not set the encoding value for the ...Gihwan Kim2023-02-211-0/+1
* gh-74895: getaddrinfo no longer raises OverflowError (#2435)Radek Smejkal2023-02-141-0/+1
* gh-101562: typing: add tests for inheritance with NotRequired & Required in p...Eclips42023-02-061-0/+1
* bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)mrh19972023-02-051-0/+1
* GH-88597: Added command line interface to UUID module. (#99463)achhina2023-01-221-0/+1
* gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...richardhob2023-01-201-0/+1
* gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)Michał Górny2023-01-111-0/+1
* gh-95882: fix regression in the traceback of exceptions propagated from insid...Thomas Grainger2023-01-031-0/+1
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-021-0/+2
* gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)domragusa2022-10-281-0/+1
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-201-0/+1
* I changed my surname early this year (#96671)Tshepang Mbambo2022-10-051-1/+1
* gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)Koki Saito2022-10-041-0/+1
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-301-0/+1
* gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)Kirill2022-08-271-0/+2
* GH-96179: Fix misleading example on the bisect documentation (GH-96228)prego2022-08-241-0/+1
* gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)Kevin Modzelewski2022-08-181-0/+1
* gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)David Bonner2022-08-101-0/+1
* gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)Petr Viktorin2022-08-101-1/+1
* gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)Petr Viktorin2022-08-101-0/+1
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Derek Kim2022-08-031-0/+1
* gh-87822: Make traceback module robust to exceptions from repr() of local val...Simon-Martin Schröder2022-07-111-0/+1
* gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#...itssme2022-06-191-0/+1
* gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)Kalyan2022-06-071-0/+1
* gh-57539: Increase calendar test coverage (GH-93468)Hugo van Kemenade2022-06-071-0/+1
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)Yury Selivanov2022-05-231-0/+1
* Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)Marc Mueller2022-05-081-0/+1
* gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)Ethan Furman2022-05-061-0/+1
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-051-0/+1
* bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)Vlad Hoi2022-05-051-0/+1
* gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)Kabir Kwatra2022-05-031-0/+1
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-031-0/+1
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-021-0/+1
* Revert "gh-85567: Register a cleanup function to close files for FileType obj...Victor Stinner2022-04-211-1/+0
* gh-85567: Register a cleanup function to close files for FileType objects in ...achhina2022-04-181-0/+1
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)yyyyyyyan2022-04-051-0/+1
* bpo-46484:Add test for Calendar.iterweekdays (GH-30825)1809092022-04-041-0/+1
* bpo-14265: Adds fully qualified test name to unittest output (GH-32138)Sam Ezeh2022-03-291-0/+1
* bpo-31582: Created a new documentation section describing sys.path initializa...Russel Webber2022-03-231-0/+1
* bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)Serhiy Storchaka2022-03-211-0/+1
* bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)Bader Zaidan2022-03-171-0/+1
* bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)Crowthebird2022-03-141-1/+1
* bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)Matt Bogosian2022-03-101-0/+1