summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-105375: Improve error handling in _elementtree (GH-105591) (#105600)Miss Islington (bot)2023-06-091-3/+7
* [3.12] gh-105375: Improve errnomodule error handling (#105590) (#105596)Erlend E. Aasland2023-06-091-2/+5
* [3.12] gh-105375: Improve _pickle error handling (#105475) (#105584)Erlend E. Aasland2023-06-091-12/+27
* [3.12] gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-10...Miss Islington (bot)2023-06-071-1/+1
* [3.12] Fix grammar and improve clarity for an deprecation message. (GH-105457...Miss Islington (bot)2023-06-071-2/+2
* [3.12] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...Miss Islington (bot)2023-06-071-3/+5
* [3.12] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105343)Miss Islington (bot)2023-06-061-2/+21
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-061-1/+1
* [3.12] gh-104690 Disallow thread creation and fork at interpreter finalizatio...Miss Islington (bot)2023-06-043-2/+30
* [3.12] gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static...Miss Islington (bot)2023-06-021-1/+3
* [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...Miss Islington (bot)2023-06-011-0/+45
* [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...Miss Islington (bot)2023-06-011-0/+23
* [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Miss Islington (bot)2023-06-014-3/+8775
* [3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)Miss Islington (bot)2023-06-012-0/+6
* [3.12] gh-102251: Explicitly free state for test modules with state in test_i...Miss Islington (bot)2023-05-311-1/+21
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Miss Islington (bot)2023-05-302-1/+164
* [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...Irit Katriel2023-05-302-1/+49
* [3.12] gh-102251: Fix reference leak in _testsinglephase initialization (GH-1...Miss Islington (bot)2023-05-301-1/+3
* gh-104820: Fixes os.stat on Windows to better handle file systems that do not...Miss Islington (bot)2023-05-291-4/+8
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Miss Islington (bot)2023-05-292-1/+159
* [3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104...Miss Islington (bot)2023-05-261-1/+43
* [3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942)Miss Islington (bot)2023-05-251-1/+18
* [3.12] gh-99108: Refresh HACL* (GH-104808) (#104893)Miss Islington (bot)2023-05-2414-140/+214
* [3.12] gh-104372: use == -1 before PyErr_Occurred (GH-104831) (#104833)Miss Islington (bot)2023-05-241-1/+1
* [3.12] gh-103295: fix stack overwrite on 32-bit in perf map test harness (GH-...Miss Islington (bot)2023-05-231-4/+9
* [3.12] gh-99108: Release the GIL around hashlib built-in computation (GH-1046...Miss Islington (bot)2023-05-236-15/+204
* GH-103092: isolate `_ssl` (#104725)Kumar Aditya2023-05-223-14/+21
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-214-29/+52
* gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...Hugo van Kemenade2023-05-211-1/+1
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+13
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+27
* gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)Dong-hee Na2023-05-212-97/+531
* gh-104698: Fix reference leak in mmapmodule.c (#104700)Kirill Podoprigora2023-05-211-3/+19
* gh-104372: Use non-Raw malloc for c_fds_to_keep in _posixsubprocess (#104697)Gregory P. Smith2023-05-201-2/+2
* gh-103987: fix several crashes in mmap module (#103990)Prince Roshan2023-05-201-2/+13
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-192-12/+152
* gh-103839: Allow building Tkinter against Tcl 8.7 without external libtommath...Christopher Chavez2023-05-191-0/+3
* gh-104645: fix error handling in marshal tests (#104646)Irit Katriel2023-05-191-18/+14
* GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...Mark Shannon2023-05-191-0/+28
* GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...Ronald Oussoren2023-05-191-0/+12
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-181-1/+4
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-182-12/+18
* GH-96803: Document and test new unstable internal frame API functions (GH-104...Mark Shannon2023-05-181-0/+36
* gh-104372: Cleanup _posixsubprocess `make_inheritable` for async signal safet...Gregory P. Smith2023-05-171-34/+91
* GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...Mark Shannon2023-05-171-1541/+12
* gh-104469: Update README.txt for _testcapi (gh-104529)Dong-hee Na2023-05-171-0/+7
* GH-103092: isolate `_elementtree` (#104561)Kumar Aditya2023-05-161-43/+42
* GH-103092: isolate `pyexpat` (#104506)Kumar Aditya2023-05-161-8/+21
* GH-104510: Fix refleaks in `_io` base types (#104516)Kumar Aditya2023-05-163-26/+6
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-163-1/+29