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-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)
sobolevn
2024-10-29
1
-3/+3
*
Align functools.reduce() docstring with PEP-257 (#126045)
Sergey B Kirpichev
2024-10-29
1
-6/+8
*
gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (#126036)
Bénédikt Tran
2024-10-27
2
-3/+3
*
gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...
Bénédikt Tran
2024-10-27
1
-1/+6
*
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...
Bénédikt Tran
2024-10-27
1
-6/+13
*
gh-94512: Fix forced arg format in posixmodule.c clinic code (#122516)
Bénédikt Tran
2024-10-26
2
-40/+194
*
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` ...
Bénédikt Tran
2024-10-25
1
-17/+12
*
GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)
Kumar Aditya
2024-10-25
1
-28/+25
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583)
Victor Stinner
2024-10-25
3
-5/+5
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
1
-0/+16
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
1
-28/+0
*
gh-125716: Use A Global Mutex When Initializing Global State For The _interpq...
Eric Snow
2024-10-21
2
-57/+79
*
gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues M...
Eric Snow
2024-10-21
2
-3/+5
*
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...
Serhiy Storchaka
2024-10-21
1
-15/+23
*
gh-124984: Enhance `ssl` thread safety (#124993)
Peter Bierma
2024-10-19
2
-242/+1642
*
gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)
Serhiy Storchaka
2024-10-19
1
-4/+0
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-1/+3
*
gh-125667: Statically Initialize the Arg Converter Data Values in _interpqueu...
Eric Snow
2024-10-17
1
-9/+9
*
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn
2024-10-17
1
-0/+3
*
gh-52551: Fix encoding issues in strftime() (GH-125193)
Serhiy Storchaka
2024-10-17
2
-222/+217
*
GH-99108: Make vectorized versions of Blake2 available on x86, too (#125244)
Jonathan Protzenko
2024-10-17
11
-335/+595
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-38/+41
*
gh-125206: Bug in ctypes with old libffi is fixed (#125322)
Mikhail Efimov
2024-10-15
5
-15/+11
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-41/+38
*
gh-124944: Add socket.SO_ORIGINAL_DST (#124945)
Steven Jin
2024-10-14
2
-0/+7
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
1
-38/+41
*
gh-111178: fix USAN failures for `partialobject` (#124733)
Bénédikt Tran
2024-10-14
1
-25/+34
*
gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)
Kumar Aditya
2024-10-14
1
-118/+33
*
gh-121798: Add class method Decimal.from_number() (GH-121801)
Serhiy Storchaka
2024-10-14
2
-0/+59
*
gh-125243: Fix ZoneInfo data race in free threading build (#125281)
Sam Gross
2024-10-13
2
-20/+85
*
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Richard Hansen
2024-10-12
1
-5/+5
*
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra
2024-10-11
2
-13/+71
*
gh-116738: Make `_csv` module thread-safe (#118344)
AN Long
2024-10-11
1
-9/+11
*
gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows...
Y5
2024-10-11
1
-1/+1
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-1/+1
*
gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)
Victor Stinner
2024-10-10
1
-38/+49
*
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Sergey B Kirpichev
2024-10-10
1
-3/+2
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
9
-12/+12
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner
2024-10-09
4
-7/+7
*
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka
2024-10-09
1
-2/+28
*
gh-117721: use PyMutex in `_thread.lock` (#125110)
Kumar Aditya
2024-10-08
1
-45/+11
*
gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)
Bénédikt Tran
2024-10-08
1
-79/+113
*
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka
2024-10-08
1
-66/+127
*
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney
2024-10-08
3
-4/+21
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-2/+20
*
gh-124956: Use `#undef` for temp macros in `_csv.c` (#124957)
sobolevn
2024-10-07
1
-0/+8
*
gh-111178: Fix function signatures in fileio.c (#125043)
Victor Stinner
2024-10-07
1
-37/+51
*
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev
2024-10-07
1
-28/+261
*
gh-111178: Fix function signatures in _threadmodule.c (#124964)
Victor Stinner
2024-10-04
1
-49/+70
*
gh-123961: Convert `curses.window` static type into a heap type (#124934)
Bénédikt Tran
2024-10-04
2
-74/+117
[next]