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-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
*
gh-123961: Clean up curses C API/capsule (#124907)
Bénédikt Tran
2024-10-03
1
-50/+77
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
1
-0/+30
*
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma
2024-10-02
2
-27/+87
*
gh-111178: Fix locale_free() signature (#124896)
Victor Stinner
2024-10-02
1
-3/+3
*
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross
2024-10-01
2
-34/+0
*
gh-116810: fix memory leak in ssl module (GH-123249)
Jeffrey R. Van Voorst
2024-09-30
1
-63/+13
*
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran
2024-09-29
6
-3/+250
*
gh-123961: Add a global state to _curses (#124729)
Bénédikt Tran
2024-09-29
1
-175/+271
*
gh-123290: Fix decref in _curses update_lines_cols() (#124767)
Bénédikt Tran
2024-09-29
1
-1/+1
*
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Serhiy Storchaka
2024-09-29
3
-19/+18
*
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...
Bénédikt Tran
2024-09-29
2
-1/+76
*
gh-124688: _decimal: Get module state from ctx for performance (#124691)
neonene
2024-09-28
1
-48/+73
*
gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...
Malcolm Smith
2024-09-27
1
-1/+6
*
gh-124153: Remove `_PyType_GetModuleByDef2` private function (GH-124261)
neonene
2024-09-26
2
-17/+21
*
gh-124606: Fix reference leak in error path in `datetime_fromisoformat` in `_...
Kirill Podoprigora
2024-09-26
1
-0/+2
*
gh-119127: Fix _functools.Placeholder singleton (#124601)
Victor Stinner
2024-09-26
1
-13/+35
*
gh-119127: functools.partial placeholders (gh-119827)
dgpb
2024-09-26
1
-53/+281
*
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...
Nice Zombies
2024-09-25
1
-2/+59
*
gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. ...
TizzySaurus
2024-09-25
1
-0/+36
*
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
Raymond Hettinger
2024-09-25
1
-27/+9
*
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith
2024-09-25
4
-8/+13
*
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross
2024-09-24
1
-3/+3
*
gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116)
Serhiy Storchaka
2024-09-24
1
-3/+15
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
1
-0/+152
*
gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)
Petr Viktorin
2024-09-24
1
-16/+15
*
gh-124248: Fix crash in struct when processing 0p fields (#124251)
Brian Schubert
2024-09-20
1
-4/+15
*
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin
2024-09-20
1
-2/+61
*
gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)
sobolevn
2024-09-20
1
-10/+36
*
gh-120754: Fix memory leak in FileIO.__init__() (#124225)
Victor Stinner
2024-09-18
1
-0/+1
*
gh-120754: Refactor I/O modules to stash whole stat result rather than indivi...
Cody Maloney
2024-09-18
1
-26/+57
*
gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` ...
sobolevn
2024-09-18
2
-6/+6
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
3
-8/+134
*
Revert "gh-123974: Fix time.get_clock_info() on NetBSD (#123975)" (GH-124115)
Serhiy Storchaka
2024-09-18
1
-5/+1
*
gh-123836: workaround fmod(x, y) bug on Windows (#124171)
Sergey B Kirpichev
2024-09-17
1
-0/+9
*
gh-110190: Fix ctypes structs with array on SPARC (GH-118233)
Jakub Kulík
2024-09-17
1
-1/+1
*
gh-121023: Improve `_xxtestfuzz/README.rst` (#121024)
sobolevn
2024-09-16
1
-3/+5
*
gh-97588: remove unused functions in _ctypes/cfield.c (GH-124010)
Irit Katriel
2024-09-16
1
-36/+0
*
gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...
Russell Keith-Magee
2024-09-16
3
-0/+39
*
gh-123974: Fix time.get_clock_info() on NetBSD (#123975)
Furkan Onder
2024-09-13
1
-1/+5
[next]