summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params...Miss Islington (bot)2024-04-221-1/+1
* [3.12] GH-115874: Fix segfault in FutureIter_dealloc (GH-118114)Miss Islington (bot)2024-04-191-2/+16
* [3.12] gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076) (GH...Miss Islington (bot)2024-04-191-2/+2
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-152-1/+228
* [3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) (GH-117884)Miss Islington (bot)2024-04-151-80/+33
* [3.12] gh-117764: Add signatures for functions in the faulthandler module (GH...Miss Islington (bot)2024-04-121-26/+35
* [3.12] gh-117233: Detect support for several hashes at hashlib build time (GH...Miss Islington (bot)2024-04-111-10/+59
* [3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) ...Miss Islington (bot)2024-04-091-7/+9
* gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...Miss Islington (bot)2024-04-031-0/+4
* [3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117...Miss Islington (bot)2024-04-031-2/+2
* [3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-281-1/+0
* [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...Gregory P. Smith2024-03-2621-1814/+1568
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-251-0/+1
* [3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)jkriegshauser2024-03-201-0/+18
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-202-0/+14
* [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit...Sam Gross2024-03-193-5/+7
* [3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-1162...Miss Islington (bot)2024-03-181-5/+3
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-181-2/+2
* Fix linting for Modules/gcmodule.c (#116691)Pablo Galindo Salgado2024-03-131-1/+1
* [3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...Pablo Galindo Salgado2024-03-121-0/+3
* [3.12] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...Miss Islington (bot)2024-03-121-32/+36
* [3.12] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) ...Miss Islington (bot)2024-03-111-31/+30
* [3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posix...Miss Islington (bot)2024-03-091-6/+17
* [3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...Miss Islington (bot)2024-03-081-1/+1
* [3.12] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...Miss Islington (bot)2024-03-071-9/+19
* [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-065-2/+155
* [3.12] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...Miss Islington (bot)2024-03-061-26/+29
* gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...Miss Islington (bot)2024-03-042-2/+2
* [3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308) (gh-...Miss Islington (bot)2024-03-041-3/+3
* [3.12] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...Miss Islington (bot)2024-02-291-5/+60
* [3.12] gh-115886: Handle embedded null characters in shared memory name (GH-1...Serhiy Storchaka2024-02-251-2/+12
* [3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)...Miss Islington (bot)2024-02-231-0/+2