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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792)
Seth Michael Larson
2024-11-13
4
-11/+79
*
gh-123619: Add an unstable C API function for enabling deferred reference cou...
Peter Bierma
2024-11-13
2
-1/+17
*
gh-126688: Reinit import lock after fork (#126692)
Sam Gross
2024-11-12
1
-0/+1
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
Eric Snow
2024-11-12
5
-12/+46
*
gh-95382: Use cache for indentations in the JSON encoder (GH-118636)
Serhiy Storchaka
2024-11-12
1
-64/+118
*
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade
2024-11-12
3
-3/+3
*
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
RUANG (James Roy)
2024-11-12
1
-0/+27
*
gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)
Sayandip Dutta
2024-11-12
2
-10/+39
*
gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)
Bénédikt Tran
2024-11-12
1
-0/+3
*
gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (#126...
Kumar Aditya
2024-11-12
1
-0/+2
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow
2024-11-11
1
-1/+1
*
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
Eric Snow
2024-11-11
1
-1/+1
*
gh-126654: Fix crash in several functions in `_interpreters` module (#126678)
sobolevn
2024-11-11
1
-0/+5
*
remove minor redundant code from `_asyncio` (#126578)
Kumar Aditya
2024-11-08
1
-3/+1
*
GH-107803: use circular double linked list for tasks in `_asyncio` (#126577)
Kumar Aditya
2024-11-08
1
-52/+21
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
62
-492/+922
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
1
-38/+38
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
7
-211/+1065
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
5
-97/+82
*
Cleanup multiprocessing comment and unusual import error message (#126532)
Gregory P. Smith
2024-11-07
1
-0/+1
*
gh-125631: Enable setting persistent_id and persistent_load of pickler and un...
Serhiy Storchaka
2024-11-07
1
-0/+62
*
gh-126461: Fix _Unpickler_ReadFromFile() error handling (#126485)
Victor Stinner
2024-11-06
1
-0/+4
*
gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)
Victor Stinner
2024-11-06
1
-1/+1
*
gh-126433: Change channel_info.count to int64_t (#126447)
Victor Stinner
2024-11-06
1
-1/+1
*
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner
2024-11-05
4
-9/+11
*
gh-126425: Refactor `_lsprof_Profiler_enable` (#126426)
sobolevn
2024-11-05
1
-12/+25
*
gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)
Lukas Geiger
2024-11-05
2
-4/+4
*
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
Serhiy Storchaka
2024-11-05
1
-0/+17
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
2
-1/+48
*
gh-126220: Adapt `_lsprof` to Argument Clinic (#126233)
sobolevn
2024-11-04
2
-117/+496
*
gh-126313: Fix a crash in curses.napms() due to incorrect error handling (GH-...
Bénédikt Tran
2024-11-03
1
-2/+5
*
gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (...
Nico-Posada
2024-11-02
1
-2/+20
*
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev
2024-11-01
2
-8/+8
*
gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (back...
sobolevn
2024-11-01
1
-0/+24
*
gh-120754: _io Ensure stat cache is cleared on fd change (#125166)
Cody Maloney
2024-11-01
1
-5/+6
*
gh-125916: Adapt functools.reduce() to Argument Clinic (#125999)
Sergey B Kirpichev
2024-11-01
2
-20/+68
*
gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an...
Bénédikt Tran
2024-10-31
1
-1/+5
*
gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126...
Sergey B Kirpichev
2024-10-31
2
-37/+143
*
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma
2024-10-31
1
-1/+5
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
4
-74/+95
*
gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with ne...
Nico-Posada
2024-10-31
1
-1/+1
*
gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)
sobolevn
2024-10-29
1
-3/+3
*
Align functools.reduce() docstring with PEP-257 (#126045)
Sergey B Kirpichev
2024-10-29
1
-6/+8
*
gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (#126036)
Bénédikt Tran
2024-10-27
2
-3/+3
*
gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...
Bénédikt Tran
2024-10-27
1
-1/+6
*
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...
Bénédikt Tran
2024-10-27
1
-6/+13
*
gh-94512: Fix forced arg format in posixmodule.c clinic code (#122516)
Bénédikt Tran
2024-10-26
2
-40/+194
*
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` ...
Bénédikt Tran
2024-10-25
1
-17/+12
*
GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)
Kumar Aditya
2024-10-25
1
-28/+25
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583)
Victor Stinner
2024-10-25
3
-5/+5
[next]