summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.13Łukasz Langa2022-03-158-16/+0
* bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)Ned Deily2022-03-151-0/+1
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-...Miss Islington (bot)2022-03-081-0/+1
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)Miss Islington (bot)2022-03-081-0/+1
* bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)Miss Islington (bot)2022-03-021-0/+5
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)Sebastian Pipping2022-02-221-0/+1
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)Dong-hee Na2022-02-211-0/+1
* [3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metad...Jason R. Coombs2022-02-141-0/+2
* bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) (GH-...Miss Islington (bot)2021-10-191-0/+4
* Python 3.8.12v3.8.12Łukasz Langa2021-08-301-2/+0
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-261-0/+2
* Python 3.8.11v3.8.11Łukasz Langa2021-06-281-2/+0
* [3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Pa...Łukasz Langa2021-05-121-0/+2
* Python 3.8.10v3.8.10Łukasz Langa2021-05-0322-41/+0
* bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...Miss Islington (bot)2021-05-021-0/+3
* [3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25783)Stéphane Bidoul2021-05-011-0/+1
* [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...Pete Wicken2021-04-261-0/+1
* Fix thread locks in zlib module may go wrong in rare case (#22132)Ma Lin2021-04-261-0/+1
* [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)Irit Katriel2021-04-261-0/+1
* bpo-43534: Fix the turtle module working with multiple root windows GH-25594Miss Islington (bot)2021-04-261-0/+1
* [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialog...Miss Islington (bot)2021-04-251-0/+2
* bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...Miss Islington (bot)2021-04-251-0/+2
* [3.8] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-2557...Stéphane Bidoul2021-04-241-0/+1
* bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)Miss Islington (bot)2021-04-231-0/+2
* [3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent ...Christian Heimes2021-04-231-0/+2
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Miss Islington (bot)2021-04-221-0/+6
* [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...Christian Heimes2021-04-171-0/+1
* bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) ...Miss Islington (bot)2021-04-161-0/+3
* [3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...Christian Heimes2021-04-131-0/+2
* [3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release...Ethan Furman2021-04-121-0/+1
* [3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311)Christian Heimes2021-04-091-0/+4
* bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)Miss Islington (bot)2021-04-091-0/+1
* [3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case...Miss Islington (bot)2021-04-091-0/+2
* [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218)Miss Islington (bot)2021-04-061-1/+1
* bpo-43176: Fix processing of empty dataclasses (GH-24484)Miss Islington (bot)2021-04-061-0/+1
* bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...Miss Islington (bot)2021-04-051-0/+2
* Merge tag 'v3.8.9' into 3.8Łukasz Langa2021-04-029-24/+0
|\
| * Python 3.8.9v3.8.9Łukasz Langa2021-04-029-24/+0
* | [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)Miss Islington (bot)2021-04-021-0/+1
|/
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-301-0/+2
* bpo-35930: Raising an exception raised in a "future" instance will create ref...Miss Islington (bot)2021-03-291-0/+2
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-211-0/+1
* [3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833)Senthil Kumaran2021-03-131-0/+8
* bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)Miss Islington (bot)2021-03-121-0/+2
* [3.8] bpo-37193: Remove thread objects which finished process its request (GH...Miss Islington (bot)2021-03-041-0/+2
* bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)Miss Islington (bot)2021-03-031-0/+2
* bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)Miss Islington (bot)2021-02-251-0/+3
* bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)Inada Naoki2021-02-221-0/+2
* Python 3.8.8rc1v3.8.8rc1Łukasz Langa2021-02-1617-29/+0
* bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429)Miss Islington (bot)2021-02-151-0/+1