cpython/Misc/NEWS.d/next/Library
Sebastian Berg 427c84f13f
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Some numerator types used (specifically NumPy) decides to not
return a Python boolean for the "a != b" operation. Using the equivalent
call to bool() guarantees a bool return also for such types.
2020-02-06 15:54:05 +01:00
..
2017-12-04-10-14-23.bpo-32173.e0C5dF.rst Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cache (GH-4641) 2020-01-25 21:07:40 -05:00
2019-03-18-16-17-59.bpo-36350.udRSWE.rst bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412) 2020-01-28 21:47:03 +09:00
2019-09-12-12-11-05.bpo-25597.mPMzVx.rst bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029) 2020-01-27 06:48:15 +00:00
2019-12-09-17-24-29.bpo-34793.D82Dyu.rst bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) 2020-02-01 13:12:52 +02:00
2020-01-15-23-13-03.bpo-39274.lpc0-n.rst bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) 2020-02-06 15:54:05 +01:00
2020-01-19-04-12-34.bpo-39349.7CV-LC.rst bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) 2020-02-02 13:49:00 +01:00
2020-01-23-16-08-58.bpo-39432.Cee6mi.rst bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) 2020-02-04 07:24:30 -08:00
2020-01-24-13-24-35.bpo-39082.qKgrq_.rst bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116) 2020-01-25 10:17:47 +00:00
2020-01-25-13-41-27.bpo-38932.1pu_8I.rst bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409) 2020-01-25 15:44:46 +00:00
2020-01-29-14-58-27.bpo-39485.Zy3ot6.rst bpo-39485: fix corner-case in method-detection of mock (GH-18252) 2020-01-29 15:43:37 +00:00
2020-01-29-22-47-12.bpo-39491.tdl17b.rst bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) 2020-02-04 17:10:19 -08:00
2020-01-30-01-13-19.bpo-39493.CbFRi7.rst bpo-39493: Fix definition of IO.closed in typing.py (#18265) 2020-01-29 18:52:36 -08:00
2020-01-30-09-07-16.bpo-39353.wTl9hc.rst bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) 2020-01-30 09:56:40 +01:00
2020-02-02-14-46-34.bpo-39450.48R274.rst bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) 2020-02-03 07:06:50 +00:00
2020-02-05-11-24-16.bpo-38149.GWsjHE.rst bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) 2020-02-06 10:26:37 +02:00
2020-02-05-18-29-14.bpo-39559.L8i5YB.rst bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) 2020-02-05 22:43:09 +02:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

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

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