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-110045: Update symtable module for PEP 695 (#110066)
Jelle Zijlstra
2023-09-29
1
-0/+8
*
gh-110052: Fix faulthandler for freed tstate (#110069)
Victor Stinner
2023-09-29
1
-2/+1
*
gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...
Amin Alaee
2023-09-28
2
-13/+13
*
gh-109098: Fuzz re module instead of internal sre (#109911)
Ammar Askar
2023-09-26
1
-27/+18
*
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou
2023-09-26
1
-0/+14
*
gh-109631: Allow interruption of short repeated regex matches (GH-109867)
Serhiy Storchaka
2023-09-26
2
-2/+5
*
gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw me...
Radislav Chugunov
2023-09-25
1
-3/+6
*
gh-109723: Fix build of _testclinic_limited on WASM (#109842)
Victor Stinner
2023-09-25
1
-0/+6
*
gh-104469: Convert _testcapi/vectorcall_limited.c to use AC (#109691)
Victor Stinner
2023-09-25
2
-5/+47
*
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka
2023-09-23
5
-55/+27
*
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
7
-95/+103
*
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross
2023-09-21
1
-13/+0
*
gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)
Victor Stinner
2023-09-21
1
-49/+72
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
3
-17533/+17882
*
gh-109033: Return filename with os.utime errors (#109034)
Ronan Pigott
2023-09-19
1
-7/+2
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
2
-28/+31
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
6
-2/+432
*
gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-1...
Serhiy Storchaka
2023-09-19
1
-1/+2
*
gh-102757: fix function signature mismatch for `functools.reduce` between cod...
Xuehai Pan
2023-09-18
1
-1/+1
*
gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)
Victor Stinner
2023-09-18
1
-0/+21
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
8
-18/+65
*
Add missing `PyDoc_STR` calls (#109393)
Nikita Sobolev
2023-09-15
2
-4/+4
*
gh-107782: Use _testcapi to test non-representable signatures (GH-109325)
Serhiy Storchaka
2023-09-14
1
-0/+44
*
gh-108346: Fix failed benchmark in decimal (#108353)
Charlie Zhao
2023-09-13
1
-53/+74
*
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner
2023-09-11
1
-16/+31
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
1
-52/+0
*
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner
2023-09-08
1
-2/+5
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
2
-0/+6
*
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)
Anders Kaseorg
2023-09-07
3
-16/+0
*
gh-107211: No longer export internal _PyLong_FromUid() (#109037)
Victor Stinner
2023-09-07
1
-11/+17
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+6
*
C API tests: use special markers to test that output parameters were set (GH-...
Serhiy Storchaka
2023-09-06
7
-30/+60
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-5/+5
*
gh-108717: Speedup `os.DirEntry.is_junction` function (#108718)
Nikita Sobolev
2023-09-06
2
-13/+7
*
gh-108294: Add error handling for time.sleep audit event (GH-108363)
Petr Viktorin
2023-09-05
1
-1/+3
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
10
-70/+76
*
Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...
Victor Stinner
2023-09-04
1
-35/+0
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
7
-44/+57
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
10
-41/+51
*
gh-102837: improve test coverage for math module (#102523)
Sergey B Kirpichev
2023-09-03
1
-10/+7
*
gh-108765: include <unistd.h> in termios.c on Solaris (#108825)
Jakub Kulík
2023-09-02
1
-0/+3
*
gh-63760: Don't declare gethostname() on Solaris (#108817)
Victor Stinner
2023-09-02
1
-5/+0
*
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
7
-18/+24
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
10
-30/+35
*
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner
2023-09-02
3
-4/+22
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
6
-262/+306
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
6
-93/+48
*
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner
2023-09-01
3
-9/+10
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
2
-0/+6
[next]