summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* [3.13] gh-128083: Fix macro redefinition warning in clinic. (GH-127950) (#128...Peter Bierma2024-12-192-2/+59
* [3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...Miss Islington (bot)2024-12-178-53/+68
* [3.13] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (G...Miss Islington (bot)2024-12-131-1/+21
* [3.13] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127812)Miss Islington (bot)2024-12-121-0/+10
* [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#1...Peter Bierma2024-12-113-38/+57
* [3.13] gh-122431: Disallow negative values in `readline.append_history_file` ...Miss Islington (bot)2024-12-051-0/+6
* [3.13] gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (GH-127593) (#12...Miss Islington (bot)2024-12-051-0/+3
* [3.13] gh-126876: Fix socket internal_select() for large timeout (GH-126968) ...Miss Islington (bot)2024-12-021-1/+4
* [3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513)Peter Bierma2024-12-022-125/+153
* [3.13] gh-124984: Enhance `ssl` thread safety (GH-124993) (#125780)Peter Bierma2024-12-022-243/+1643
* [3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)Miss Islington (bot)2024-12-021-6/+3
* [3.13] gh-127190: Fix local_setattro() error handling (GH-127366) (#127367)Miss Islington (bot)2024-12-011-1/+1
* [3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with doc...Peter Bierma2024-11-303-51/+21
* [3.13] gh-124008: Fix calculation of the number of written bytes for the Wind...Miss Islington (bot)2024-11-301-28/+90
* [3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#12...Victor Stinner2024-11-262-59/+79
* [3.13] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...Miss Islington (bot)2024-11-251-14/+16
* [3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on...Serhiy Storchaka2024-11-221-0/+1
* [3.13] gh-127065: Make `methodcaller` thread-safe in free threading build (GH...Miss Islington (bot)2024-11-221-0/+9
* [3.13] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127097)Serhiy Storchaka2024-11-211-24/+41
* [3.13] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126...Miss Islington (bot)2024-11-191-0/+1
* [3.13] gh-101955: Fix SystemError in possesive quantifier with alternative an...Miss Islington (bot)2024-11-181-0/+18
* [3.13] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-1...Serhiy Storchaka2024-11-184-14/+205
* [3.13] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) (#12...Miss Islington (bot)2024-11-172-31/+95
* [3.13] gh-126433: Fix compiler warnings on 32-bit Windows (#126444) (#126827)Victor Stinner2024-11-143-6/+8
* [3.13] gh-126433: Change channel_info.count to int64_t (GH-126447) (#126826)Miss Islington (bot)2024-11-141-1/+1
* [3.13] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...Miss Islington (bot)2024-11-134-11/+79
* [3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)Miss Islington (bot)2024-11-121-0/+1
* [3.13] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH...Miss Islington (bot)2024-11-121-0/+3
* [3.13] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback...Miss Islington (bot)2024-11-121-0/+2
* [3.13] gh-126654: Fix crash in several functions in `_interpreters` module (G...Miss Islington (bot)2024-11-111-0/+5
* [3.13] gh-125631: Enable setting persistent_id and persistent_load of pickler...Miss Islington (bot)2024-11-071-0/+62
* [3.13] gh-126461: Fix _Unpickler_ReadFromFile() error handling (GH-126485) (#...Miss Islington (bot)2024-11-061-0/+4
* [3.13] gh-126313: Fix a crash in curses.napms() due to incorrect error handli...Bénédikt Tran2024-11-061-1/+4
* [3.13] gh-126455: Disallow _ssl.SSLSocket instantiation (GH-126481) (#126486)Miss Islington (bot)2024-11-061-1/+1
* [3.13] gh-126425: Refactor `_lsprof_Profiler_enable` (GH-126426) (#126442)Miss Islington (bot)2024-11-051-12/+25
* [3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-1263...Miss Islington (bot)2024-11-051-0/+17
* [3.13] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribu...Miss Islington (bot)2024-11-021-2/+20
* [3.13] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 arg...Miss Islington (bot)2024-11-011-0/+24
* [3.13] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` du...Miss Islington (bot)2024-10-311-1/+5
* [3.13] gh-126223: Propagate unicode errors in `_interpreters.create()` (GH-12...Miss Islington (bot)2024-10-311-1/+5
* [3.13] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing ...Miss Islington (bot)2024-10-311-1/+1
* [3.13] gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (GH-1261...Miss Islington (bot)2024-10-291-3/+3
* [3.13] Align functools.reduce() docstring with PEP-257 (GH-126045) (#126113)Miss Islington (bot)2024-10-291-6/+8
* [3.13] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages...Miss Islington (bot)2024-10-272-3/+3
* [3.13] gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil c...Miss Islington (bot)2024-10-271-1/+6
* [3.13] gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to...Miss Islington (bot)2024-10-271-6/+13
* [3.13] gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call...Miss Islington (bot)2024-10-251-17/+12
* [3.13] GH-125789: fix `fut._callbacks` to always return a copy of callbacks (...Kumar Aditya2024-10-251-28/+25
* [3.13] gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116) (GH-...Miss Islington (bot)2024-10-231-3/+15
* [3.13] gh-125716: Use a Global Mutex When Initializing Global State For the _...Miss Islington (bot)2024-10-212-57/+79