summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...Serhiy Storchaka2023-08-221-1/+36
* [3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...Gregory P. Smith2023-06-052-2/+167
* [3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)Kumar Aditya2023-01-202-13/+58
* [3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526)Miss Islington (bot)2022-10-281-7/+8
* [3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786)Miss Islington (bot)2022-10-283-18/+35
* [3.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (G...Miss Islington (bot)2022-10-061-8/+52
* [3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012)Miss Islington (bot)2022-10-047-17/+27
* gh-94821: Fix autobind of empty unix domain address (GH-94826) (GH-94875)Miss Islington (bot)2022-07-261-2/+4
* Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) ...Miss Islington (bot)2022-05-161-0/+4
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-091-1/+11
* [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (...Erlend Egeberg Aasland2022-05-051-14/+32
* gh-92036: Fix gc_fini_untrack() (GH-92037)Miss Islington (bot)2022-05-041-0/+6
* [3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-9173...Serhiy Storchaka2022-05-032-40/+82
* gh-91734: Fix ossaudio support on Solaris (GH-91735)Miss Islington (bot)2022-04-201-0/+4
* [3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31...Oleg Iarygin2022-04-195-46/+46
* [3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866...Miss Islington (bot)2022-03-281-1/+6
* bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...Miss Islington (bot)2022-03-231-1/+12
* bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)Miss Islington (bot)2022-03-212-4/+41
* bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015)Gregory P. Smith2022-03-211-9/+13
* [3.9] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (...Pablo Galindo Salgado2022-03-181-3/+3
* [3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)Jelle Zijlstra2022-03-121-2/+2
* bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)Victor Stinner2022-03-111-6/+20
* [3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)Jelle Zijlstra2022-03-091-3/+3
* [3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-...Erlend Egeberg Aasland2022-03-084-23/+22
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)Miss Islington (bot)2022-03-072-14/+155
* bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)Miss Islington (bot)2022-03-042-3/+2
* bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...Victor Stinner2022-03-041-3/+23
* [3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH...Erlend Egeberg Aasland2022-03-022-3/+14
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)Miss Islington (bot)2022-02-235-62/+132
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)Miss Islington (bot)2022-02-181-0/+5
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295)Miss Islington (bot)2022-02-175-31/+237
* [3.9] bpo-46728: fix docstring of combinations_with_replacement for consisten...DongGeon Lee2022-02-152-4/+4
* [3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.X...Jacob Walls2022-02-132-5/+5
* bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)Miss Islington (bot)2022-02-071-0/+1
* [3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...Christian Heimes2022-01-261-7/+0
* [3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) ...Kumar Aditya2022-01-221-16/+2
* [3.9] bpo-46383: Fix signature of zoneinfo module_free function (GH-3… (GH-...Kumar Aditya2022-01-221-1/+1
* [3.9] bpo-41857: mention timeout argument units in select.poll() and select.d...Tal Einat2022-01-212-3/+15
* bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)Miss Islington (bot)2022-01-141-0/+3
* bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584)Miss Islington (bot)2022-01-131-1/+1
* bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580)Victor Stinner2022-01-131-0/+24
* [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (...Christian Heimes2022-01-131-219/+354
* bpo-46070: Fix asyncio initialisation guard (GH-30423)Miss Islington (bot)2022-01-071-6/+4
* bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29...Miss Islington (bot)2021-12-111-1/+1
* bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023)Miss Islington (bot)2021-12-101-2/+2
* bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)Miss Islington (bot)2021-12-091-2/+6
* bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)Miss Islington (bot)2021-12-051-13/+10
* [3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-...Ma Lin2021-11-271-3/+5
* [3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)Christian Heimes2021-11-254-18/+31
* bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...Pablo Galindo Salgado2021-11-171-0/+14