summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)Jelle Zijlstra2022-03-122-7/+7
* bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)Victor Stinner2022-03-111-6/+20
* [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)Jelle Zijlstra2022-03-092-7/+7
* bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)Miss Islington (bot)2022-03-081-13/+23
* [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH...Erlend Egeberg Aasland2022-03-086-69/+67
* 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
* [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (...Victor Stinner2022-03-041-3/+23
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)Miss Islington (bot)2022-02-235-62/+132
* bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)Miss Islington (bot)2022-02-211-7/+19
* [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)Erlend Egeberg Aasland2022-02-212-3/+14
* [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-3139...Gregory P. Smith2022-02-191-0/+5
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)Dong-hee Na2022-02-175-31/+237
* [3.10] bpo-46728: fix docstring of combinations_with_replacement for consiste...DongGeon Lee2022-02-152-4/+4
* bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...Miss Islington (bot)2022-02-122-5/+5
* [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069...Petr Viktorin2022-02-112-4/+52
* bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)Miss Islington (bot)2022-02-071-0/+1
* [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...Christian Heimes2022-01-261-7/+0
* [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...Miss Islington (bot)2022-01-221-16/+2
* [3.10] bpo-41857: mention timeout argument units in select.poll() and select....Tal Einat2022-01-212-3/+15
* bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610)Miss Islington (bot)2022-01-171-1/+1
* bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)Miss Islington (bot)2022-01-141-0/+3
* [3.10] 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)Miss Islington (bot)2022-01-131-0/+24
* Define Py_BUILD_CORE_MODULEMiss Islington (bot)2022-01-131-232/+342
* 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)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-46025: Fix a crash in the atexit module for auto-unregistering functions ...Miss Islington (bot)2021-12-091-1/+4
* bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)Miss Islington (bot)2021-12-051-13/+10
* [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH...Miss Islington (bot)2021-11-271-2/+3
* [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)Miss Islington (bot)2021-11-254-18/+31
* [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag...Pablo Galindo Salgado2021-11-171-0/+14
* [3.10] bpo-45634: Don't combine error checks when adding `sqlite3` int consta...Erlend Egeberg Aasland2021-10-311-43/+50
* [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...Ɓukasz Langa2021-10-291-0/+4
* bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)Miss Islington (bot)2021-10-221-1/+1
* bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)Miss Islington (bot)2021-10-201-2/+3
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-142-10/+21
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-142-10/+21
* [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-...Dong-hee Na2021-10-141-4/+4
* [3.10] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 ...Dong-hee Na2021-10-091-0/+6
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Miss Islington (bot)2021-10-091-8/+38
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)Miss Islington (bot)2021-10-081-0/+3
* [3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)Miss Islington (bot)2021-10-0719-21/+21
* bpo-44050: Extension modules can share state when they don't support sub-inte...Miss Islington (bot)2021-10-051-0/+22
* [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-034-4/+4
* bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)Miss Islington (bot)2021-10-021-1/+1
* bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...Miss Islington (bot)2021-10-011-3/+5
* bpo-45332: Fix broken Decimal test and benchmark (GH-28680)Miss Islington (bot)2021-10-013-6/+3