cpython/Misc/NEWS.d/next/Library
Christoph Anton Mitterer 367f552129
gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Co-authored-by: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-11-13 20:12:32 -08:00
..
2019-09-03-15-45-19.bpo-36267.z42Ex7.rst gh-80448: argparse: Fix IndexError on store_true action (#15656) 2022-11-11 17:51:38 -08:00
2020-04-30-02-15-08.bpo-40358.A4ygqe.rst gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813) 2022-10-28 16:20:14 -07:00
2020-10-23-22-20-52.bpo-38523.CrkxLh.rst bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937) 2022-11-07 11:45:16 +00:00
2022-05-03-11-32-29.gh-issue-91803.pI4Juv.rst gh-91803: Mock - fix error when using autospec methods with seal (#92213) 2022-11-07 07:24:46 +00:00
2022-05-08-08-47-32.gh-issue-92452.3pNHe6.rst gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS 2022-10-28 19:17:04 +01:00
2022-06-14-22-46-05.gh-issue-83638.73xfGK.rst gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823) 2022-11-12 23:44:41 +01:00
2022-06-23-15-31-49.gh-issue-94172.AXE2IZ.rst gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173) 2022-11-03 18:32:25 +01:00
2022-06-23-15-36-49.gh-issue-94172.DzQk0s.rst gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173) 2022-11-03 18:32:25 +01:00
2022-08-23-03-13-18.gh-issue-96192.TJywOF.rst gh-96192: fix os.ismount() to use a path that is str or bytes (#96194) 2022-11-13 20:12:32 -08:00
2022-09-05-17-08-56.gh-issue-72719.jUpzF3.rst gh-72719: Remove asyncore and asynchat modules (#96580) 2022-11-08 16:48:58 +01:00
2022-10-08-19-39-27.gh-issue-98086.y---WC.rst gh-98086: Now ``patch.dict`` can decorate async functions (#98095) 2022-11-11 08:04:30 +00:00
2022-10-10-07-07-31.gh-issue-96151.K9fwoq.rst gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143) 2022-10-31 08:31:01 -04:00
2022-10-15-10-43-45.gh-issue-98284.SaVHTd.rst gh-98284: better error message for undefined abstractmethod (#97971) 2022-11-05 09:31:57 -07:00
2022-10-25-07-00-31.gh-issue-98658.nGABW9.rst gh-98658: Add __class_getitem__ to array.array (#98661) 2022-10-31 21:10:18 -07:00
2022-10-25-20-17-34.gh-issue-98624.YQUPFy.rst gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688) 2022-10-28 08:51:18 +01:00
2022-10-26-07-51-55.gh-issue-98703.0hW773.rst gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) 2022-10-27 10:37:12 +08:00
2022-10-27-12-56-38.gh-issue-98740.ZoqqGM.rst gh-98740: Fix validation of conditional expressions in RE (GH-98764) 2022-11-03 09:23:46 +02:00
2022-10-28-23-44-17.gh-issue-98744.sGHDWm.rst gh-98744: Prevent column-level decoding crashes on traceback module (#98824) 2022-10-29 13:28:20 +01:00
2022-10-29-03-40-18.gh-issue-98793.WSPB4A.rst gh-98793: Fix typecheck in `overlapped.c` (#98835) 2022-10-29 21:34:46 -07:00
2022-10-29-09-42-20.gh-issue-90352.t8QEPt.rst GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#98844) 2022-10-29 09:43:42 -07:00
2022-10-30-15-26-33.gh-issue-98139.qtm-9T.rst gh-98139: enhance namespace package repr 2022-11-06 22:13:40 +00:00
2022-10-30-22-42-48.gh-issue-98878.fgrykp.rst gh-98878: Use builtins from the bound frame when offering a suggestion (#98880) 2022-10-31 13:27:13 +00:00
2022-10-31-12-34-03.gh-issue-98897.rgNn4x.rst GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) 2022-10-31 21:18:32 -05:00
2022-11-02-05-52-36.gh-issue-83004.LBl79O.rst gh-83004: Clean up refleak in _io initialisation (#98840) 2022-11-03 07:29:11 -07:00
2022-11-02-05-53-25.gh-issue-83004.qc_KHr.rst gh-83004: Clean up refleak in _pickle initialisation (#98841) 2022-11-06 06:05:13 -08:00
2022-11-02-05-54-02.gh-issue-83004.0v8iyw.rst gh-83004: Clean up refleak in _zoneinfo initialisation (#98842) 2022-11-06 06:04:36 -08:00
2022-11-02-18-27-13.gh-issue-98999.Ai2KDh.rst gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009) 2022-11-03 12:03:12 +09:00
2022-11-03-15-28-07.gh-issue-92584.m5ctkm.rst gh-92584: Remove the distutils package (#99061) 2022-11-03 19:27:27 +01:00
2022-11-05-17-16-40.gh-issue-99134.Msgspf.rst gh-99134: Update bundled pip to 22.3.1 (gh-99135) 2022-11-05 17:50:39 +00:00
2022-11-05-23-16-15.gh-issue-93464.ucd4vP.rst gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148) 2022-11-05 18:01:08 -07:00
2022-11-06-12-44-51.gh-issue-99155.vLZOzi.rst GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH99156) 2022-11-06 20:56:41 -06:00
2022-11-08-11-15-37.gh-issue-99248.1vt8xI.rst gh-99248: [Enum] fix negative number infinite loop (GH-99256) 2022-11-08 12:00:19 -08:00
2022-11-09-08-40-52.gh-issue-99277.J1P44O.rst gh-99277: remove older version of `get_write_buffer_limits` (#99280) 2022-11-10 08:07:17 -08:00
2022-11-09-12-16-35.gh-issue-99275.klOqoL.rst gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283) 2022-11-13 11:22:45 -08:00
2022-11-09-20-48-42.gh-issue-74044.zBj26K.rst gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736) 2022-11-10 12:32:01 +00:00
2022-11-10-11-51-39.gh-issue-99305.6LzQc3.rst gh-99305: Speed up secrets.token_hex() ~2x (#99306) 2022-11-11 14:45:24 -08:00
2022-11-11-18-23-41.gh-issue-94597.m6vMDK.rst GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386) 2022-11-11 23:17:53 -08:00
2022-11-12-15-45-51.gh-issue-99418.FxfAXS.rst gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an alphabetical ASCII character. (#99421) 2022-11-13 10:25:55 -08:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

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

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