summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)Nikita Sobolev2023-10-101-0/+3
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-2/+6
* gh-84570: Implement Waiting in SendChannel.send() (gh-110565)Eric Snow2023-10-101-26/+101
* gh-109693: Use pyatomic.h for signal module (gh-110480)Donghee Na2023-10-091-17/+18
* gh-78469: Declare missing sethostname for Solaris 10 (#109447)Jakub Kulík2023-10-091-2/+3
* gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)Illia Volochii2023-10-091-0/+3
* gh-76785: Add SendChannel.send_buffer() (#110246)Eric Snow2023-10-092-36/+287
* gh-109191: Fix build with newer editline (gh-110239)Bo Anderson2023-10-091-1/+1
* gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)Nikita Sobolev2023-10-091-0/+37
* gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)Nikita Sobolev2023-10-093-6/+0
* gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)Nikita Sobolev2023-10-094-1/+167
* gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)Serhiy Storchaka2023-10-081-0/+6
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-072-1/+639
* gh-76785: Support Running Some Functions in Subinterpreters (gh-110251)Eric Snow2023-10-061-24/+318
* gh-106078: Suppress the warning caused by multi-phase initialization of `deci...Charlie Zhao2023-10-061-1/+7
* gh-110489: Optimise math.ceil for known exact float (#108801)Shantanu2023-10-061-7/+9
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-052-1/+71
* gh-110365: Fix error overwrite in `termios.tcsetattr` (#110366)Nikita Sobolev2023-10-051-13/+26
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-044-0/+122
* gh-76785: Print the Traceback from Interpreter.run() (gh-110322)Eric Snow2023-10-041-1/+7
* GH-109369: Merge all eval-breaker flags and monitoring version into one word....Mark Shannon2023-10-042-8/+4
* 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