summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-...Łukasz Langa2023-08-241-29/+0
* [3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)Hugo van Kemenade2023-08-2216-109/+109
* [3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)Miss Islington (bot)2023-08-221-3/+0
* [3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...Erlend E. Aasland2023-08-222-5/+39
* [3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)Erlend E. Aasland2023-08-192-8/+22
* [3.11] gh-100061: Proper fix of the bug in the matching of possessive quantif...Serhiy Storchaka2023-08-161-0/+4
* [3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)Steve Dower2023-08-151-1/+3
* [3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875)Serhiy Storchaka2023-08-121-12/+14
* [3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...Serhiy Storchaka2023-08-071-0/+41
* [3.11] gh-107077: Raise SSLCertVerificationError even if the error is set via...Miss Islington (bot)2023-08-031-0/+4
* [3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#...Charlie Zhao2023-07-311-3/+27
* [3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ...Łukasz Langa2023-07-311-0/+29
* [3.11] gh-106881: Check for linux/limits.h before including it (#107397) (#10...justdan62023-07-281-1/+1
* [3.11] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107356)Miss Islington (bot)2023-07-282-7/+25
* [3.11] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...Miss Islington (bot)2023-07-261-2/+3
* [3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...Serhiy Storchaka2023-07-251-1/+36
* [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768...Serhiy Storchaka2023-07-198-43/+34
* [3.11] gh-86493: Fix possible leaks in modules initialization: _curses_panel,...Serhiy Storchaka2023-07-184-84/+43
* [3.11] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-10...Miss Islington (bot)2023-07-171-3/+4
* [3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#10...Dennis Sweeney2023-07-152-1/+120
* [3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...Serhiy Storchaka2023-06-241-6/+7
* [3.11] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...Erlend E. Aasland2023-06-131-13/+18
* [3.11] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...Erlend E. Aasland2023-06-131-37/+52
* [3.11] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-121-1/+13
* [3.11] gh-105375: Harden pyexpat initialisation (#105606) (#105668)Erlend E. Aasland2023-06-111-9/+11
* [3.11] gh-105375: Improve error handling in _ctypes (GH-105593) (#105664)Miss Islington (bot)2023-06-111-4/+14
* [3.11] gh-105375: Harden _ssl initialisation (#105599) (#105651)Erlend E. Aasland2023-06-111-6/+15
* [3.11] gh-105375: Improve _decimal error handling (GH-105605) (#105648)Miss Islington (bot)2023-06-111-1/+5
* [3.11] gh-105375: Harden _datetime initialisation (GH-105604) (#105646)Miss Islington (bot)2023-06-111-5/+30
* [3.11] gh-105375: Improve array.array exception handling (GH-105594) (#105643)Miss Islington (bot)2023-06-111-3/+5
* [3.11] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...Miss Islington (bot)2023-06-091-6/+11
* [3.11] gh-105375: Improve error handling in _elementtree (GH-105591) (#105601)Miss Islington (bot)2023-06-091-3/+7
* [3.11] gh-105375: Improve posix error handling (GH-105592) (#105597)Miss Islington (bot)2023-06-091-4/+8
* [3.11] gh-105375: Improve errnomodule error handling (#105590) (#105595)Erlend E. Aasland2023-06-091-2/+5
* [3.11] gh-105375: Improve _pickle error handling (#105475) (#105583)Erlend E. Aasland2023-06-091-12/+27
* [3.11] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...Miss Islington (bot)2023-06-071-3/+5
* [3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)Miss Islington (bot)2023-06-061-2/+21
* [3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-012-2/+167
* [3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal ...Gregory P. Smith2023-05-241-34/+91
* [3.11] Add IPv6 into to the docstring for socket.getsockname (GH-102961) (#10...Miss Islington (bot)2023-05-221-1/+2
* [3.11] gh-104698: Fix reference leak in mmapmodule.c (GH-104700) (#104710)Miss Islington (bot)2023-05-211-3/+19
* [3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)Miss Islington (bot)2023-05-211-1/+2
* [3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)Miss Islington (bot)2023-05-201-2/+13
* [3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH...Mark Shannon2023-05-191-0/+28
* [3.11] gh-104645: fix error handling in marshal tests (GH-104646) (#104663)Miss Islington (bot)2023-05-191-18/+14
* [3.11] GH-104308: socket.getnameinfo should release the GIL (GH-104307) (#104...Miss Islington (bot)2023-05-081-0/+2
* [3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (G...Miss Islington (bot)2023-05-081-2/+2
* [3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit...Erlend E. Aasland2023-05-082-9/+26
* [3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) ...Dong-hee Na2023-05-051-0/+8
* gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-1...Miss Islington (bot)2023-04-081-3/+8