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-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
*
gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350)
Yuriy Chernyshov
2024-02-26
1
-0/+4
*
gh-72249: Include the module name in the repr of partial object (GH-101910)
Furkan Onder
2024-02-25
1
-2/+19
*
gh-115886: Handle embedded null characters in shared memory name (GH-115887)
Serhiy Storchaka
2024-02-25
1
-2/+13
*
gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)
Serhiy Storchaka
2024-02-23
1
-0/+2
*
gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)
Petr Viktorin
2024-02-22
1
-5/+11
*
gh-111225: Link extension modules against libpython on Android (#115780)
Malcolm Smith
2024-02-21
1
-13/+1
*
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Victor Stinner
2024-02-21
3
-32/+27
*
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
Victor Stinner
2024-02-21
1
-1/+1
*
gh-110850: Use public PyTime functions (#115746)
Victor Stinner
2024-02-20
9
-52/+37
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
6
-19/+19
*
gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)
Victor Westerhuis
2024-02-20
1
-0/+3
*
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum
2024-02-20
1
-4/+4
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
12
-3/+13
*
gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True ...
Serhiy Storchaka
2024-02-20
1
-7/+29
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
15
-112/+112
*
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers
2024-02-20
1
-7/+4
*
gh-110850: Enhance PyTime C API tests (#115715)
Victor Stinner
2024-02-20
1
-4/+9
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
1
-1/+3
*
gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...
6t8k
2024-02-17
1
-1/+10
*
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross
2024-02-16
1
-0/+1
*
gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (#115102)
mpage
2024-02-16
1
-10/+22
*
gh-112529: Make the GC scheduling thread-safe (#114880)
Sam Gross
2024-02-16
1
-0/+10
*
gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573)
David Benjamin
2024-02-16
1
-5/+60
*
gh-115498: Fix `SET_COUNT` error handling in `_xxinterpchannelsmodule` (#115499)
Nikita Sobolev
2024-02-15
1
-1/+1
*
gh-113743: Make the MRO cache thread-safe in free-threaded builds (#113930)
Dino Viehland
2024-02-15
1
-11/+4
*
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
monkeyman192
2024-02-15
1
-1/+25
*
gh-115432: Add critical section variant that handles a NULL object (#115433)
Sam Gross
2024-02-15
1
-0/+9
*
gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)
mpage
2024-02-15
2
-61/+335
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
4
-6/+6
*
gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)
Seth Michael Larson
2024-02-14
11
-262/+401
[next]