summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)Dong-hee Na2020-01-141-0/+2
* bpo-38901: Allow setting a venv's prompt to the basename of the current direc...Vinay Sajip2020-01-141-0/+3
* bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)Václav Bartoš2020-01-141-0/+1
* bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)Dong-hee Na2020-01-141-0/+3
* bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)Dong-hee Na2020-01-131-0/+3
* bpo-39310: Add math.ulp(x) (GH-17965)Victor Stinner2020-01-131-0/+1
* bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-...Batuhan Taşkaya2020-01-121-0/+2
* bpo-38293: Allow shallow and deep copying of property objects (GH-16438)Guðni Natan Gunnarsson2020-01-121-0/+1
* bpo-39288: Add math.nextafter(x, y) (GH-17937)Victor Stinner2020-01-121-0/+2
* bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)Dong-hee Na2020-01-111-0/+3
* bpo-39297: Update for importlib_metadata 1.4. (GH-17947)Jason R. Coombs2020-01-111-0/+1
* bpo-39259: poplib now rejects timeout = 0 (GH-17912)Dong-hee Na2020-01-101-0/+3
* bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)An Long2020-01-081-0/+1
* bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)Dong-hee Na2020-01-081-0/+3
* bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17...Dong-hee Na2020-01-071-0/+2
* bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)Dong-hee Na2020-01-071-0/+5
* bpo-39198: Ensure logging global lock is released on exception in isEnabledFo...Derek Brown2020-01-071-0/+1
* bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)Victor Stinner2020-01-071-0/+2
* bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851)Jason R. Coombs2020-01-061-0/+1
* bpo-39152: add missing ttk.Scale.configure return value (GH-17815)Terry Jan Reedy2020-01-051-0/+2
* bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH...Serhiy Storchaka2020-01-051-0/+2
* bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)Serhiy Storchaka2020-01-051-0/+2
* bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)Serhiy Storchaka2020-01-051-0/+2
* bpo-28367: Add additional baud rates for termios (GH-13142)Anthony Shaw2020-01-041-0/+13
* Fix #39191: Don't spawn a task before failing (#17796)Andrew Svetlov2020-01-041-0/+3
* bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)Raymond Hettinger2020-01-031-0/+1
* bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)Vinay Sajip2020-01-011-0/+5
* bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-1...Batuhan Taşkaya2019-12-301-0/+1
* bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558)Batuhan Taşkaya2019-12-301-0/+2
* Fix import path for asyncio.TimeoutError (#17691)Andrew Svetlov2019-12-241-0/+1
* bpo-38914 Do not require email field in setup.py. (GH-17388)Jürgen Gmach2019-12-231-0/+5
* bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)Bar Harel2019-12-221-0/+2
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-1840-93/+0
* bpo-38348: Extend command line options of ast parsing tool (GH-16540)Batuhan Taşkaya2019-12-161-0/+2
* bpo-38811: Check for presence of os.link method in pathlib (GH-17225)Toke Høiland-Jørgensen2019-12-161-0/+1
* bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)Xtreak2019-12-151-0/+1
* bpo-36406: Handle namespace packages in doctest (GH-12520)Xtreak2019-12-131-0/+1
* bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)Jason R. Coombs2019-12-111-0/+1
* bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)Yury Selivanov2019-12-091-0/+1
* bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)Victor Stinner2019-12-091-0/+2
* bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)Victor Stinner2019-12-091-0/+3
* bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)Abhilash Raj2019-12-091-0/+1
* bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)Abhilash Raj2019-12-091-0/+3
* bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)Batuhan Taşkaya2019-12-081-0/+1
* bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)AMIR2019-12-081-0/+1
* bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)Christian Heimes2019-12-071-0/+2
* Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python v...Andrew Svetlov2019-12-071-0/+2
* bpo-38529: Fix asyncio stream warning (GH-17474)Andrew Svetlov2019-12-071-0/+2
* bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)Batuhan Taşkaya2019-12-071-0/+2
* bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)Victor Stinner2019-12-061-0/+5