summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.8] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97013)Miss Islington (bot)2022-10-047-17/+27
* [3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#9...Erlend Egeberg Aasland2022-05-161-14/+32
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-...Miss Islington (bot)2022-03-081-0/+5
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)Miss Islington (bot)2022-03-082-14/+155
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)Miss Islington (bot)2022-03-025-62/+132
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)Dong-hee Na2022-02-215-29/+235
* bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...Miss Islington (bot)2021-08-301-3/+26
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)Miss Islington (bot)2021-08-2920-176/+1367
* Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...Miss Islington (bot)2021-08-271-1/+1
* bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...Erlend Egeberg Aasland2021-05-022-9/+5
* bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...Miss Islington (bot)2021-05-021-1/+2
* [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)Ned Deily2021-05-026-26/+178
* Fix thread locks in zlib module may go wrong in rare case (#22132)Ma Lin2021-04-261-4/+4
* [3.8] 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-231-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
* bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...Miss Islington (bot)2021-04-211-1/+1
* [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...Christian Heimes2021-04-171-0/+5
* [3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...Christian Heimes2021-04-132-20/+22
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-092-1/+102
* [3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311)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
* [3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case...Miss Islington (bot)2021-04-091-0/+7
* bpo-33164: blake2: Fix Coverity scan (GH-25060)Miss Islington (bot)2021-03-294-4/+4
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-212-0/+6
* [3.8] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24...Pablo Galindo2021-03-141-2/+2
* [3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)Pablo Galindo2021-03-101-0/+11
* [3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Antoine Pitrou2021-03-061-15/+39
* 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)Miss Islington (bot)2021-02-151-0/+23
* bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429)Miss Islington (bot)2021-02-151-1/+3
* bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...Miss Islington (bot)2021-02-144-4/+4
* [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...Miss Islington (bot)2021-01-311-1/+3
* closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...Miss Islington (bot)2021-01-181-32/+19
* [3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24...Serhiy Storchaka2021-01-051-8/+18
* [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...Serhiy Storchaka2021-01-042-41/+29
* [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)Serhiy Storchaka2021-01-011-8/+8
* [3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12...Serhiy Storchaka2021-01-012-21/+24
* [3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...Miss Islington (bot)2020-12-261-1/+53
* 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-23389)Miss Islington (bot)2020-12-171-4/+4
* bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)Brandt Bucher2020-12-072-0/+32
* 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) (G...Victor Stinner2020-11-171-5/+47
* [3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)Jakub Stasiak2020-11-121-0/+18
* [3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145)Jakub KulĂ­k2020-11-041-0/+17
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Skeleton (bot)2020-10-261-2/+5
* bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)Miss Skeleton (bot)2020-10-251-0/+1
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)Miss Skeleton (bot)2020-10-201-3/+22