cpython/Misc/NEWS.d/next/Library
Thomas Bininda 1e4680ce52
gh-112516: Update bundled pip version to 23.3.1 (gh-112517)
2023-12-04 18:27:57 +01:00
..
2020-03-09-15-08-29.bpo-39912.xPOBBY.rst bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter() (GH-18878) 2023-12-01 11:17:47 +00:00
2020-05-21-23-32-46.bpo-40262.z4fQv1.rst gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) 2023-11-27 19:15:39 +02:00
2020-07-28-20-48-05.bpo-41422.iMwnMu.rst bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) 2023-11-27 18:09:41 +00:00
2021-11-23-22-22-49.bpo-32731.kNOASr.rst gh-76912: Raise OSError from any failure in getpass.getuser() (#29739) 2023-11-27 10:05:55 -08:00
2023-04-29-20-49-13.gh-issue-104003.-8Ruk2.rst gh-104003: Implement PEP 702 (#104004) 2023-11-29 09:38:29 -08:00
2023-09-23-14-40-51.gh-issue-109786.UX3pKv.rst gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) 2023-12-04 11:47:55 +00:00
2023-11-05-20-09-27.gh-issue-99367.HLaWKo.rst gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762) 2023-11-27 23:11:40 +00:00
2023-11-08-16-11-04.gh-issue-110275.Bm6GwR.rst gh-110275: Named tuple's __replace__() now raises TypeError for invalid arguments (GH-110299) 2023-12-04 13:30:32 +02:00
2023-11-08-18-53-07.gh-issue-68166.1iTh4Y.rst gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393) 2023-11-27 20:57:33 +02:00
2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst gh-111874: Call `__set_name__` on objects that define the method inside a `typing.NamedTuple` class dictionary as part of the creation of that class (#111876) 2023-11-27 16:34:44 +00:00
2023-11-15-01-36-04.gh-issue-106922.qslOVH.rst gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097) 2023-12-01 22:18:16 +00:00
2023-11-15-04-53-37.gh-issue-112105.I3RcVN.rst gh-112105: Make completer delims work on libedit (gh-112106) 2023-11-28 06:23:23 +00:00
2023-11-16-10-42-15.gh-issue-112139.WpHosf.rst gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143) 2023-12-02 15:39:43 -08:00
2023-11-16-17-18-09.gh-issue-112137.QvjGjN.rst gh-112137: change dis output to display labels instead of offsets (#112138) 2023-11-22 22:36:55 +00:00
2023-11-21-02-58-14.gh-issue-77621.MYv5XS.rst GH-77621: Delay some imports from pathlib (#112244) 2023-11-25 17:41:05 +00:00
2023-11-22-19-43-54.gh-issue-112292.5nDU87.rst gh-112292 : Catch import error conditions with readline hooks (gh-112313) 2023-11-27 18:58:53 -07:00
2023-11-22-23-08-47.gh-issue-81620.mfZ2Wf.rst Add extra tests for `random.binomialvariate` (gh-112325) 2023-11-23 12:31:03 -06:00
2023-11-23-10-41-21.gh-issue-112332.rhTBaa.rst gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333) 2023-11-28 08:03:25 +00:00
2023-11-23-12-37-22.gh-issue-112137.kM46Q6.rst gh-112137: change dis output to show no-lineno as -- instead of None (#112335) 2023-11-23 14:34:27 +00:00
2023-11-23-17-25-27.gh-issue-112345.FFApHx.rst gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method members (#112344) 2023-11-24 09:46:08 +00:00
2023-11-24-09-27-01.gh-issue-112361.kYtnHW.rst GH-112361: Speed up pathlib by removing some temporary objects. (#112362) 2023-11-25 17:19:38 +00:00
2023-11-24-21-00-24.gh-issue-94722.GMIQIn.rst gh-94722: fix DocTest.__eq__ for case of no line number on one side (#112385) 2023-11-25 17:23:43 +00:00
2023-11-25-20-29-28.gh-issue-112405.cOtzxC.rst gh-112405: Optimise `pathlib.Path.relative_to` (#112406) 2023-11-26 15:56:03 +00:00
2023-11-26-13-26-56.gh-issue-112358.smhaeZ.rst gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424) 2023-11-26 14:29:52 +00:00
2023-11-26-13-44-19.gh-issue-112414.kx2E7S.rst gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported with a custom loader (#112425) 2023-11-27 08:19:29 +00:00
2023-11-27-12-41-23.gh-issue-63284.q2Qi9q.rst gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181) 2023-11-27 04:01:44 +00:00
2023-11-28-20-01-33.gh-issue-112509.QtoKed.rst gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (#112512) 2023-11-29 09:36:48 -08:00
2023-11-29-02-26-32.gh-issue-112510.j-zXGc.rst gh-112510: Add `readline.backend` for the backend readline uses (GH-112511) 2023-12-01 14:05:55 +00:00
2023-11-29-10-51-41.gh-issue-112516.rFKUKN.rst gh-112516: Update bundled pip version to 23.3.1 (gh-112517) 2023-12-04 18:27:57 +01:00
2023-12-01-08-28-09.gh-issue-112578.bfNbfi.rst gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) 2023-12-03 13:09:29 +02:00
2023-12-01-16-09-59.gh-issue-81194.FFad1c.rst bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) 2023-12-01 15:16:49 +00:00
2023-12-02-12-55-17.gh-issue-112618.7_FT8-.rst gh-112618: Make `Annotated` cache typed (#112619) 2023-12-02 16:10:19 +00:00
2023-12-03-12-41-48.gh-issue-112645.blMsKf.rst gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) 2023-12-03 14:02:37 +00:00
2023-12-04-14-05-24.gh-issue-74690.eODKRm.rst gh-74690: Optimise `isinstance()` and `issubclass()` calls against runtime-checkable protocols by avoiding costly `super()` calls (#112708) 2023-12-04 15:41:41 +00:00
README.rst

README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/