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-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCALL (GH-115628)
yevgeny hong
2024-03-26
1
-30/+18
*
gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)
Jonathan Protzenko
2024-03-26
21
-1813/+1567
*
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...
Serhiy Storchaka
2024-03-25
4
-1/+58
*
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
Irit Katriel
2024-03-23
3
-22/+84
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
1
-0/+1
*
GH-117108: Change the size of the GC increment to about 1% of the total heap ...
Mark Shannon
2024-03-22
1
-1/+1
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
2
-1/+12
*
gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)
NGRsoftlab
2024-03-22
1
-3/+0
*
gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders (gh-117140)
Eric Snow
2024-03-22
1
-2/+20
*
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross
2024-03-21
1
-0/+8
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
5
-25/+141
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
4
-1/+85
*
gh-105716: Update interp->threads.main After Fork (gh-117049)
Eric Snow
2024-03-21
1
-0/+4
*
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow
2024-03-21
3
-108/+32
*
gh-116522: Stop the world before fork() and during shutdown (#116607)
Sam Gross
2024-03-21
1
-7/+21
*
gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)
Petr Viktorin
2024-03-20
6
-1404/+1402
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
1
-0/+18
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
3
-0/+25
*
gh-94808: add tests covering `PyFunction_{Get,Set}Closure` (GH-99429)
Nikita Sobolev
2024-03-20
1
-0/+29
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
1
-15/+10
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
3
-5/+7
*
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
Victor Stinner
2024-03-19
5
-62/+84
*
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
5
-279/+297
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
8
-895/+936
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
6
-1883/+1961
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
7
-647/+693
*
gh-116417: Fix WASI build of _testlimitedcapi (#116974)
Victor Stinner
2024-03-18
10
-24/+26
*
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner
2024-03-18
7
-322/+368
*
gh-115119: Switch Windows build to mpdecimal external (GH-115182)
Zachary Ware
2024-03-18
1
-0/+17
*
gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)
Erlend E. Aasland
2024-03-18
1
-5/+3
*
gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)
AN Long
2024-03-18
1
-0/+7
*
gh-116915: Make `_thread._ThreadHandle` support GC (#116934)
mpage
2024-03-18
1
-3/+13
*
gh-85283: Build _statistics extension with the limited C API (#116927)
Victor Stinner
2024-03-17
2
-35/+17
*
gh-85283: Build termios extension with the limited C API (#116928)
Victor Stinner
2024-03-17
2
-29/+38
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
2
-1/+105
*
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou
2024-03-17
1
-2/+2
*
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...
John Sloboda
2024-03-17
1
-5/+37
*
gh-114271: Fix race in `Thread.join()` (#114839)
mpage
2024-03-16
1
-305/+674
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
2
-5/+10
*
gh-116195: Implements a fast path for nt.getppid (GH-116205)
vxiiduu
2024-03-14
1
-2/+84
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
3
-10/+10
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-68/+17
*
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
Victor Stinner
2024-03-14
3
-38/+67
*
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Victor Stinner
2024-03-14
1
-2/+1
*
gh-85283: Build fcntl extension with the limited C API (#116791)
Victor Stinner
2024-03-14
2
-24/+44
*
gh-116646: Add limited C API support to AC fildes converter (#116769)
Victor Stinner
2024-03-14
2
-1/+52
*
gh-116616: Use relaxed atomic ops to access socket module defaulttimeout (#11...
Erlend E. Aasland
2024-03-12
1
-5/+6
*
gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (#116542)
Nikita Sobolev
2024-03-12
1
-32/+36
*
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner
2024-03-12
3
-82/+18
*
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner
2024-03-11
11
-31/+21
[next]