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-114058: Improve method information in redundancy eliminator (GH-115848)
Ken Jin
2024-02-23
2
-6/+14
*
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)
Serhiy Storchaka
2024-02-23
1
-5/+4
*
gh-115806: Make configure output more readable (#115807)
Erlend E. Aasland
2024-02-23
2
-14/+15
*
gh-90300: Reformat the Python CLI help output (GH-93415)
Serhiy Storchaka
2024-02-23
1
-108/+106
*
Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)
Nikita Sobolev
2024-02-23
1
-3/+1
*
gh-114058: More robust method handling in redundancy eliminator (GH-115779)
Ken Jin
2024-02-23
3
-16/+41
*
gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)
Brett Simmers
2024-02-23
1
-6/+14
*
gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)
Ronald Oussoren
2024-02-23
2
-1/+12
*
gh-115727: Reduce confidence even on 100% predicted jumps (#115748)
Guido van Rossum
2024-02-22
1
-7/+13
*
gh-112075: Iterating a dict shouldn't require locks (#115108)
Dino Viehland
2024-02-22
2
-60/+265
*
Update http.cookiejar document for cookie object attributes (GH-101885)
NewUserHa
2024-02-22
1
-0/+5
*
GH-113464: Clean up JIT stencil generation (GH-115800)
Brandt Bucher
2024-02-22
1
-6/+5
*
gh-115827: Fix compile warning in `longobject.c` (#115828)
Nikita Sobolev
2024-02-22
1
-1/+1
*
GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the modul...
Mark Shannon
2024-02-22
6
-95/+182
*
gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)
Seth Michael Larson
2024-02-22
2
-3/+3
*
gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...
Irit Katriel
2024-02-22
3
-8/+52
*
gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)
Petr Viktorin
2024-02-22
2
-5/+15
*
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
Erlend E. Aasland
2024-02-22
3
-20/+25
*
gh-115795: Doc: fix obsolete URL (#115749)
partev
2024-02-22
1
-1/+1
*
gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...
Gregory P. Smith
2024-02-22
2
-22/+82
*
gh-111225: Link extension modules against libpython on Android (#115780)
Malcolm Smith
2024-02-21
5
-25/+19
*
gh-93205: When rotating logs with no namer specified, match whole extension (...
Gabriele Catania
2024-02-21
3
-19/+62
*
gh-115491: Keep some fields valid across allocations in obmalloc (free-thread...
Sam Gross
2024-02-21
2
-10/+33
*
gh-115304: Add doc for initializing PyMutex as a global variable (#115305)
AN Long
2024-02-21
1
-0/+3
*
gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...
Daniel Mach
2024-02-21
3
-0/+25
*
gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)
Petr Viktorin
2024-02-21
4
-7/+94
*
argparse: remove incoherent and redundant docstring for private method (GH-10...
Frank Dana
2024-02-21
1
-8/+0
*
gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400)
Sebastian Pipping
2024-02-21
2
-0/+14
*
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Victor Stinner
2024-02-21
8
-100/+57
*
gh-112364: Correct unparsing of backslashes and quotes in ast.unparse (#115696)
Frank Hoffmann
2024-02-21
3
-7/+24
*
gh-115737: Correct libpython install name for macOS shared library builds. (g...
Russell Keith-Magee
2024-02-21
2
-1/+3
*
gh-115653: Document PyCode_GetFirstFree() (#115654)
Bogdan Romanyuk
2024-02-21
1
-2/+6
*
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
Victor Stinner
2024-02-21
3
-8/+4
*
Delete unused sym_clear_flag function. (#115744)
Benjamin Peterson
2024-02-21
1
-6/+0
*
gh-112087: Make list_{concat, repeat, inplace_repeat, ass_item) to be thread...
Donghee Na
2024-02-21
2
-40/+88
*
gh-112075: Accessing a single element should optimistically avoid locking (#1...
Dino Viehland
2024-02-21
3
-175/+496
*
gh-112075: Make PyDictKeysObject thread-safe (#114741)
Dino Viehland
2024-02-21
6
-93/+257
*
gh-110850: Use public PyTime functions (#115746)
Victor Stinner
2024-02-20
12
-55/+39
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
16
-83/+68
*
gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)
Victor Westerhuis
2024-02-20
3
-0/+9
*
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum
2024-02-20
8
-121/+203
*
gh-115733: Fix crash involving exhausted list iterator (#115740)
Sam Gross
2024-02-20
6
-5/+13
*
GH-115727: Temporary fix of confidence score test. (GH-115728)
Mark Shannon
2024-02-20
1
-4/+3
*
gh-115735: Fix current executor NULL before _START_EXECUTOR (#115736)
Ken Jin
2024-02-20
1
-2/+2
*
gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)
Sam Gross
2024-02-20
8
-0/+226
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
23
-17/+28
*
gh-86291: linecache: get module name from __spec__ if available (GH-22908)
Eugene Toder
2024-02-20
3
-7/+45
*
gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True ...
Serhiy Storchaka
2024-02-20
3
-17/+90
*
gh-115491: Keep some fields valid across allocations (free-threading) (#115573)
Sam Gross
2024-02-20
5
-25/+33
*
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder
2024-02-20
8
-25/+158
[next]