cpython/Misc/NEWS.d/next/Library
Paul Moore b2862950dc
gh-103559: Update bundled pip version to 23.1.1 (gh-103560)
* Update bundled pip version to 23.1
* Update to pip 23.1.1
2023-04-22 12:19:23 +01:00
..
2018-07-16-14-10-29.bpo-22708.592iRR.rst gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305) 2023-04-04 21:55:24 -07:00
2021-11-07-15-31-25.bpo-23041.564i32.rst gh-67230: add quoting rules to csv module (GH-29469) 2023-04-12 15:32:30 -07:00
2021-12-03-23-00-56.bpo-44844.tvg2VY.rst bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module (GH-29908) 2023-04-04 17:00:03 +01:00
2022-11-10-16-26-47.gh-issue-99353.DQFjnt.rst gh-99352: Respect http.client.HTTPConnection.debuglevel in urllib.request.AbstractHTTPHandler (#99353) 2023-04-20 19:04:25 -07:00
2023-01-14-17-54-56.gh-issue-95299.vUhpKz.rst gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039) 2023-04-17 23:43:34 -05:00
2023-02-06-16-45-18.gh-issue-83861.mMbIU3.rst gh-83861: Fix datetime.astimezone() method (GH-101545) 2023-04-19 14:02:29 -07:00
2023-02-17-21-14-40.gh-issue-78079.z3Szr6.rst GH-78079: Fix UNC device path root normalization in pathlib (GH-102003) 2023-04-14 21:55:41 +01:00
2023-02-21-14-57-34.gh-issue-102114.uUDQzb.rst gh-102114: Make dis print more concise tracebacks for syntax errors in str inputs (#102115) 2023-04-15 06:53:31 +01:00
2023-03-06-18-49-57.gh-issue-101362.eSSy6L.rst GH-101362: Omit path anchor from pathlib.PurePath()._parts (GH-102476) 2023-04-09 18:40:03 +01:00
2023-03-24-20-49-48.gh-issue-103000.6eVNZI.rst gh-103000: Optimise dataclasses asdict/astuple for common types (#103005) 2023-04-10 22:50:58 +01:00
2023-03-31-01-13-00.gh-issue-103143.6eMluy.rst gh-103143: Polish pdb help messages and doc strings (GH-103144) 2023-04-11 15:40:30 -07:00
2023-04-01-23-01-31.gh-issue-103176.FBsdxa.rst gh-103176: sys._current_exceptions() returns mapping to exception instances instead of exc_info tuples (#103177) 2023-04-11 09:38:37 +01:00
2023-04-02-17-51-08.gh-issue-103193.xrZbM1.rst gh-103193: Micro-optimise helper functions for inspect.getattr_static (#103195) 2023-04-05 08:27:01 +01:00
2023-04-02-22-04-26.gh-issue-75586.526iJm.rst GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179) 2023-04-04 23:24:13 +01:00
2023-04-03-21-08-53.gh-issue-103220.OW_Bj5.rst GH-103220: Fix ntpath.join() of partial UNC drive with trailing slash (GH-103221) 2023-04-11 17:26:45 +01:00
2023-04-03-23-43-12.gh-issue-103092.3xqk4y.rst gh-103092: Isolate socket module (#103094) 2023-04-09 06:33:52 +05:30
2023-04-03-23-44-34.gh-issue-102978.gy9eVk.rst gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (#103228) 2023-04-13 08:37:57 +01:00
2023-04-04-12-43-38.gh-issue-93910.jurMzv.rst gh-93910: [Enum] remove member.member deprecation (GH-103236) 2023-04-05 17:33:52 -07:00
2023-04-04-21-27-51.gh-issue-103092.7s7Bzf.rst gh-103092: Isolate winsound (#103249) 2023-04-10 23:01:05 +02:00
2023-04-04-21-44-25.gh-issue-103092.Dz0_Xn.rst gh-103092: Isolate msvcrt (#103248) 2023-04-12 12:41:21 +02:00
2023-04-05-01-28-53.gh-issue-103225.QD3JVU.rst gh-103225: Fixed zero lineno issue for pdb (#103265) 2023-04-07 18:57:46 +01:00
2023-04-06-16-55-51.gh-issue-102778.BWeAmE.rst gh-102778: IDLE - make sys.last_exc available in Shell after traceback (#103314) 2023-04-19 01:05:52 -04:00
2023-04-06-17-28-36.gh-issue-103256.1syxfs.rst gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286) 2023-04-07 10:51:29 +09:00
2023-04-07-15-09-26.gh-issue-74690.0f886b.rst gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348) 2023-04-07 22:06:37 +01:00
2023-04-07-15-15-40.gh-issue-74690.un84hh.rst gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348) 2023-04-07 22:06:37 +01:00
2023-04-08-00-48-40.gh-issue-103092.5EFts0.rst gh-103092: Isolate winreg (#103250) 2023-04-17 12:30:48 -06:00
2023-04-08-01-33-12.gh-issue-103357.vjin28.rst gh-103357: Add logging.Formatter defaults support to logging.config fileConfig and dictConfig (GH-103359) 2023-04-12 08:35:56 +01:00
2023-04-09-06-59-36.gh-issue-103092.vskbro.rst gh-103092: Isolate _collections (#103093) 2023-04-12 18:21:28 +05:30
2023-04-11-21-38-39.gh-issue-103449.-nxmhb.rst gh-103449: Fix a bug in dataclass docstring generation (#103454) 2023-04-17 17:33:22 -06:00
2023-04-12-06-00-02.gh-issue-103462.w6yBlM.rst gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when data is still pending (#103463) 2023-04-13 10:16:52 +05:30
2023-04-12-17-59-55.gh-issue-103365.UBEE0U.rst gh-103365: [Enum] STRICT boundary corrections (GH-103494) 2023-04-13 08:24:33 -07:00
2023-04-15-11-21-38.gh-issue-103559.a9rYHG.rst gh-103559: Update bundled pip version to 23.1.1 (gh-103560) 2023-04-22 12:19:23 +01:00
2023-04-15-12-19-14.gh-issue-103556.TEf-2m.rst gh-103556: [inspect.Signature] disallow pos-or-kw params without default after pos-only with default (#103557) 2023-04-21 23:45:10 -06:00
2023-04-16-19-48-21.gh-issue-103584.3mBTuM.rst Sync with importlib_metadata 6.5 (GH-103584) 2023-04-20 22:12:48 -04:00
2023-04-17-14-47-28.gh-issue-103596.ME1y3_.rst gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600) 2023-04-18 16:19:23 -07:00
README.rst

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

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