cpython/Misc/NEWS.d/next/Library
Berker Peksag 412f00b839
[3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
The previous behavior was to raise an exception

    NotImplementedError: result of type 0

when the value of the property is VT_EMPTY.

(cherry picked from commit 19fb134185)
2017-11-24 19:04:40 +03:00
..
2017-08-30-17-59-36.bpo-31308.KbexyC.rst [3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (GH-3246) (#4252) 2017-11-03 13:59:43 +01:00
2017-08-30-18-23-54.bpo-31310.7D1UNt.rst [3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (GH-3247) (#4254) 2017-11-03 14:58:37 +01: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-09-29-19-19-36.bpo-15037.ykimLK.rst bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (GH-3826) (#4218) 2017-11-01 16:38:35 +02:00
2017-09-29.bpo-30806.lP5GrH.rst bpo-30806: Fix netrc.__repr__() format (GH-2491) 2017-11-03 14:36:45 +09: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-06-04-35-31.bpo-31620.gksLA1.rst bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (GH-3813) (#4326) 2017-11-07 22:08:15 +03: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-09-17-42-30.bpo-31701.NRrVel.rst bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416) 2017-11-16 03:53:45 -08: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-11-22-18-04.bpo-31764.EMyIkK.rst bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) (#4303) 2017-11-06 16:45:19 -08: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-18-45-38.bpo-31770.GV3MPx.rst bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4301) 2017-11-06 16:44:23 -08: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
2017-11-01-18-13-42.bpo-27666.j2zRnF.rst bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4221) 2017-11-01 21:23:46 +02:00
2017-11-02-18-26-40.bpo-31927.40K6kp.rst [3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4235) (#4352) 2017-11-09 21:40:29 +02:00
2017-11-03-08-36-03.bpo-31933.UrtoMP.rst bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4262) 2017-11-03 20:55:54 +01:00
2017-11-03-19-11-43.bpo-30057.NCaijI.rst bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261) 2017-11-03 20:23:12 +01:00
2017-11-03-22-05-47.bpo-9678.oD51q6.rst bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269) 2017-11-04 10:11:20 +02:00
2017-11-07-14-20-09.bpo-31970.x4EN_9.rst [3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314) (#4322) 2017-11-07 17:50:48 +01:00
2017-11-12-20-47-59.bpo-32011.NzVDdZ.rst bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (GH-4381) (#4405) 2017-11-15 18:05:58 +02:00
2017-11-13-17-48-33.bpo-32015.4nqRTD.rst [3.6] bpo-32015: Asyncio looping during simultaneously socket read/write an… (GH-4386) (#4393) 2017-11-14 12:14:51 +02:00
2017-11-15-13-44-28.bpo-32034.uHAOmu.rst bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#4411) 2017-11-15 19:28:25 -05:00
2017-11-23-21-47-36.bpo-12382.xWT9k0.rst bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) 2017-11-24 13:31:21 +03:00
2017-11-23-22-12-11.bpo-31325.8jAUxN.rst bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533) 2017-11-23 15:57:58 -08:00
2017-11-24-14-07-55.bpo-12239.Nj3A0x.rst [3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) 2017-11-24 19:04:40 +03:00
README.rst

README.rst

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