summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-...Łukasz Langa2023-09-041-29/+0
* [3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)Miss Islington (bot)2023-09-026-93/+48
* [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...Erlend E. Aasland2023-08-292-2/+9
* [3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)Erlend E. Aasland2023-08-272-3/+12
* [3.12] Clarify distinction between datetime module and class in deprecation m...Miss Islington (bot)2023-08-271-4/+4
* [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...Miss Islington (bot)2023-08-2614-73/+122
* [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...Erlend E. Aasland2023-08-222-5/+39
* [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Miss Islington (bot)2023-08-202-1/+105
* [3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() an...Erlend E. Aasland2023-08-191-31/+75
* [3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)Erlend E. Aasland2023-08-192-8/+22
* [3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)Steve Dower2023-08-161-1/+3
* [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...Serhiy Storchaka2023-08-165-163/+868
* [3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...Serhiy Storchaka2023-08-161-0/+41
* [3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)Serhiy Storchaka2023-08-162-16/+30
* [3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif...Serhiy Storchaka2023-08-161-0/+4
* [3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...Miss Islington (bot)2023-08-111-3/+11
* [3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via...Miss Islington (bot)2023-08-031-0/+4
* [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#...Charlie Zhao2023-07-311-3/+26
* [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ...Łukasz Langa2023-07-311-0/+29
* [3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10...justdan62023-07-281-1/+1
* [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)Miss Islington (bot)2023-07-272-7/+25
* [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...Miss Islington (bot)2023-07-273-15/+5
* [3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...Miss Islington (bot)2023-07-261-2/+3
* [3.12] gh-47146: Fix reference counting in _testcapi.structmember initializer...Miss Islington (bot)2023-07-211-1/+1
* [3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768...Serhiy Storchaka2023-07-188-43/+35
* [3.12] gh-86493: Fix possible leaks in modules initialization: _curses_panel,...Serhiy Storchaka2023-07-184-60/+41
* [3.12] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-10...Miss Islington (bot)2023-07-171-3/+4
* [3.12] gh-106687: _ssl: use uint64_t for SSL options (GH-106700) (#106827)Miss Islington (bot)2023-07-171-26/+54
* [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525...Miss Islington (bot)2023-07-152-1/+120
* [3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)Serhiy Storchaka2023-07-101-1/+506
* [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)Miss Islington (bot)2023-07-101-0/+25
* [3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544)Miss Islington (bot)2023-07-081-0/+2
* [3.12] gh-91053: make func watcher tests resilient to other func watchers (GH...Miss Islington (bot)2023-07-031-12/+11
* [3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)Miss Islington (bot)2023-06-291-0/+1
* [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...Kumar Aditya2023-06-261-4/+7
* [3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...Serhiy Storchaka2023-06-242-7/+8
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-144-5/+128
* [3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...Miss Islington (bot)2023-06-131-7/+7
* [3.12] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...Erlend E. Aasland2023-06-131-13/+18
* [3.12] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...Miss Islington (bot)2023-06-121-37/+53
* [3.12] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-121-1/+13
* [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...Miss Islington (bot)2023-06-121-0/+13
* [3.12] gh-105375: Harden pyexpat initialisation (#105606) (#105669)Erlend E. Aasland2023-06-111-7/+11
* [3.12] gh-105375: Improve error handling in _ctypes (GH-105593) (#105663)Miss Islington (bot)2023-06-111-4/+14
* [3.12] gh-105375: Improve posix error handling (GH-105592) (#105598)Miss Islington (bot)2023-06-111-4/+8
* [3.12] gh-105375: Improve _decimal error handling (GH-105605) (#105647)Miss Islington (bot)2023-06-111-1/+5
* [3.12] gh-105375: Harden _datetime initialisation (GH-105604) (#105645)Miss Islington (bot)2023-06-111-5/+30
* [3.12] gh-105375: Harden _ssl initialisation (GH-105599) (#105642)Miss Islington (bot)2023-06-111-5/+11
* [3.12] gh-105375: Improve array.array exception handling (GH-105594) (#105644)Miss Islington (bot)2023-06-111-3/+5
* [3.12] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...Miss Islington (bot)2023-06-091-6/+11