cpython/Misc/NEWS.d/next/Library
Brian Quinlan 242c26f53e
bpo-31783: Fix a race condition creating workers during shutdown (#13171)
* bpo-31783: Fix a race condition while creating workers during interpreter shutdown

* 📜🤖 Added by blurb_it.
2019-06-28 11:54:52 -07:00
..
2017-08-15-11-24-41.bpo-4963.LRYres.rst bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) 2019-06-24 16:46:59 -07:00
2018-11-12-19-08-50.bpo-11122.Gj7BQn.rst bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) 2019-06-08 17:05:05 -04:00
2019-02-03-19-13-08.bpo-32627.b68f64.rst bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) 2019-06-24 13:59:50 -04:00
2019-05-07-19-25-55.bpo-31783.lgLo69.rst bpo-31783: Fix a race condition creating workers during shutdown (#13171) 2019-06-28 11:54:52 -07:00
2019-05-09-18-50-55.bpo-35070.4vaqNL.rst bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) 2019-06-13 03:01:29 -04:00
2019-05-17-15-11-08.bpo-35805.E4YwYz.rst bpo-35805: Add parser for Message-ID email header. (GH-13397) 2019-06-04 10:41:34 -07:00
2019-05-19-10-48-46.bpo-21315.PgXVqF.rst bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) 2019-06-05 09:56:33 -07:00
2019-05-27-15-29-46.bpo-30835.3FoaWH.rst bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) 2019-06-04 11:00:47 -07:00
2019-05-28-02-37-00.bpo-36520.W4tday.rst bpo-36520: Email header folded incorrectly (#13608) 2019-06-06 12:53:27 -07:00
2019-06-04-14-44-41.bpo-37150.TTzHxj.rst bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) 2019-06-07 13:08:36 -07:00
2019-06-04-15-39-14.bpo-34282.aAK54n.rst bpo-34282: Remove deprecated enum _convert method (GH-13823) 2019-06-04 23:03:10 +02:00
2019-06-04-22-25-38.bpo-37158.JKm15S.rst bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) 2019-06-05 07:39:38 -07:00
2019-06-04-23-44-52.bpo-34767.BpDShN.rst bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) 2019-06-05 02:33:26 -07:00
2019-06-05-11-48-19.bpo-37165.V_rwfE.rst bpo-37165: Convert _count_elements to the argument clinic (GH-13848) 2019-06-05 16:05:25 -07:00
2019-06-07-17-11-34.bpo-37178.b1StSv.rst bpo-37178: Allow a one argument form of math.perm() (GH-13905) 2019-06-08 08:58:11 -07:00
2019-06-07-17-16-09.bpo-37178.Day_oB.rst bpo-37178: Allow a one argument form of math.perm() (GH-13905) 2019-06-08 08:58:11 -07:00
2019-06-08-11-33-48.bpo-37173.0e_8gS.rst bpo-37173: Show passed class in inspect.getfile error (GH-13861) 2019-06-08 05:05:46 -07:00
2019-06-08-16-03-19.bpo-34886.Ov-pc9.rst bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) 2019-06-08 07:56:24 -07:00
2019-06-09-17-22-33.bpo-37111.2I0z2k.rst bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) 2019-06-17 17:40:52 +01:00
2019-06-11-00-35-02.bpo-36402.b0IJVp.rst bpo-36402: Fix threading._shutdown() race condition (GH-13948) 2019-06-13 01:30:17 +02:00
2019-06-11-01-54-19.bpo-18748.ADqCkq.rst bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952) 2019-06-11 02:49:06 +02:00
2019-06-11-13-52-04.bpo-36607.5_mJkQ.rst bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) 2019-06-11 08:27:30 -07:00
2019-06-11-16-41-40.bpo-35766.v1Kj-T.rst bpo-35766: Change format for feature_version to (major, minor) (GH-13992) 2019-06-11 17:23:12 -07:00
2019-06-11-19-34-29.bpo-35922.rxpzWr.rst bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) 2019-06-16 09:48:57 +03:00
2019-06-12-16-10-50.bpo-37210.r4yMg6.rst bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) 2019-06-13 13:58:51 +02:00
2019-06-13-11-59-52.bpo-37266.goLjef.rst bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) 2019-06-14 18:55:22 +02:00
2019-06-14-08-30-16.bpo-19865.FRGH4I.rst bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) 2019-06-14 17:53:59 +02:00
2019-06-14-13-25-56.bpo-37279.OHlW6l.rst bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) 2019-06-15 14:05:08 +03:00
2019-06-14-13-30-47.bpo-37280.Fxur0F.rst Use threadpool for reading from file in sendfile fallback mode (#14076) 2019-06-15 14:05:35 +03:00
2019-06-15-14-39-50.bpo-33972.XxnNPw.rst bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) 2019-06-25 10:03:19 -07:00
2019-06-17-10-03-52.bpo-37312.qKvBfF.rst bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) 2019-06-17 14:18:43 +02:00
2019-06-17-11-59-52.bpo-37315.o1xFC0.rst bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) 2019-06-17 16:57:27 +03:00
2019-06-17-22-10-37.bpo-37320.ffieYa.rst bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 2019-06-18 00:00:24 +02:00
2019-06-19-10-35-53.bpo-37163.9pPg2F.rst bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390) 2019-06-26 19:07:44 +03:00
2019-06-22-08-51-44.bpo-37345.o8XABX.rst bpo-37345: Add formal UDPLITE support (GH-14258) 2019-06-24 02:58:56 -07:00
2019-06-24-11-26-34.bpo-37376.SwSUQ4.rst bpo-37376: pprint support for SimpleNamespace (GH-14318) 2019-06-26 16:13:18 -07:00
2019-06-25-02-10-00.bpo-37394.srZ1zx.rst bpo-37394: Fix pure Python implementation of the queue module (GH-14351) 2019-06-25 02:53:30 +01:00
2019-06-25-05-07-48.bpo-36546.RUcxaK.rst bpo-36546: Mark first argument as position only (GH-14363) 2019-06-25 04:39:22 +02:00
2019-06-25-19-27-25.bpo-29412.n4Zqdh.rst bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) 2019-06-26 13:13:02 -07:00
2019-06-26-03-00-06.bpo-37406.uovkpq.rst bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) 2019-06-26 03:16:24 +02:00
2019-06-26-16-28-59.bpo-37412.lx0VjC.rst bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) 2019-06-26 17:31:12 +02:00
2019-06-26-22-25-05.bpo-37420.CxFJ09.rst closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) 2019-06-27 09:10:57 -07:00
2019-06-27-20-33-50.bpo-37437.du39_A.rst closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) 2019-06-27 20:54:44 -07:00
README.rst

README.rst

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

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