summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)Kumar Aditya2024-10-141-118/+33
* gh-121798: Add class method Decimal.from_number() (GH-121801)Serhiy Storchaka2024-10-142-0/+59
* gh-125243: Fix ZoneInfo data race in free threading build (#125281)Sam Gross2024-10-132-20/+85
* gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)Richard Hansen2024-10-121-5/+5
* gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)Jelle Zijlstra2024-10-112-13/+71
* gh-116738: Make `_csv` module thread-safe (#118344)AN Long2024-10-111-9/+11
* gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows...Y52024-10-111-1/+1
* GH-125174: Make immortal objects more robust, following design from PEP 683 (...Mark Shannon2024-10-101-1/+1
* gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)Victor Stinner2024-10-101-38/+49
* gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)Sergey B Kirpichev2024-10-101-3/+2
* gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)Victor Stinner2024-10-099-12/+12
* gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)Victor Stinner2024-10-094-7/+7
* gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)Serhiy Storchaka2024-10-091-2/+28
* gh-117721: use PyMutex in `_thread.lock` (#125110)Kumar Aditya2024-10-081-45/+11
* gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)Bénédikt Tran2024-10-081-79/+113
* gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)Serhiy Storchaka2024-10-081-66/+127
* gh-90102: Remove isatty call during regular open (#124922)Cody Maloney2024-10-083-4/+21
* gh-124502: Add PyUnicode_Equal() function (#124504)Victor Stinner2024-10-071-2/+20
* gh-124956: Use `#undef` for temp macros in `_csv.c` (#124957)sobolevn2024-10-071-0/+8
* gh-111178: Fix function signatures in fileio.c (#125043)Victor Stinner2024-10-071-37/+51
* gh-121249: Support _Complex types in the struct module (#121613)Sergey B Kirpichev2024-10-071-28/+261
* gh-111178: Fix function signatures in _threadmodule.c (#124964)Victor Stinner2024-10-041-49/+70
* gh-123961: Convert `curses.window` static type into a heap type (#124934)Bénédikt Tran2024-10-042-74/+117
* gh-123961: Clean up curses C API/capsule (#124907)Bénédikt Tran2024-10-031-50/+77
* gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...Jeremy Maitin-Shepard2024-10-021-0/+30
* gh-120378: Fix crash caused by integer overflow in `curses` (#124555)Peter Bierma2024-10-022-27/+87
* gh-111178: Fix locale_free() signature (#124896)Victor Stinner2024-10-021-3/+3
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-012-34/+0
* gh-116810: fix memory leak in ssl module (GH-123249)Jeffrey R. Van Voorst2024-09-301-63/+13
* gh-111495: Add tests for `PyCodec_*` C API (#123343)Bénédikt Tran2024-09-296-3/+250
* gh-123961: Add a global state to _curses (#124729)Bénédikt Tran2024-09-291-175/+271
* gh-123290: Fix decref in _curses update_lines_cols() (#124767)Bénédikt Tran2024-09-291-1/+1
* gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)Serhiy Storchaka2024-09-293-19/+18
* gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...Bénédikt Tran2024-09-292-1/+76
* gh-124688: _decimal: Get module state from ctx for performance (#124691)neonene2024-09-281-48/+73
* gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...Malcolm Smith2024-09-271-1/+6
* gh-124153: Remove `_PyType_GetModuleByDef2` private function (GH-124261)neonene2024-09-262-17/+21
* gh-124606: Fix reference leak in error path in `datetime_fromisoformat` in `_...Kirill Podoprigora2024-09-261-0/+2
* gh-119127: Fix _functools.Placeholder singleton (#124601)Victor Stinner2024-09-261-13/+35
* gh-119127: functools.partial placeholders (gh-119827)dgpb2024-09-261-53/+281
* gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...Nice Zombies2024-09-251-2/+59
* gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. ...TizzySaurus2024-09-251-0/+36
* gh-123884 Tee of tee was not producing n independent iterators (gh-124490)Raymond Hettinger2024-09-251-27/+9
* gh-123014: Disable pidfd API on older Android versions (#124458)Malcolm Smith2024-09-254-8/+13
* gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)Sam Gross2024-09-241-3/+3
* gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116)Serhiy Storchaka2024-09-241-3/+15
* gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)Jason Fried2024-09-241-0/+152
* gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)Petr Viktorin2024-09-241-16/+15
* gh-124248: Fix crash in struct when processing 0p fields (#124251)Brian Schubert2024-09-201-4/+15
* gh-123880: Allow recursive import of single-phase-init modules (GH-123950)Petr Viktorin2024-09-201-2/+61