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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
1
-0/+70
*
gh-124213: Fix incorrect context manager use in in_systemd_nspawn_sync_suppre...
Michał Górny
2024-10-02
1
-2/+3
*
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma
2024-10-02
1
-0/+16
*
gh-85935: Improve tests for invalid arguments in test_argparse (GH-124891)
Serhiy Storchaka
2024-10-02
1
-35/+42
*
gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing directly...
Mark Byrne
2024-10-02
1
-2/+7
*
gh-58282: Fix support of tuple metavar for positional arguments in argparse (...
Serhiy Storchaka
2024-10-02
2
-4/+107
*
gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...
Taneli Hukkinen
2024-10-02
2
-1/+15
*
Minor code beautifications in statistics.py (gh-124866)
Raymond Hettinger
2024-10-01
1
-85/+95
*
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
Serhiy Storchaka
2024-10-01
3
-17/+131
*
gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...
Tian Gao
2024-10-01
1
-0/+41
*
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross
2024-10-01
2
-226/+0
*
gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)
Serhiy Storchaka
2024-10-01
1
-2/+2
*
gh-124594: Create and reuse the same context for the entire asyncio REPL sess...
Bartosz Sławecki
2024-10-01
2
-2/+41
*
gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
Victorien
2024-10-01
2
-3/+20
*
gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...
Peter Bierma
2024-10-01
4
-123/+65
*
Minor edit for code clarification in annotationlib. (#124805)
larryhastings
2024-09-30
1
-3/+1
*
gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testintern...
Kirill Podoprigora
2024-09-30
1
-1/+6
*
gh-124613, regrtest: Detect JIT in build info (#124793)
Victor Stinner
2024-09-30
1
-4/+53
*
gh-124613: Don't run perf tests in JIT builds (#124792)
Pablo Galindo Salgado
2024-09-30
1
-2/+14
*
gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769)
sobolevn
2024-09-30
1
-14/+30
*
gh-124400: Use the normal command path for breakpoint commands (#124401)
Tian Gao
2024-09-29
2
-35/+68
*
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran
2024-09-29
1
-2/+295
*
functools: Give up on lazy-importing types (#124736)
Jelle Zijlstra
2024-09-29
1
-8/+5
*
gh-58573: Fix conflicts between abbreviated long options in the parent parser...
Serhiy Storchaka
2024-09-29
2
-34/+50
*
gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...
Serhiy Storchaka
2024-09-29
2
-1/+14
*
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Serhiy Storchaka
2024-09-29
2
-10/+14
*
gh-53834: Fix support of arguments with choices in argparse (GH-124495)
Serhiy Storchaka
2024-09-29
2
-13/+9
*
gh-124345: Support abbreviated single-dash long options with = in argparse (G...
Serhiy Storchaka
2024-09-29
2
-3/+14
*
gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)
Serhiy Storchaka
2024-09-29
2
-8/+14
*
gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)
Serhiy Storchaka
2024-09-29
2
-1/+18
*
GH-124639: add back loop param to staggered_race (#124700)
Kumar Aditya
2024-09-29
2
-2/+27
*
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...
Bénédikt Tran
2024-09-29
1
-1/+26
*
gh-124442: make `__static_attributes__` deterministic by sorting (#124492)
Kira
2024-09-28
1
-0/+17
*
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...
Serhiy Storchaka
2024-09-28
7
-11/+96
*
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado
2024-09-27
2
-6/+9
*
GH-124547: Clear instance dictionary if memory error occurs during object dea...
Mark Shannon
2024-09-27
1
-0/+15
*
gh-81263: Add assignment expressions to `help` (#124641)
Emily Morehouse
2024-09-27
2
-0/+30
*
gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)
Russell Keith-Magee
2024-09-27
1
-4/+5
*
Improve accuracy of kde() invcdf estimates (gh-124637)
Raymond Hettinger
2024-09-27
1
-1/+7
*
gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)
sobolevn
2024-09-27
3
-20/+67
*
gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...
Malcolm Smith
2024-09-27
1
-2/+1
*
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra
2024-09-27
2
-2/+1
*
gh-124176: Add special support for dataclasses to `create_autospec` (#124429)
sobolevn
2024-09-27
2
-6/+88
*
gh-86673: Harden `test_ttk.test_element_create_image` (#123335)
Erlend E. Aasland
2024-09-27
1
-4/+4
*
gh-84559: Change the multiprocessing start method default to `forkserver` (GH...
Gregory P. Smith
2024-09-26
3
-19/+41
*
gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (#124629)
Dino Viehland
2024-09-26
1
-9/+21
*
gh-89683: add tests for `deepcopy` on frozen dataclasses (gh-123098)
Bénédikt Tran
2024-09-26
1
-0/+43
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
7
-154/+139
*
Cleanup unnecessary curframe_locals usage (#124369)
Tian Gao
2024-09-26
1
-19/+11
*
gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124...
sobolevn
2024-09-26
1
-0/+13
[next]