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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...
Taneli Hukkinen
2024-10-02
3
-1/+18
*
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
6
-26/+174
*
Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124...
Gregory P. Smith
2024-10-01
1
-1/+15
*
gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...
Tian Gao
2024-10-01
8
-8/+165
*
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross
2024-10-01
15
-167/+168
*
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross
2024-10-01
13
-354/+35
*
gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)
Serhiy Storchaka
2024-10-01
1
-2/+2
*
gh-124487: Updated installer messages and internal docs regarding minimum Win...
Wulian
2024-10-01
3
-12/+5
*
gh-124594: Create and reuse the same context for the entire asyncio REPL sess...
Bartosz Sławecki
2024-10-01
3
-2/+42
*
gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
Victorien
2024-10-01
4
-4/+31
*
Doc: Fix archive filenames for standard builds (#124826)
Adam Turner
2024-10-01
2
-3/+9
*
GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binarie...
Adam Turner
2024-10-01
1
-4/+1
*
GH-109975: Copyedit 3.13 What's New: Note delayed expected release date for P...
Adam Turner
2024-10-01
1
-1/+1
*
gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...
Peter Bierma
2024-10-01
5
-124/+65
*
gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strin...
T. Wouters
2024-09-30
2
-47/+6
*
Minor edit for code clarification in annotationlib. (#124805)
larryhastings
2024-09-30
1
-3/+1
*
gh-116810: fix memory leak in ssl module (GH-123249)
Jeffrey R. Van Voorst
2024-09-30
2
-63/+17
*
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-124487: Require at least Windows 10 SDK and update install check (GH-124672)
Steve Dower
2024-09-30
4
-9/+11
*
gh-124642: Dictionaries aren't marking objects as weakref'd (#124643)
Dino Viehland
2024-09-30
2
-3/+4
*
Doc: Run HTML and non-HTML daily builds separately (#124493)
Adam Turner
2024-09-30
1
-3/+3
*
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
4
-40/+77
*
gh-124720: Update "Using Python on a Mac" document (#124721)
Ned Deily
2024-09-29
11
-110/+363
*
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran
2024-09-29
9
-5/+547
*
gh-123961: Add a global state to _curses (#124729)
Bénédikt Tran
2024-09-29
3
-177/+274
*
gh-123290: Fix decref in _curses update_lines_cols() (#124767)
Bénédikt Tran
2024-09-29
1
-1/+1
*
functools: Give up on lazy-importing types (#124736)
Jelle Zijlstra
2024-09-29
1
-8/+5
*
Docs: improve generic `typing.NamedTuple` example (#124739)
CBerJun
2024-09-29
1
-1/+3
*
gh-58573: Fix conflicts between abbreviated long options in the parent parser...
Serhiy Storchaka
2024-09-29
3
-34/+52
*
gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...
Serhiy Storchaka
2024-09-29
3
-1/+16
*
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Serhiy Storchaka
2024-09-29
4
-11/+17
*
gh-53834: Fix support of arguments with choices in argparse (GH-124495)
Serhiy Storchaka
2024-09-29
3
-13/+13
*
gh-124345: Support abbreviated single-dash long options with = in argparse (G...
Serhiy Storchaka
2024-09-29
3
-3/+16
*
gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)
Serhiy Storchaka
2024-09-29
3
-8/+16
*
gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)
Serhiy Storchaka
2024-09-29
3
-1/+20
*
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Serhiy Storchaka
2024-09-29
8
-175/+108
*
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
6
-2/+136
*
gh-124442: make `__static_attributes__` deterministic by sorting (#124492)
Kira
2024-09-28
3
-1/+30
*
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...
Serhiy Storchaka
2024-09-28
11
-12/+110
*
gh-124688: _decimal: Get module state from ctx for performance (#124691)
neonene
2024-09-28
1
-48/+73
*
docs: improve venv docs (#124540)
Jelle Zijlstra
2024-09-28
1
-28/+25
*
Doc: Fix default ``latex_elements['papersize']`` (#124525)
Jean-François B.
2024-09-28
1
-2/+2
*
Sorting techniques edits (#124701)
Raymond Hettinger
2024-09-28
1
-3/+70
*
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado
2024-09-27
5
-15/+28
*
gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386)
Petr Viktorin
2024-09-27
1
-1/+10
[next]