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-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
*
gh-123299: Copy-edit the 3.14 What's New (#124670)
Jelle Zijlstra
2024-09-27
2
-45/+56
*
gh-111178: fix some USAN failures - mismatched function pointers (GH-123004)
Bénédikt Tran
2024-09-27
3
-7/+9
*
GH-124547: Clear instance dictionary if memory error occurs during object dea...
Mark Shannon
2024-09-27
3
-2/+27
*
gh-90190: Add doc for using `singledispatch` with precise collection type hin...
Matt Delengowski
2024-09-27
1
-0/+19
*
gh-81263: Add assignment expressions to `help` (#124641)
Emily Morehouse
2024-09-27
3
-0/+31
*
gh-124457: Remove coverity from CPython repo (GH-124460)
Mariatta
2024-09-27
4
-202/+2
*
gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-...
Petr Viktorin
2024-09-27
1
-0/+18
*
doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)
Victor Stinner
2024-09-27
1
-3/+10
*
Drop code ownership for decimal (gh-124695)
Raymond Hettinger
2024-09-27
1
-1/+0
*
Fix typo in InternalDocs/string_interning.md (GH-124699)
Petr Viktorin
2024-09-27
1
-1/+1
*
gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)
Tony Roberts
2024-09-27
4
-0/+12
*
Itertool docs: Minor clarifications, wording tweaks, spacing, and active voic...
Raymond Hettinger
2024-09-27
1
-13/+21
*
gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)
Russell Keith-Magee
2024-09-27
1
-4/+5
*
gh-121277: Raise nice error on `next` as second argument to deprecated-remove...
Petr Viktorin
2024-09-27
1
-0/+3
*
Fixup indentation for docs on `ModuleSpec` attributes (#124681)
Alex Waygood
2024-09-27
1
-43/+36
*
Improve accuracy of kde() invcdf estimates (gh-124637)
Raymond Hettinger
2024-09-27
1
-1/+7
*
GH-118093: Fix off-by-one errors in tier-up thresholds (GH-124447)
Brandt Bucher
2024-09-27
1
-2/+2
*
gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)
sobolevn
2024-09-27
5
-21/+81
*
gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...
Malcolm Smith
2024-09-27
3
-3/+9
*
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra
2024-09-27
4
-9/+4
*
GH-95079: document error behaviour for some unicode C APIs (#95080)
Max Bachmann
2024-09-27
1
-0/+9
*
Docs: for for/else clarify that return or raise also skip the else (#124591)
Ned Batchelder
2024-09-27
1
-2/+4
*
gh-124176: Add special support for dataclasses to `create_autospec` (#124429)
sobolevn
2024-09-27
3
-6/+92
*
gh-86673: Harden `test_ttk.test_element_create_image` (#123335)
Erlend E. Aasland
2024-09-27
1
-4/+4
*
generate_global_objects.py: Fix name of macro in error message (#124464)
Jelle Zijlstra
2024-09-27
1
-2/+2
*
gh-116510: Fix crash during sub-interpreter shutdown (gh-124645)
Neil Schemenauer
2024-09-27
2
-3/+29
*
gh-116510: Fix crash due to shared immortal interned strings. (gh-124646)
Neil Schemenauer
2024-09-27
2
-6/+47
*
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...
Savannah Ostrowski
2024-09-27
14
-39/+129
[next]