summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)Grant Ramsay2023-11-291-0/+28
* gh-109802: Increase test coverage for complexobject.c (GH-112452)Sergey B Kirpichev2023-11-281-0/+59
* gh-112105: Make completer delims work on libedit (gh-112106)Tian Gao2023-11-281-0/+16
* gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` build...Radislav Chugunov2023-11-282-10/+46
* gh-112292 : Catch import error conditions with readline hooks (gh-112313)Anthony Shaw2023-11-281-22/+69
* bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664)kale-smoothie2023-11-271-0/+15
* gh-111789: Use PyDict_GetItemRef() in Modules/pyexpat.c (gh-112079)Serhiy Storchaka2023-11-271-12/+5
* gh-111789: Use PyDict_GetItemRef() in Modules/_threadmodule.c (gh-112077)Serhiy Storchaka2023-11-271-6/+4
* gh-111789: Use PyDict_GetItemRef() in Modules/_struct.c (gh-112076)Serhiy Storchaka2023-11-271-5/+4
* gh-111789: Use PyDict_GetItemRef() in Modules/_csv.c (gh-112073)Serhiy Storchaka2023-11-271-8/+2
* gh-112438: Fix support of format units with the "e" prefix in nested tuples i...Serhiy Storchaka2023-11-271-5/+9
* gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)Grant Ramsay2023-11-272-1/+360
* gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)Mark Dickinson2023-11-262-34/+41
* gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)Eric Snow2023-11-231-69/+25
* gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)Eric Snow2023-11-222-0/+17
* gh-111965: Use critical sections to make io.BufferedIOBase and its related cl...Mayuresh Kedari2023-11-222-40/+180
* gh-59703: restore include of mach-o/dyld.h (gh-112309)Ned Deily2023-11-221-0/+1
* gh-111863: Rename term Py_NOGIL to Py_GIL_DISABLED in sysconfig (gh-112307)Donghee Na2023-11-221-3/+3
* gh-59703: use the system dladdr function in getpath.c for macOS framework bui...AN Long2023-11-211-11/+6
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-2016-31/+31
* gh-111965: Using critical sections to make ``io.StringIO`` thread safe. (gh-1...AN Long2023-11-192-30/+194
* gh-112213: Update _weakref module to use new AC feature (gh-112250)Donghee Na2023-11-192-25/+31
* gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)Donghee Na2023-11-196-6/+6
* gh-111965: Use critical sections to make io.TextIOWrapper thread safe (gh-112...AN Long2023-11-182-39/+181
* gh-111926: Update _weakref to be threadsafe in --disable-gil build (gh-112189)Donghee Na2023-11-181-9/+20
* gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-1...Wanderxjtu2023-11-172-6/+25
* gh-111482: Fix time_clockid_converter() on AIX (#112170)Victor Stinner2023-11-161-2/+2
* gh-111956: Add thread-safe one-time initialization. (gh-111960)Sam Gross2023-11-161-0/+32
* gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)Victor Stinner2023-11-161-0/+9
* gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)Tomas R2023-11-159-137/+187
* gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)Miro HronĨok2023-11-152-2/+2
* gh-111789: Use PyDict_GetItemRef() in Modules/_asynciomodule.c (GH-112072)Serhiy Storchaka2023-11-151-6/+2
* gh-112062: Make `_struct` module thread-safe in `--disable-gil` builds (#112094)Radislav Chugunov2023-11-151-7/+6
* gh-111545: Test PyHash_GetFuncDef() function (#112098)Victor Stinner2023-11-154-1/+61
* gh-111995: Add getnameinfo extension flag (#111994)adder322023-11-151-0/+3
* gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)Serhiy Storchaka2023-11-141-2/+6
* gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)Serhiy Storchaka2023-11-141-3/+36
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-144-27/+105
* gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)Sam Gross2023-11-142-3/+11
* gh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828)Serhiy Storchaka2023-11-142-78/+61
* gh-107149: make new opcode util functions private rather than public and unst...Irit Katriel2023-11-141-17/+18
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-131-0/+21
* gh-111928: make "memo" dict local to scan_once call (gh-112005)AN Long2023-11-131-23/+19
* gh-111777: Fix assertion errors on incorrectly still-tracked GC object destru...T. Wouters2023-11-121-1/+3
* Fix undefined behaviour in datetime.time.fromisoformat() (#111982)T. Wouters2023-11-111-1/+1
* gh-111789: Simplify the sqlite code (GH-111829)Serhiy Storchaka2023-11-102-17/+6
* Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)Serhiy Storchaka2023-11-102-13/+2
* gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...Serhiy Storchaka2023-11-101-1/+6
* gh-111569: Fix critical sections test on WebAssembly (GH-111897)Sam Gross2023-11-091-0/+4
* gh-111835: Add seekable method to mmap.mmap (gh-111852)Donghee Na2023-11-091-7/+14