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-120289: Disallow disable() and clear() in external timer to prevent use-af...
Tian Gao
2024-07-18
1
-1/+19
*
gh-121621: Move asyncio_running_loop to private struct (#121939)
Sam Gross
2024-07-17
1
-4/+4
*
gh-121925: Fix uninitialized variables in `main.c` (#121926)
sobolevn
2024-07-17
1
-2/+6
*
gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)
Alex Waygood
2024-07-17
1
-1/+49
*
gh-121621: Move asyncio running loop to thread state (GH-121695)
Ken Jin
2024-07-16
1
-104/+12
*
gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...
Petr Viktorin
2024-07-16
1
-3/+8
*
gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` (#121792)
sobolevn
2024-07-16
1
-0/+3
*
gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...
Eric Snow
2024-07-15
3
-110/+321
*
gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-1...
Eric Snow
2024-07-15
1
-59/+184
*
fix outdated comments in asyncio (#121783)
Kumar Aditya
2024-07-15
1
-1/+1
*
gh-121621: Use PyMutex for writes to asyncio state (#121622)
Ken Jin
2024-07-14
1
-1/+29
*
Update retroactive comments from GH-117741 (segfault in `FutureIter_dealloc`)...
Savannah Ostrowski
2024-07-12
1
-3/+0
*
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross
2024-07-11
2
-3/+10
*
gh-121592: Make select.poll() and related objects thread-safe (#121594)
Sam Gross
2024-07-11
2
-22/+96
*
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel
2024-07-10
3
-19/+12
*
gh-121596: Fix Sharing Interpreter Channels (gh-121597)
Eric Snow
2024-07-10
1
-2/+2
*
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Sam Gross
2024-07-08
1
-0/+1
*
gh-121374: Correct docstrings in `_interpchannels` (gh-121418)
Max Muoto
2024-07-08
1
-2/+2
*
gh-121288: Make error message for index() methods consistent (GH-121395)
Serhiy Storchaka
2024-07-05
1
-2/+2
*
gh-120754: Update estimated_size in C truncate (#121357)
Cody Maloney
2024-07-04
1
-0/+6
*
gh-120754: Reduce system calls in full-file FileIO.readall() case (#120755)
Cody Maloney
2024-07-04
1
-25/+45
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
6
-3/+86
*
gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingt...
AN Long
2024-07-03
1
-5/+0
*
gh-121027: Make the functools.partial object a method descriptor (GH-121089)
Serhiy Storchaka
2024-07-03
1
-8/+1
*
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
AN Long
2024-07-01
1
-6/+3
*
gh-117657: Use critical section to make _socket.socket.close thread safe (GH-...
AN Long
2024-07-01
2
-9/+41
*
gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-...
Will Childs-Klein
2024-07-01
1
-11/+17
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
6
-1/+111
*
gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)
Victor Stinner
2024-07-01
1
-1/+1
*
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland
2024-07-01
2
-2/+8
*
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing
2024-06-29
1
-4/+50
*
gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (#121...
Justin Applegate
2024-06-28
1
-0/+2
*
gh-121027: Add a future warning in functools.partial.__get__ (#121086)
Serhiy Storchaka
2024-06-27
1
-0/+16
*
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner
2024-06-27
11
-27/+31
*
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner
2024-06-26
2
-9/+10
*
gh-107803: fix thread safety issue in double linked list implementation (#12...
Kumar Aditya
2024-06-26
1
-2/+7
*
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow
2024-06-25
1
-2/+2
*
Add fast path in count_elements (gh-120983)
Raymond Hettinger
2024-06-25
1
-1/+5
*
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower
2024-06-24
3
-4/+4
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+31
*
gh-119614: Fix truncation of strings with embedded null characters in Tkinter...
Serhiy Storchaka
2024-06-24
1
-7/+33
*
Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)
Serhiy Storchaka
2024-06-24
3
-7/+3
*
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)
Serhiy Storchaka
2024-06-23
1
-21/+25
*
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya
2024-06-22
2
-84/+342
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
2
-1/+14
*
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
Victor Stinner
2024-06-21
1
-261/+187
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-0/+152
*
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene
2024-06-21
1
-0/+6
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
13
-83/+87
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-8/+8
[next]