summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123...Miss Islington (bot)2024-09-061-16/+8
* [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...Miss Islington (bot)2024-09-061-10/+2
* [3.12] gh-111495: Add tests for PyNumber C API (GH-111996) (#123376)Sergey B Kirpichev2024-09-051-0/+161
* [3.12] gh-111495: Add tests for PyTuple C API (GH-118757) (#123379)Sergey B Kirpichev2024-09-051-1/+227
* [3.12] gh-123678: Upgrade libexpat 2.6.3 (GH-123689) (GH-123708)Miss Islington (bot)2024-09-043-15/+35
* [3.12] gh-112182: Replace StopIteration with RuntimeError for future (GH-1132...Miss Islington (bot)2024-08-151-5/+20
* [3.12] gh-113785: csv: fields starting with escapechar are not quoted (GH-122...Miss Islington (bot)2024-08-091-0/+2
* [3.12] gh-122695: Fix double-free when using `gc.get_referents` with a freed ...Victor Stinner2024-08-091-8/+0
* [3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword ...Serhiy Storchaka2024-08-082-1/+93
* gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementat...Miss Islington (bot)2024-08-071-1/+1
* [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...Gregory P. Smith2024-08-061-1/+1
* [3.12] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122416)Miss Islington (bot)2024-07-291-0/+1
* Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (...Serhiy Storchaka2024-07-291-50/+4
* [3.12] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122388)Miss Islington (bot)2024-07-291-3/+3
* [3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...Miss Islington (bot)2024-07-271-1/+5
* [3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) ...Miss Islington (bot)2024-07-251-17/+36
* [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...Łukasz Langa2024-07-221-0/+4
* [3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-1914-37/+37
* [3.12] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-1219...Miss Islington (bot)2024-07-191-0/+1
* [3.12] gh-120289: Disallow disable() and clear() in external timer to prevent...Miss Islington (bot)2024-07-181-1/+19
* [3.12] gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` ...Miss Islington (bot)2024-07-161-0/+3
* [3.12] gh-120713: Normalize year with century for datetime.strftime (GH-12082...Serhiy Storchaka2024-06-291-4/+50
* [3.12] gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle....Miss Islington (bot)2024-06-281-0/+2
* [3.12] gh-119614: Fix truncation of strings with embedded null characters in ...Miss Islington (bot)2024-06-241-7/+33
* [3.12] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120913)Serhiy Storchaka2024-06-231-21/+25
* [3.12] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...Miss Islington (bot)2024-06-191-9/+22
* [3.12] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (...Miss Islington (bot)2024-06-171-1/+3
* [3.12] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...neonene2024-06-131-7/+7
* [3.12] gh-120155: Add assertion to sre.c match_getindex() (GH-120402) (#120410)Miss Islington (bot)2024-06-121-0/+2
* [3.12] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#12...Miss Islington (bot)2024-06-101-1/+1
* [3.12] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120265)Miss Islington (bot)2024-06-081-0/+1
* [3.12] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120209)Miss Islington (bot)2024-06-071-14/+24
* [3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054)Serhiy Storchaka2024-06-042-37/+83
* [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1...Victor Stinner2024-06-012-9/+8
* [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Sam Gross2024-05-311-0/+9
* [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...Serhiy Storchaka2024-05-311-22/+32
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Steve Dower2024-05-302-26/+31
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Nice Zombies2024-05-282-248/+299
* [3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505)Victor Stinner2024-05-242-8/+9
* [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Eric Snow2024-05-222-1/+80
* gh-118507 : Refactor ntpath native functions (gh-119381)Nice Zombies2024-05-222-379/+309
* gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)Miss Islington (bot)2024-05-151-1/+1
* [3.12] gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (GH-...Miss Islington (bot)2024-05-131-10/+17
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-091-2/+37
* [3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)Miss Islington (bot)2024-05-081-1/+1
* [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (G...Miss Islington (bot)2024-05-071-0/+7
* [3.12] gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-11...Serhiy Storchaka2024-05-062-2/+176
* [3.12] gh-117968: Make the test for closed file more safe in the C API tests ...Miss Islington (bot)2024-04-251-2/+4
* [3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)Miss Islington (bot)2024-04-233-16/+36
* [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...Serhiy Storchaka2024-04-224-1/+128