summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix thread locks in zlib module may go wrong in rare case (#22130)Ma Lin2021-04-261-4/+4
* [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent ...Christian Heimes2021-04-231-7/+16
* bpo-38822: Check specifically for a drive, not just a colon (GH-25540)Miss Islington (bot)2021-04-221-2/+2
* bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)Miss Islington (bot)2021-04-221-2/+21
* bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...Miss Islington (bot)2021-04-211-1/+1
* [3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...Christian Heimes2021-04-171-0/+5
* [3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...Miss Islington (bot)2021-04-132-24/+24
* [3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)Christian Heimes2021-04-093-0/+14966
* bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)Miss Islington (bot)2021-04-091-0/+8
* bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...Miss Islington (bot)2021-04-091-0/+7
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-072-1/+95
* bpo-33164: blake2: Fix Coverity scan (GH-25060)Miss Islington (bot)2021-03-304-4/+4
* 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-281-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-032-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-231-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-261-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