summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111...Miss Islington (bot)2023-11-101-8/+17
* [3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919)Brett Cannon2023-11-092-5/+8
* [3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)Miss Islington (bot)2023-11-081-1/+179
* [3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...Miss Islington (bot)2023-11-061-3/+6
* [3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)Miss Islington (bot)2023-11-051-0/+92
* [3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)Miss Islington (bot)2023-11-051-0/+74
* [3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111...Miss Islington (bot)2023-11-011-2/+2
* [3.12] gh-111295: Fix error checking in time extension module init (GH-111296...Miss Islington (bot)2023-11-011-10/+17
* [3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH...Miss Islington (bot)2023-11-012-0/+346
* [3.12] gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#11...Victor Stinner2023-11-012-2/+2
* [3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)Sergey B Kirpichev2023-11-0111-3/+169
* [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...Miss Islington (bot)2023-10-301-0/+17
* [3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419)Miss Islington (bot)2023-10-281-1/+1
* GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)Miss Islington (bot)2023-10-261-3/+3
* [3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...Miss Islington (bot)2023-10-251-3/+4
* [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111...Serhiy Storchaka2023-10-254-32/+62
* [3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (...Miss Islington (bot)2023-10-211-33/+57
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-201-16/+20
* [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-11...Serhiy Storchaka2023-10-151-218/+151
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-142-0/+224
* [3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...Miss Islington (bot)2023-10-142-9/+7
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-131-13/+39
* [3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)Miss Islington (bot)2023-10-111-0/+37
* [3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-101-0/+3
* [3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...Miss Islington (bot)2023-10-101-2/+3
* [3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)Miss Islington (bot)2023-10-091-1/+1
* [3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-11055...Serhiy Storchaka2023-10-093-6/+0
* [3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-1105...Miss Islington (bot)2023-10-091-0/+37
* [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...Nikita Sobolev2023-10-094-1/+167
* [3.12] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#11...Miss Islington (bot)2023-10-051-13/+26
* [3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...Victor Stinner2023-10-041-19/+37
* [3.12] gh-110241: Add missing error check to `record_eval` in `_testinternalc...Miss Islington (bot)2023-10-021-1/+5
* [3.12] gh-109782: Ensure `os.path.isdir` has the same signature on all platfo...Alex Waygood2023-10-022-13/+13
* [3.12] gh-110052: Fix faulthandler for freed tstate (#110069) (#110071)Victor Stinner2023-10-021-2/+1
* [3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932)Miss Islington (bot)2023-10-021-27/+18
* [3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...Miss Islington (bot)2023-10-021-0/+14
* [3.12] gh-109631: Allow interruption of short repeated regex matches (GH-1098...Miss Islington (bot)2023-10-022-2/+5
* [3.12] gh-109613: _pystat_fromstructstat() checks for exceptions (GH-109618) ...Miss Islington (bot)2023-10-021-49/+72
* [3.12] gh-109469: Silence compiler warnings on string comparisons in _testcap...Miss Islington (bot)2023-10-021-1/+2
* [3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...Victor Stinner2023-10-021-2/+5
* [3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)Miss Islington (bot)2023-09-291-0/+8
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-0/+21
* [3.12] C API tests: use special markers to test that output parameters were s...Serhiy Storchaka2023-09-086-20/+50
* [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-...Ɓukasz Langa2023-09-041-29/+0
* [3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)Miss Islington (bot)2023-09-026-93/+48
* [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...Erlend E. Aasland2023-08-292-2/+9
* [3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)Erlend E. Aasland2023-08-272-3/+12
* [3.12] Clarify distinction between datetime module and class in deprecation m...Miss Islington (bot)2023-08-271-4/+4
* [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...Miss Islington (bot)2023-08-2614-73/+122
* [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...Erlend E. Aasland2023-08-222-5/+39