summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)Tomas R.2024-10-061-0/+2
* gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)Tian Gao2024-10-051-0/+1
* gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-...morotti2024-10-041-0/+3
* gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)Irit Katriel2024-10-041-0/+2
* gh-123961: Convert `curses.window` static type into a heap type (#124934)Bénédikt Tran2024-10-041-0/+3
* gh-124858: fix happy eyeballs refcyles (#124859)Thomas Grainger2024-10-021-0/+1
* GH-118093: Don't lose confidence when tracing through 100% biased branches (G...Brandt Bucher2024-10-021-0/+2
* GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)Diego Russo2024-10-021-0/+2
* gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...Jeremy Maitin-Shepard2024-10-021-0/+15
* gh-120378: Fix crash caused by integer overflow in `curses` (#124555)Peter Bierma2024-10-021-0/+2
* gh-58282: Fix support of tuple metavar for positional arguments in argparse (...Serhiy Storchaka2024-10-021-0/+2
* gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...Taneli Hukkinen2024-10-021-0/+3
* gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)Serhiy Storchaka2024-10-011-0/+4
* gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...Tian Gao2024-10-011-0/+1
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-011-0/+3
* gh-124594: Create and reuse the same context for the entire asyncio REPL sess...Bartosz Sławecki2024-10-011-0/+1
* gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)Victorien2024-10-011-0/+2
* gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...Peter Bierma2024-10-011-1/+0
* gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strin...T. Wouters2024-09-301-5/+0
* gh-116810: fix memory leak in ssl module (GH-123249)Jeffrey R. Van Voorst2024-09-301-0/+4
* gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)Steve Dower2024-09-301-0/+1
* gh-124642: Dictionaries aren't marking objects as weakref'd (#124643)Dino Viehland2024-09-301-0/+1
* gh-124400: Use the normal command path for breakpoint commands (#124401)Tian Gao2024-09-291-0/+1
* gh-124720: Update "Using Python on a Mac" document (#124721)Ned Deily2024-09-291-0/+2
* gh-58573: Fix conflicts between abbreviated long options in the parent parser...Serhiy Storchaka2024-09-291-0/+2
* gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...Serhiy Storchaka2024-09-291-0/+2
* gh-61181: Fix support of choices with string value in argparse (GH-124578)Serhiy Storchaka2024-09-291-0/+2
* gh-53834: Fix support of arguments with choices in argparse (GH-124495)Serhiy Storchaka2024-09-291-0/+4
* gh-124345: Support abbreviated single-dash long options with = in argparse (G...Serhiy Storchaka2024-09-291-0/+2
* gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)Serhiy Storchaka2024-09-291-0/+2
* gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)Serhiy Storchaka2024-09-291-0/+2
* gh-124442: make `__static_attributes__` deterministic by sorting (#124492)Kira2024-09-281-0/+2
* gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...Serhiy Storchaka2024-09-282-0/+7
* GH-124547: Clear instance dictionary if memory error occurs during object dea...Mark Shannon2024-09-271-0/+3
* gh-124457: Remove coverity from CPython repo (GH-124460)Mariatta2024-09-274-202/+2
* gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)Tony Roberts2024-09-272-0/+2
* gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)sobolevn2024-09-271-0/+9
* gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...Malcolm Smith2024-09-271-0/+2
* gh-119180: No longer set `__annotations__` in `__main__` (#124634)Jelle Zijlstra2024-09-271-0/+2
* gh-124176: Add special support for dataclasses to `create_autospec` (#124429)sobolevn2024-09-271-0/+4
* gh-116510: Fix crash during sub-interpreter shutdown (gh-124645)Neil Schemenauer2024-09-271-0/+3
* gh-116510: Fix crash due to shared immortal interned strings. (gh-124646)Neil Schemenauer2024-09-271-0/+5
* GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...Savannah Ostrowski2024-09-271-0/+2
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-261-0/+5
* gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124...sobolevn2024-09-261-0/+2
* gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule ob...Peter Bierma2024-09-261-0/+1
* gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)Ron Frederick2024-09-261-0/+2
* gh-124309: Modernize the `staggered_race` implementation to support eager tas...Peter Bierma2024-09-261-0/+1
* gh-119127: functools.partial placeholders (gh-119827)dgpb2024-09-261-0/+2
* gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...Nice Zombies2024-09-251-0/+2