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