summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-212-0/+6
* bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-...Serhiy Storchaka2021-03-163-0/+18
* bpo-39943: Fix MSVC warnings in sre extension (GH-20508)Miss Islington (bot)2021-03-142-3/+10
* [3.9] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24...Pablo Galindo2021-03-141-2/+2
* [3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)Pablo Galindo2021-03-101-0/+12
* [3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Miss Islington (bot)2021-03-061-1/+25
* bpo-43335: Update macro to check gcc version (GH-24662)Miss Islington (bot)2021-02-271-2/+2
* bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)Inada Naoki2021-02-221-3/+17
* bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)Miss Islington (bot)2021-02-161-0/+23
* bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...Miss Islington (bot)2021-02-124-4/+4
* bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo ...Miss Islington (bot)2021-02-051-6/+17
* bpo-43108: Fix a reference leak in the curses module (GH-24420)Miss Islington (bot)2021-02-031-1/+3
* bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) ...Miss Islington (bot)2021-02-011-2/+10
* [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...Serhiy Storchaka2021-01-311-1/+3
* bpo-43083: Fix error handling in _sqlite3 (GH-24395)Miss Islington (bot)2021-01-312-7/+19
* bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-2...Miss Islington (bot)2021-01-271-0/+3
* bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24...Miss Islington (bot)2021-01-271-1/+5
* bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)Miss Islington (bot)2021-01-201-0/+12
* closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...Miss Islington (bot)2021-01-181-32/+19
* [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (...Serhiy Storchaka2021-01-051-8/+18
* bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24...Miss Islington (bot)2021-01-041-1/+7
* [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...Serhiy Storchaka2021-01-042-41/+29
* bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)Miss Islington (bot)2020-12-293-11/+7
* bpo-42620: Improve socket.getsockname doc string (GH-23742)Miss Islington (bot)2020-12-221-2/+3
* bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23388)Miss Islington (bot)2020-12-171-4/+4
* bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) (GH-23804)Miss Islington (bot)2020-12-161-10/+4
* [3.9] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...Serhiy Storchaka2020-12-151-1/+53
* bpo-42536: GC track recycled tuples (GH-23623) (GH-23651)Brandt Bucher2020-12-072-0/+32
* Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)...Miss Islington (bot)2020-12-011-2/+9
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-228-254/+981
* bpo-40791: Make compare_digest more constant-time. (GH-20444)Miss Islington (bot)2020-11-211-1/+1
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)Victor Stinner2020-11-171-5/+47
* bpo-42237: Fix os.sendfile() on illumos (GH-23154)Miss Islington (bot)2020-11-121-0/+15
* bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)Miss Skeleton (bot)2020-11-041-0/+17
* [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...Miss Skeleton (bot)2020-10-251-2/+2
* bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)Miss Skeleton (bot)2020-10-251-0/+1
* [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...Serhiy Storchaka2020-10-252-35/+1
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)Miss Skeleton (bot)2020-10-201-3/+22
* bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)Miss Skeleton (bot)2020-10-191-3/+6
* bpo-41984: GC track all user classes (GH-22701/GH-22702)Miss Skeleton (bot)2020-10-141-0/+20
* bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)Miss Skeleton (bot)2020-10-131-1/+1
* [3.9] bpo-41867: List options for timespec in docstrings of isoformat methods...Miss Skeleton (bot)2020-10-031-4/+8
* [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...Łukasz Langa2020-09-241-0/+4
* bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-09-211-0/+4
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Islington (bot)2020-09-171-2/+5
* bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)Miss Islington (bot)2020-09-161-3/+2
* [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...Łukasz Langa2020-09-161-0/+19
* On path with known exact float, extract the double with the fast macro. (GH-2...Miss Islington (bot)2020-09-041-5/+10
* bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)Miss Islington (bot)2020-08-171-3/+3
* bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)Miss Islington (bot)2020-08-151-1/+1