cpython/Misc/NEWS.d/next/Library
2019-05-06 22:52:11 -04:00
..
2017-08-30-20-27-00.bpo-31292.dKIaZb.rst bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) 2019-03-27 17:34:19 -04:00
2018-04-06-11-06-23.bpo-31310.eq9ky0.rst bpo-36668: FIX reuse semaphore tracker for child processes (#5172) 2019-04-24 21:45:52 +02:00
2018-04-11-11-41-52.bpo-33291.-xLGf8.rst bpo-33261: guard access to __code__ attribute in inspect (GH-6448) 2019-04-02 16:03:42 +02:00
2018-05-29-18-34-53.bpo-33530._4Q_bi.rst bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) 2019-05-05 04:14:35 -07:00
2018-07-18-11-25-34.bpo-34139.tKbmW7.rst bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) 2019-04-09 06:40:59 -07:00
2018-07-30-12-00-15.bpo-31658._bx7a_.rst bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) 2019-04-14 11:16:54 +02:00
2018-10-05-16-01-00.bpo-34547.abbaa.rst bpo-27682: Handle client connection terminations in wsgiref (GH-9713) 2019-05-01 20:32:15 +03:00
2018-10-27-11-54-12.bpo-35082.HDj1nr.rst Don't report deleted attributes in __dir__ (GH#10148) 2019-04-30 19:56:36 +01:00
2018-11-07-23-44-25.bpo-25451.re_8db.rst bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) 2019-04-05 13:17:13 +03:00
2018-12-05-09-55-05.bpo-35416.XALKZG.rst bpo-35416: fix potential resource warnings in distutils (GH-10918) 2019-04-08 22:08:48 +09:00
2019-01-18-23-10-10.bpo-23078.l4dFoj.rst bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) 2019-04-22 05:30:23 +03:00
2019-02-07-20-25-39.bpo-35934.QmfNmY.rst bpo-35934: Add socket.create_server() utility function (GH-11784) 2019-04-09 00:34:02 +02:00
2019-02-13-18-56-22.bpo-17396.oKRkrD.rst bpo-35936: Updates to modulefinder (GH-11787) 2019-04-07 18:00:41 +10:00
2019-02-13-18-56-27.bpo-35376.UFhYLj.rst bpo-35936: Updates to modulefinder (GH-11787) 2019-04-07 18:00:41 +10:00
2019-02-16-22-19-32.bpo-35936.Ay5WtD.rst bpo-35936: Updates to modulefinder (GH-11787) 2019-04-07 18:00:41 +10:00
2019-02-17-12-55-51.bpo-36004.hCt_KK.rst bpo-36004: Add date.fromisocalendar (GH-11888) 2019-04-29 15:22:03 +02:00
2019-03-07-20-02-18.bpo-36227.i2Z1XR.rst bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) 2019-04-14 10:07:02 +02:00
2019-03-13-16-48-42.bpo-31904.9sjd38.rst bpo-31904: Port the time module on VxWorks (GH-12305) 2019-04-15 11:06:21 +02:00
2019-03-18-16-16-55.bpo-36348.E0w_US.rst bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) 2019-04-15 18:23:20 +02:00
2019-03-20-15-13-18.bpo-36366.n0eav_.rst bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) 2019-04-29 16:23:28 -07:00
2019-03-22-13-47-52.bpo-36326.WCnEI5.rst bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) 2019-03-25 13:01:13 -07:00
2019-03-23-17-16-15.bpo-36407.LG3aC4.rst bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) 2019-03-27 07:58:49 +02:00
2019-03-26-14-20-59.bpo-36434.PTdidw.rst bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) 2019-03-30 08:25:19 +02:00
2019-03-27-02-09-22.bpo-36385.we2F45.rst bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577) 2019-03-31 00:53:48 +10:00
2019-03-28-21-17-08.bpo-30427.lxzvbw.rst bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712) 2019-03-28 14:47:18 -07:00
2019-03-31-01-18-52.bpo-27181.LVUWcc.rst bpo-27181: Add statistics.geometric_mean() (GH-12638) 2019-04-07 09:20:03 -07:00
2019-03-31-10-21-54.bpo-36492.f7vyUs.rst bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) 2019-04-01 09:16:35 +03:00
2019-04-03-20-46-47.bpo-36522.g5x3By.rst bpo-36522: Print all values for headers with multiple values. (GH-12681) 2019-04-04 07:36:47 +03:00
2019-04-05-21-29-53.bpo-36050.x9DRKE.rst bpo-36050: optimize HTTPResponse.read() (GH-12698) 2019-04-06 18:06:19 +09:00
2019-04-06-12-36-09.bpo-36542.Q0qyYV.rst bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) 2019-05-06 22:40:27 +03:00
2019-04-06-14-23-00.bpo-36546.YXjbyY.rst bpo-36546: Add statistics.quantiles() (#12710) 2019-04-23 00:06:35 -07:00
2019-04-06-20-25-25.bpo-36232.SClmhb.rst bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) 2019-04-29 16:23:28 -07:00
2019-04-08-14-41-22.bpo-34373.lEAl_-.rst bpo-34373: Fix time.mktime() on AIX (GH-12726) 2019-04-09 19:12:26 +02:00
2019-04-09-04-08-46.bpo-17561.hOhVnh.rst BPO-17561: set create_server backlog default to None (GH-12735) 2019-04-09 04:42:06 +02:00
2019-04-09-12-02-35.bpo-36559.LbDRrw.rst bpo-36559: random module: optimize sha512 import (GH-12742) 2019-04-10 13:18:02 -07:00
2019-04-09-14-46-28.bpo-33461.SYJM-E.rst bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) 2019-04-09 16:17:25 +09:00
2019-04-09-22-40-52.bpo-36575.Vg_p92.rst bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) 2019-04-11 19:11:46 +09:00
2019-04-11-16-09-42.bpo-18748.QW7upB.rst bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) 2019-04-12 17:06:47 +02:00
2019-04-11-22-11-24.bpo-36598.hfzDUl.rst bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) 2019-04-13 20:12:33 +01:00
2019-04-12-13-52-15.bpo-36613.hqT1qn.rst bpo-36613: call remove_done_callback if exception (GH-12800) 2019-05-03 08:18:02 -07:00
2019-04-13-23-42-33.bpo-30485.JHhjJS.rst bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) 2019-04-18 19:05:03 +02:00
2019-04-15-12-22-09.bpo-25430.7_8kqc.rst bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785) 2019-04-30 16:54:30 +09:00
2019-04-16-17-50-39.bpo-35755.Fg4EXb.rst bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861) 2019-04-17 17:44:06 +02:00
2019-04-18-16-10-29.bpo-28552.MW1TLt.rst bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) 2019-04-25 11:59:34 +02:00
2019-04-19-15-29-55.bpo-36650._EVdrz.rst bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) 2019-04-20 07:20:44 -10:00
2019-04-20-09-50-32.bpo-36673.XF4Egb.rst bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) 2019-05-01 21:20:38 +02:00
2019-04-20-13-10-34.bpo-36676.XF4Egb.rst bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) 2019-05-01 21:49:58 +02:00
2019-04-24-17-08-45.bpo-36669.X4g0fu.rst bpo-36669: add matmul support to weakref.proxy (GH-12932) 2019-04-26 15:56:15 +09:00
2019-04-26-10-10-34.bpo-13611.XEF4bg.rst bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) 2019-05-01 22:34:13 +02:00
2019-04-26-17-14-20.bpo-36734.p2MaiN.rst bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970) 2019-04-30 12:19:34 +02:00
2019-04-27-21-09-33.bpo-1613500.Ogp4P0.rst bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) 2019-04-29 17:55:39 +03:00
2019-04-28-01-52-39.bpo-26978.Lpm-SI.rst bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) 2019-05-04 17:27:10 +02:00
2019-04-28-15-01-29.bpo-28238.gdk38f.rst bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997) 2019-05-03 20:58:16 +02:00
2019-04-29-11-47-06.bpo-35952.3uNuyo.rst bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) 2019-04-29 14:53:30 +02:00
2019-05-05-16-14-38.bpo-36806.rAzF-x.rst Forbid creating of stream objects outside of asyncio (#13101) 2019-05-06 22:52:11 -04:00
README.rst

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

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