cpython/Misc/NEWS.d/next/Library
Miss Islington (bot) ff6ae4de38 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212)
Modify the code to use ncurses is_pad() instead of checking WINDOW
_flags field.  If your platform does not provide the is_pad(), the
existing way that checks the field will be enabled.

Note: This change does not drop support for platforms where do not
have both WINDOW _flags field and is_pad().
(cherry picked from commit 8bc7d63560)
2017-11-01 14:35:41 +02:00
..
2017-09-04-00-22-31.bpo-31334.9WYRfi.rst [3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033) 2017-10-18 15:05:16 +03:00
2017-09-16-01-53-11.bpo-31482.39s5dS.rst [3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614) (GH-3659) 2017-09-19 10:56:33 -07:00
2017-09-17-15-24-25.bpo-31351.yQdKv-.rst bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683) 2017-09-22 06:45:37 -07:00
2017-09-20-18-43-01.bpo-31516.23Yuq3.rst [3.6] bpo-31516: current_thread() should not return a dummy thread at shutdown (GH-3673) (#3856) 2017-10-02 17:20:01 +02:00
2017-09-25-14-04-30.bpo-30347.B4--_D.rst [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770) 2017-09-26 22:20:22 +03:00
2017-09-27-08-11-38.bpo-25532.ey4Yez.rst [3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717) (#3778) 2017-09-27 09:34:44 +03:00
2017-09-28-23-10-51.bpo-25351.2JmFpF.rst [3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820) 2017-09-29 05:34:43 -07:00
2017-10-03-14-37-46.bpo-31673.RFCrka.rst [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). (#3873) 2017-10-03 22:39:37 +03:00
2017-10-03-15-06-24.bpo-31675.Nh7jJ3.rst [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3874) 2017-10-03 23:50:46 +03:00
2017-10-04-11-37-14.bpo-31632.LiOC3C.rst bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#4052) 2017-10-19 14:12:44 -04:00
2017-10-08-23-28-30.bpo-31728.XrVMME.rst [3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3945) 2017-10-11 00:51:28 +03:00
2017-10-11-00-45-01.bpo-31752.DhWevN.rst bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4086) 2017-10-23 18:20:13 +03:00
2017-10-12-02-47-16.bpo-31672.DaOkVd.rst bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) 2017-10-14 14:21:59 +09:00
2017-10-12-19-00-53.bpo-30058.cENtry.rst [3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) (#3973) 2017-10-12 23:20:44 +03:00
2017-10-17-12-29-18.bpo-28603.tGuX2C.rst [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024) 2017-10-18 01:14:19 +03:00
2017-10-17-23-27-03.bpo-31806.TzphdL.rst [3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (GH-4026) (#4032) 2017-10-18 12:09:57 +03:00
2017-10-18-16-48-09.bpo-31457._ovmzp.rst [3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042) (#4043) 2017-10-18 18:02:59 -07:00
2017-10-18-19-05-17.bpo-31457.KlE6r8.rst bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4044) (GH-4050) 2017-10-19 11:11:49 -07:00
2017-10-22-11-06-02.bpo-28326.rxh7L4.rst [3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (GH-4073). (#4075) 2017-10-22 12:27:13 +02:00
2017-10-29-11-23-24.bpo-31891.9kAPha.rst bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189) 2017-10-31 14:33:09 +02:00
2017-10-29-13-51-01.bpo-31893.8LZKEz.rst bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190) 2017-10-31 14:46:15 +02:00
2017-10-29-17-52-40.bpo-25720.vSvb5h.rst bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212) 2017-11-01 14:35:41 +02:00
2017-10-30-11-04-56.bpo-31897.yjwdEb.rst bpo-31897: Convert unexpected errors when read bogus binary plists into InvalidFileException. (GH-4171) (#4192) 2017-10-31 15:58:55 +02:00
README.rst Add "Misc/NEWS.d" directory tree for "blurb". GH-2329 2017-06-22 17:38:47 -07:00

README.rst

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