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-122704: Fix reference leak in Modules/_pickle.c (GH-122705)
Kirill Podoprigora
2024-08-06
1
-0/+4
*
gh-122459: Optimize pickling by name objects without __module__ (GH-122460)
Serhiy Storchaka
2024-08-05
1
-127/+122
*
gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+nanj (#122638)
Sergey B Kirpichev
2024-08-04
1
-2/+2
*
gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892)
Sergey B Kirpichev
2024-08-04
1
-2/+2
*
gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (#122...
Sam Gross
2024-08-02
1
-14/+23
*
Update PyObject_Del() documentation (#122597)
Victor Stinner
2024-08-02
2
-9/+9
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
2
-4/+4
*
gh-116622: Don't expose `FICLONE` ioctl on Android (#122522)
Malcolm Smith
2024-08-01
1
-0/+5
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
2
-14/+8
*
gh-122311: Fix a refleak in pickle (GH-122411)
Serhiy Storchaka
2024-07-29
1
-0/+1
*
gh-122311: Fix some error messages in pickle (GH-122386)
Serhiy Storchaka
2024-07-29
1
-3/+3
*
gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)
Peter Bierma
2024-07-27
1
-1/+5
*
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller
2024-07-25
1
-1/+0
*
gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149)
Serhiy Storchaka
2024-07-25
1
-17/+36
*
gh-113785: csv: fields starting with escapechar are not quoted (GH-122110)
Mikołaj Kuranowski
2024-07-25
1
-1/+0
*
GH-121832: Assert that the version number of static builtin types is not chan...
Mark Shannon
2024-07-24
1
-46/+42
*
gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (#122139)
Sam Gross
2024-07-23
2
-28/+27
*
gh-122163: Add notes for JSON serialization errors (GH-122165)
Serhiy Storchaka
2024-07-23
1
-4/+9
*
gh-120974: Use common freelist code in asyncio (#122132)
Sam Gross
2024-07-23
1
-69/+4
*
gh-120974: Make _asyncio._enter_task atomic in the free-threaded build (#122138)
Sam Gross
2024-07-23
1
-10/+5
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
1
-0/+4
*
gh-121621: Disable asyncio freelist in free-threaded build (#122046)
Sam Gross
2024-07-19
1
-5/+17
*
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
mpage
2024-07-19
1
-150/+234
*
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira
2024-07-19
2
-11/+11
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
14
-37/+37
*
gh-120289: Add external timer in traverse of _lsprof.Profiler (#121998)
Tian Gao
2024-07-19
1
-0/+1
*
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
[next]