summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-110260: Check for PyList_SetItem() errors in termios module (GH-110261)Nikita Sobolev2023-10-041-17/+32
* gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...Eric Snow2023-10-041-2/+9
* Revert "gh-76785: Print the Traceback from Interpreter.run() (gh-110248)" (gh...Eric Snow2023-10-031-4/+0
* gh-76785: Print the Traceback from Interpreter.run() (gh-110248)Eric Snow2023-10-031-0/+4
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-032-3/+4
* gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...Eric Snow2023-10-032-45/+68
* gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (#...Nikita Sobolev2023-10-021-1/+5
* gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)Eric Snow2023-10-021-20/+165
* gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...Eric Snow2023-10-023-44/+60
* gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)Eric Snow2023-10-021-10/+28
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-023-7/+7
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-1/+1
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-302-36/+45
* gh-110014: Include explicitly <unistd.h> header (#110155)Victor Stinner2023-09-304-25/+34
* gh-105323: Update readline module to detect apple editline variant (gh-108665)Donghee Na2023-09-291-0/+4
* gh-110079: Remove extern "C" { ...} in C code (#110080)Victor Stinner2023-09-294-32/+0
* gh-110045: Update symtable module for PEP 695 (#110066)Jelle Zijlstra2023-09-291-0/+8
* gh-110052: Fix faulthandler for freed tstate (#110069)Victor Stinner2023-09-291-2/+1
* gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...Amin Alaee2023-09-282-13/+13
* gh-109098: Fuzz re module instead of internal sre (#109911)Ammar Askar2023-09-261-27/+18
* gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)Antoine Pitrou2023-09-261-0/+14
* gh-109631: Allow interruption of short repeated regex matches (GH-109867)Serhiy Storchaka2023-09-262-2/+5
* gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw me...Radislav Chugunov2023-09-251-3/+6
* gh-109723: Fix build of _testclinic_limited on WASM (#109842)Victor Stinner2023-09-251-0/+6
* gh-104469: Convert _testcapi/vectorcall_limited.c to use AC (#109691)Victor Stinner2023-09-252-5/+47
* gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)Serhiy Storchaka2023-09-235-55/+27
* gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)Victor Stinner2023-09-227-95/+103
* gh-109693: Remove pycore_atomic_funcs.h (#109694)Sam Gross2023-09-211-13/+0
* gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)Victor Stinner2023-09-211-49/+72
* fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)James Gerity2023-09-203-17533/+17882
* gh-109033: Return filename with os.utime errors (#109034)Ronan Pigott2023-09-191-7/+2
* gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)Eric Snow2023-09-192-28/+31
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-196-2/+432
* gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-1...Serhiy Storchaka2023-09-191-1/+2
* gh-102757: fix function signature mismatch for `functools.reduce` between cod...Xuehai Pan2023-09-181-1/+1
* gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)Victor Stinner2023-09-181-0/+21
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-178-18/+65
* Add missing `PyDoc_STR` calls (#109393)Nikita Sobolev2023-09-152-4/+4
* gh-107782: Use _testcapi to test non-representable signatures (GH-109325)Serhiy Storchaka2023-09-141-0/+44
* gh-108346: Fix failed benchmark in decimal (#108353)Charlie Zhao2023-09-131-53/+74
* gh-108987: Fix _thread.start_new_thread() race condition (#109135)Victor Stinner2023-09-111-16/+31
* gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)Serhiy Storchaka2023-09-091-52/+0
* gh-104690: thread_run() checks for tstate dangling pointer (#109056)Victor Stinner2023-09-081-2/+5
* GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)Victor Stinner2023-09-082-0/+6
* gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)Anders Kaseorg2023-09-073-16/+0
* gh-107211: No longer export internal _PyLong_FromUid() (#109037)Victor Stinner2023-09-071-11/+17
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-061-0/+6
* C API tests: use special markers to test that output parameters were set (GH-...Serhiy Storchaka2023-09-067-30/+60
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-5/+5
* gh-108717: Speedup `os.DirEntry.is_junction` function (#108718)Nikita Sobolev2023-09-062-13/+7