index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)
Tomas R.
2024-10-06
1
-0/+2
*
gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)
Tian Gao
2024-10-05
1
-0/+1
*
gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-...
morotti
2024-10-04
1
-0/+3
*
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
Irit Katriel
2024-10-04
1
-0/+2
*
gh-123961: Convert `curses.window` static type into a heap type (#124934)
Bénédikt Tran
2024-10-04
1
-0/+3
*
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger
2024-10-02
1
-0/+1
*
GH-118093: Don't lose confidence when tracing through 100% biased branches (G...
Brandt Bucher
2024-10-02
1
-0/+2
*
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
Diego Russo
2024-10-02
1
-0/+2
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
1
-0/+15
*
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma
2024-10-02
1
-0/+2
*
gh-58282: Fix support of tuple metavar for positional arguments in argparse (...
Serhiy Storchaka
2024-10-02
1
-0/+2
*
gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...
Taneli Hukkinen
2024-10-02
1
-0/+3
*
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
Serhiy Storchaka
2024-10-01
1
-0/+4
*
gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...
Tian Gao
2024-10-01
1
-0/+1
*
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross
2024-10-01
1
-0/+3
*
gh-124594: Create and reuse the same context for the entire asyncio REPL sess...
Bartosz Sławecki
2024-10-01
1
-0/+1
*
gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
Victorien
2024-10-01
1
-0/+2
*
gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...
Peter Bierma
2024-10-01
1
-1/+0
*
gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strin...
T. Wouters
2024-09-30
1
-5/+0
*
gh-116810: fix memory leak in ssl module (GH-123249)
Jeffrey R. Van Voorst
2024-09-30
1
-0/+4
*
gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)
Steve Dower
2024-09-30
1
-0/+1
*
gh-124642: Dictionaries aren't marking objects as weakref'd (#124643)
Dino Viehland
2024-09-30
1
-0/+1
*
gh-124400: Use the normal command path for breakpoint commands (#124401)
Tian Gao
2024-09-29
1
-0/+1
*
gh-124720: Update "Using Python on a Mac" document (#124721)
Ned Deily
2024-09-29
1
-0/+2
*
gh-58573: Fix conflicts between abbreviated long options in the parent parser...
Serhiy Storchaka
2024-09-29
1
-0/+2
*
gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...
Serhiy Storchaka
2024-09-29
1
-0/+2
*
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Serhiy Storchaka
2024-09-29
1
-0/+2
*
gh-53834: Fix support of arguments with choices in argparse (GH-124495)
Serhiy Storchaka
2024-09-29
1
-0/+4
*
gh-124345: Support abbreviated single-dash long options with = in argparse (G...
Serhiy Storchaka
2024-09-29
1
-0/+2
*
gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)
Serhiy Storchaka
2024-09-29
1
-0/+2
*
gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)
Serhiy Storchaka
2024-09-29
1
-0/+2
*
gh-124442: make `__static_attributes__` deterministic by sorting (#124492)
Kira
2024-09-28
1
-0/+2
*
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...
Serhiy Storchaka
2024-09-28
2
-0/+7
*
GH-124547: Clear instance dictionary if memory error occurs during object dea...
Mark Shannon
2024-09-27
1
-0/+3
*
gh-124457: Remove coverity from CPython repo (GH-124460)
Mariatta
2024-09-27
4
-202/+2
*
gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)
Tony Roberts
2024-09-27
2
-0/+2
*
gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)
sobolevn
2024-09-27
1
-0/+9
*
gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...
Malcolm Smith
2024-09-27
1
-0/+2
*
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra
2024-09-27
1
-0/+2
*
gh-124176: Add special support for dataclasses to `create_autospec` (#124429)
sobolevn
2024-09-27
1
-0/+4
*
gh-116510: Fix crash during sub-interpreter shutdown (gh-124645)
Neil Schemenauer
2024-09-27
1
-0/+3
*
gh-116510: Fix crash due to shared immortal interned strings. (gh-124646)
Neil Schemenauer
2024-09-27
1
-0/+5
*
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...
Savannah Ostrowski
2024-09-27
1
-0/+2
*
gh-84559: Change the multiprocessing start method default to `forkserver` (GH...
Gregory P. Smith
2024-09-26
1
-0/+5
*
gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124...
sobolevn
2024-09-26
1
-0/+2
*
gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule ob...
Peter Bierma
2024-09-26
1
-0/+1
*
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)
Ron Frederick
2024-09-26
1
-0/+2
*
gh-124309: Modernize the `staggered_race` implementation to support eager tas...
Peter Bierma
2024-09-26
1
-0/+1
*
gh-119127: functools.partial placeholders (gh-119827)
dgpb
2024-09-26
1
-0/+2
*
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...
Nice Zombies
2024-09-25
1
-0/+2
[next]