summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* [3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...Serhiy Storchaka2025-02-256-36/+72
* [3.13] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t...Miss Islington (bot)2025-02-241-0/+18
* [3.13] gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130...Miss Islington (bot)2025-02-241-18/+18
* [3.13] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) (#130366)Miss Islington (bot)2025-02-201-4/+5
* [3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130...Miss Islington (bot)2025-02-181-1/+10
* [3.13] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle...Miss Islington (bot)2025-02-161-0/+4
* [3.13] gh-129983: fix data race in compile_template in sre.c (#130038)Kumar Aditya2025-02-121-1/+9
* [3.13] gh-129603: Don't segfault if sqlite3.Row description is None (#129604)...Erlend E. Aasland2025-02-101-10/+15
* [3.13] gh-128657: fix _hashopenssl ref/data race (GH-128886) (GH-129853)Tomasz Pytel2025-02-081-10/+28
* [3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)Miss Islington (bot)2025-02-041-36/+30
* [3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)Miss Islington (bot)2025-02-031-1/+1
* [3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)Collin Funk2025-02-021-4/+4
* [3.13] gh-111495: Add PyFile tests (#129449) (#129477)Victor Stinner2025-01-307-6/+270
* [3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...Miss Islington (bot)2025-01-291-1/+1
* [3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...Miss Islington (bot)2025-01-271-0/+5
* [3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217)Victor Stinner2025-01-232-2/+12
* [3.13] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c...Miss Islington (bot)2025-01-201-2/+5
* [3.13] Fix a typo in `syslog`'s error message (GH-129029) (#129049)Miss Islington (bot)2025-01-201-1/+1
* [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)Victor Stinner2025-01-182-5/+99
* [3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)Victor Stinner2025-01-185-22/+100
* [3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...Miss Islington (bot)2025-01-181-5/+10
* [3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)Victor Stinner2025-01-175-48/+311
* [3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)Miss Islington (bot)2025-01-171-18/+9
* [3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#12...Erlend E. Aasland2025-01-112-4/+4
* [3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid enc...Miss Islington (bot)2025-01-091-1/+6
* [3.13] gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128...Miss Islington (bot)2025-01-021-0/+5
* [3.13] gh-123925: Fix building curses on platforms without libncursesw (GH-12...Miss Islington (bot)2025-01-021-1/+1
* gh-128217: Validate the normalized_environment variable instead of the simila...Miss Islington (bot)2024-12-241-1/+1
* [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