cpython/Misc/NEWS.d/next/Library
Andrew Svetlov a19fb3c6aa
bpo-32622: Native sendfile on windows (#5565)
* Support sendfile on Windows Proactor event loop naively.
2018-02-25 19:32:14 +03:00
..
2017-09-19-12-38-31.bpo-31508.pDsFJl.rst [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) 2018-02-01 18:49:21 +02:00
2017-11-27-15-09-49.bpo-30693.yC4mJ7.rst bpo-30693: zip+tarfile: sort directory listing (#2263) 2018-01-31 11:17:10 +01:00
2017-11-27-15-09-49.bpo-30693.yC4mJ8.rst bpo-30693: zip+tarfile: sort directory listing (#2263) 2018-01-31 11:17:10 +01:00
2017-12-06-10-10-10.bpo-32221.ideco_.rst bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) 2018-02-12 14:47:42 -05:00
2018-01-18-13-09-00.bpo-32585.qpeijr.rst bpo-32585: Add tkinter.ttk.Spinbox. (#5221) 2018-02-09 02:03:55 +02:00
2018-01-18-23-34-17.bpo-31848.M2cldy.rst bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240) 2018-02-20 23:06:11 +02:00
2018-01-20-23-17-25.bpo-24334.GZuQLv.rst bpo-24334: Cleanup SSLSocket (#5252) 2018-02-24 21:10:57 +01:00
2018-01-30-17-46-18.bpo-32727.aHVsRC.rst bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) 2018-01-30 19:02:51 -05:00
2018-02-01-01-34-47.bpo-32734.gCV9AD.rst bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) 2018-02-02 17:04:00 -05:00
2018-02-01-15-53-35.bpo-32691.VLWVTq.rst bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474) 2018-02-03 16:40:11 +10:00
2018-02-01-17-54-08.bpo-32741.KUvOPL.rst Implement TimerHandle.when() (#5473) 2018-02-01 19:59:32 +02:00
2018-02-02-17-21-24.bpo-32749.u5scIn.rst bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) 2018-02-05 22:47:31 +02:00
2018-02-05-13-31-42.bpo-32647.ktmfR_.rst bpo-32647: Link ctypes extension with libdl. (#5550) 2018-02-25 10:22:14 +01:00
2018-02-05-21-28-28.bpo-32777.C-wIXF.rst bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) 2018-02-05 22:09:34 -08:00
2018-02-06-17-58-15.bpo-32622.AE0Jz7.rst bpo-32622: Native sendfile on windows (#5565) 2018-02-25 19:32:14 +03:00
2018-02-07-19-12-10.bpo-32775.-T77_c.rst bpo-32775: Fix regular expression warnings in fnmatch. (#5583) 2018-02-09 13:30:19 +02:00
2018-02-08-00-47-07.bpo-32792.NtyDb4.rst bpo-32792: Preserve mapping order in ChainMap() (GH-5586) 2018-02-11 00:30:31 -08:00
2018-02-08-18-59-11.bpo-30688.zBh4TH.rst bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) 2018-02-10 00:08:17 +02:00
2018-02-09-14-44-43.bpo-30157.lEiiAK.rst bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) 2018-02-09 20:00:49 +02:00
2018-02-09-21-41-56.bpo-31787.owSZ2t.rst bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 19:28:33 +09:00
2018-02-11-15-54-41.bpo-32819.ZTRX2Q.rst bpo-32819: Simplify and improve ssl.match_hostname (#5620) 2018-02-24 14:35:56 +01:00
2018-02-14-00-21-24.bpo-32841.bvHDOc.rst bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665) 2018-02-14 11:18:11 +02:00
2018-02-15-08-18-52.bpo-31333.4fF-gM.rst bpo-31333: Re-implement ABCMeta in C (#5273) 2018-02-18 12:41:58 +00:00
2018-02-15-12-04-29.bpo-32852.HDqIxM.rst bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) 2018-02-17 08:32:37 +02:00
2018-02-17-19-20-19.bpo-21060.S1Z-x6.rst Improve error message for "setup.py upload" without dist files (#21060) 2018-02-18 18:14:54 -05:00
2018-02-19-14-27-51.bpo-32556.CsRsgr.rst bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) 2018-02-22 10:39:10 -08:00
2018-02-19-17-46-31.bpo-32859.kAT-Xp.rst closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) 2018-02-19 23:25:46 -08:00
2018-02-24-21-40-42.bpo-30622.dQjxSe.rst bpo-30622: Improve NPN support detection (#5859) 2018-02-24 22:12:40 +01: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/