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
*
[3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_P...
Serhiy Storchaka
2025-07-22
5
-18/+49
*
[3.14] gh-124621: Emscripten: Support pyrepl in browser (GH-136931) (GH-136988)
Łukasz Langa
2025-07-22
2
-1/+99
*
[3.14] gh-124621: Emscripten: Add support for async input devices (GH-136822)...
Miss Islington (bot)
2025-07-22
1
-0/+34
*
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (...
Miss Islington (bot)
2025-07-22
2
-1/+11
*
[3.14] gh-136421: Load `_datetime` static types during interpreter initializa...
Miss Islington (bot)
2025-07-21
3
-95/+75
*
[3.14] Fix typo: "occured" =>"occurred" (GH-134928) (#136771)
Miss Islington (bot)
2025-07-19
2
-2/+2
*
[3.14] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136719)
Zachary Ware
2025-07-16
2
-4/+4
*
[3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)
Miss Islington (bot)
2025-07-15
1
-3/+24
*
[3.14] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...
Miss Islington (bot)
2025-07-12
1
-1/+1
*
[3.14] gh-136476: Remove creation of unused list (GH-136494) (GH-136495)
Miss Islington (bot)
2025-07-10
1
-6/+0
*
[3.14] gh-136476: Show the full stack in get_async_stack_trace in _remote_deb...
Miss Islington (bot)
2025-07-09
2
-540/+517
*
[3.14] gh-91048: Revert the memory cache removal for remote debugging (GH-136...
Miss Islington (bot)
2025-07-09
1
-0/+10
*
[3.14] gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933) (#136387)
Miss Islington (bot)
2025-07-08
1
-1/+1
*
[3.14] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (...
Miss Islington (bot)
2025-07-04
1
-4/+4
*
[3.14] gh-135773: have pyvenv.cfg without home key anchor a venv and deduce h...
Miss Islington (bot)
2025-07-04
1
-7/+4
*
[3.14] gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) (GH-136237...
Miss Islington (bot)
2025-07-03
1
-1/+1
*
[3.14] Fix comments for `heapq.siftup_max` (GH-135359) (#136232)
Miss Islington (bot)
2025-07-03
1
-3/+3
*
[3.14] gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (GH-135928)...
Miss Islington (bot)
2025-07-01
1
-1/+1
*
[3.14] gh-135607: remove null checking of weakref list in dealloc of extensio...
Victor Stinner
2025-06-30
19
-56/+39
*
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-13600...
Pablo Galindo Salgado
2025-06-28
2
-25/+98
*
[3.14] gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros...
Bénédikt Tran
2025-06-28
2
-48/+49
*
[3.14] gh-108765: fix comment about macro definitions in `_stat.c` post GH-10...
Miss Islington (bot)
2025-06-27
1
-2/+2
*
[3.14] gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932) (GH-135973)
Miss Islington (bot)
2025-06-26
3
-5/+5
*
[3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-13593...
Miss Islington (bot)
2025-06-26
1
-2/+3
*
[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed s...
Miss Islington (bot)
2025-06-26
1
-1/+2
*
[3.14] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modul...
Miss Islington (bot)
2025-06-25
2
-8/+4
*
[3.14] gh-135755: Move SPECIAL_ constants to a private header (GH-135922) (GH...
Petr Viktorin
2025-06-25
1
-1/+1
*
[3.14] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannel...
Miss Islington (bot)
2025-06-25
1
-4/+2
*
[3.14] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpret...
Miss Islington (bot)
2025-06-24
1
-12/+10
*
[3.14] gh-135557: use atomic stores in `heapq` operations in free-threading (...
Miss Islington (bot)
2025-06-21
1
-16/+21
*
[3.14] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default ma...
Miss Islington (bot)
2025-06-20
1
-2/+5
*
[3.14] gh-135532: update `Modules/_hacl/python_hacl_namespaces.h` (GH-135741)...
Miss Islington (bot)
2025-06-20
1
-128/+109
*
[3.14] gh-135532: simplify handling of HACL* errors in `_hmac` (GH-135740) (#...
Miss Islington (bot)
2025-06-20
1
-24/+21
*
[3.14] gh-135561: ensure that the GIL is held when handling an HACL* error in...
Miss Islington (bot)
2025-06-19
1
-8/+13
*
[3.14] gh-135709: Fix two compile warnings on WASM buildbot (GH-135712) (#135...
Miss Islington (bot)
2025-06-19
2
-2/+2
*
[3.14] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-1...
Miss Islington (bot)
2025-06-18
1
-1/+4
*
[3.14] gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135638)
Miss Islington (bot)
2025-06-17
1
-0/+1
*
[3.14] gh-116738: Make _heapq module thread-safe (GH-135036) (gh-135309)
Miss Islington (bot)
2025-06-16
2
-15/+62
*
[3.14] gh-111178: fix UBSan failures for `RemoteUnwinderObject` (GH-135539) (...
Miss Islington (bot)
2025-06-15
1
-1/+4
*
[3.14] gh-135371: Clean tags from pointers in all cases in remote debugging m...
Miss Islington (bot)
2025-06-15
1
-46/+60
*
[3.14] gh-135371: Fix asyncio introspection output to include internal corout...
Miss Islington (bot)
2025-06-15
1
-97/+242
*
[3.14] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135492)
Miss Islington (bot)
2025-06-14
1
-38/+52
*
[3.14] Revert "gh-135410: use a critical section around `StringIO.__next__` (...
Miss Islington (bot)
2025-06-12
1
-11/+1
*
[3.14] gh-135429: Fix the argument mismatch in lsprof throw event (GH-135442)...
Miss Islington (bot)
2025-06-12
2
-2/+57
*
[3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)
Eric Snow
2025-06-12
3
-17/+24
*
[3.14] gh-135410: use a critical section around `StringIO.__next__` (GH-13541...
Miss Islington (bot)
2025-06-12
1
-1/+11
*
[3.14] gh-135321: Always raise a correct exception for BINSTRING argument > 0...
Miss Islington (bot)
2025-06-11
1
-5/+4
*
[3.14] gh-91048: Reorder result tuple of parse_code_object (GH-134898) (#134...
Miss Islington (bot)
2025-06-11
1
-4/+4
*
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
Victor Stinner
2025-06-09
3
-6/+28
*
[3.14] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-...
Miss Islington (bot)
2025-06-06
1
-3/+8
[next]