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-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
*
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner
2024-03-11
2
-22/+32
*
gh-116417: Build _testinternalcapi with limited C API version 3.5 (#116598)
Victor Stinner
2024-03-11
3
-2/+15
*
gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (#116548)
Nikita Sobolev
2024-03-11
1
-31/+30
*
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner
2024-03-11
10
-24/+57
*
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
Victor Stinner
2024-03-10
1
-4/+0
*
gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)
Victor Stinner
2024-03-10
2
-1/+119
*
gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule`...
Nikita Sobolev
2024-03-09
1
-6/+17
*
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
Nikita Sobolev
2024-03-08
1
-1/+1
*
gh-116303: Explicitly check for the _testsinglephase module in configure.ac (...
Erlend E. Aasland
2024-03-07
1
-1/+1
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
9
-53/+96
*
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka
2024-03-07
6
-53/+45
*
gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (#116...
Nikita Sobolev
2024-03-07
1
-9/+19
*
gh-116386: Fix format string "%ld" warning in `_xxinterpqueuesmodule` (#116387)
Nikita Sobolev
2024-03-07
1
-1/+1
*
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee
2024-03-07
1
-4/+7
*
gh-114271: Make `_thread.lock` thread-safe in free-threaded builds (#116433)
mpage
2024-03-06
1
-2/+2
*
gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (#116405)
Nikita Sobolev
2024-03-06
1
-26/+29
*
gh-76785: Use PRId64 to Fix a Compiler Warning on Windows (gh-116369)
Eric Snow
2024-03-05
1
-2/+2
*
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
Eric Snow
2024-03-05
3
-68/+215
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
2
-12/+19
*
gh-76785: Simplify Channels XID Types (gh-116318)
Eric Snow
2024-03-04
1
-78/+49
*
gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...
Yuriy Chernyshov
2024-03-04
2
-2/+2
*
Consistently spell out *predicate* instead of *pred*. (gh-116308)
Raymond Hettinger
2024-03-04
1
-3/+3
*
gh-108562: Fix compiler warnings for libmpdec (#114751)
Sergey B Kirpichev
2024-03-03
1
-0/+1
*
gh-116102: Silence a Compiler Warning in _xxinterpqueues (gh-116230)
Eric Snow
2024-03-02
1
-1/+1
*
gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (G...
mpage
2024-03-01
1
-40/+127
*
gh-115773: Add missing preprocessor guard in _testexternalinspection (#116212)
Malcolm Smith
2024-03-01
1
-1/+1
*
gh-116099: Fix refcounting bug in `_queueobj_shared()` (gh-116164)
Brett Simmers
2024-03-01
1
-3/+1
*
gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe...
AN Long
2024-02-29
2
-3/+10
*
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...
Sebastian Pipping
2024-02-29
5
-2/+155
*
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith
2024-02-29
1
-1/+1
*
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
Eric Snow
2024-02-28
2
-36/+147
*
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
Sam Gross
2024-02-28
2
-20/+49
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
3
-0/+631
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
1
-1/+1
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
1
-1/+2
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
1
-1/+1
[next]