summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)Peter Lazorchak2024-01-191-0/+29
* [3.12] gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c`...Miss Islington (bot)2024-01-191-1/+1
* [3.12] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (#114219)Miss Islington (bot)2024-01-181-10/+11
* [3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper...Miss Islington (bot)2024-01-171-1/+3
* gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...Miss Islington (bot)2024-01-161-7/+21
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Miss Islington (bot)2024-01-121-6/+10
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Miss Islington (bot)2024-01-111-19/+15
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-101-4/+155
* [3.12] gh-70835: Clarify error message for CSV file opened with wrong newline...Miss Islington (bot)2024-01-101-1/+2
* [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...Miss Islington (bot)2024-01-081-4/+8
* [3.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...Serhiy Storchaka2024-01-052-6/+6
* [3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170)Diego Russo2024-01-052-59/+124
* [3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-281-4/+5
* [3.12] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2023-12-251-5/+11
* [3.12] gh-111784: Fix two segfaults in the elementtree module (GH-113405) (GH...Miss Islington (bot)2023-12-241-2/+14
* [3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (G...Miss Islington (bot)2023-12-142-14/+50
* [3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer o...Miss Islington (bot)2023-12-141-10/+4
* [3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767)Diego Russo2023-12-062-18/+71
* [3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[...Miss Islington (bot)2023-12-041-2/+10
* [3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...Miss Islington (bot)2023-12-042-10/+26
* [3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...Miss Islington (bot)2023-12-041-2/+11
* [3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...Miss Islington (bot)2023-12-041-1/+1
* [3.12] Add more C API tests (GH-112522) (GH-112525)Miss Islington (bot)2023-11-291-0/+33
* [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-...Miss Islington (bot)2023-11-281-0/+59
* [3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487)Miss Islington (bot)2023-11-281-0/+16
* [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...Eric Snow2023-11-283-44/+66
* [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)Eric Snow2023-11-271-10/+26
* [3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-...Eric Snow2023-11-272-28/+36
* [3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...Miss Islington (bot)2023-11-271-0/+15
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...Miss Islington (bot)2023-11-271-5/+9
* [3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (...Mark Dickinson2023-11-272-34/+41
* [3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061...Victor Stinner2023-11-151-2/+11
* [3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...Miss Islington (bot)2023-11-141-3/+36
* [3.12] gh-111777: Fix assertion errors on incorrectly still-tracked GC object...Miss Islington (bot)2023-11-121-1/+3
* [3.12] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (...Miss Islington (bot)2023-11-121-1/+1
* [3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745)Gregory P. Smith2023-11-111-7/+143
* [3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...Miss Islington (bot)2023-11-111-1/+6
* [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