cpython/Misc/NEWS.d/next/Core and Builtins
Miss Islington (bot) ece5659565 bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191)
Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.
(cherry picked from commit b484d5606c)
2017-10-31 15:58:33 +02:00
..
2017-07-01-15-11-13.bpo-30817.j7ZvN_.rst [3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107) 2017-10-24 16:42:33 +02:00
2017-08-27-21-18-30.bpo-31285.7lzaKV.rst [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (GH-3219) (#3775) 2017-09-27 07:38:03 +03:00
2017-08-28-17-51-42.bpo-31293.eMYZXj.rst [3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (GH-3227) (#3654) 2017-09-19 17:00:44 +03:00
2017-08-31-17-52-56.bpo-31311.bNE2l-.rst [3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254) (#3743) 2017-09-25 11:49:08 +03:00
2017-09-01-00-40-58.bpo-31315.ZX20bl.rst [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (GH-3257) (#3653) 2017-09-19 15:51:19 +03:00
2017-09-15-09-13-07.bpo-31478.o06iKD.rst [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (GH-3596) (#3794) 2017-09-28 12:17:51 +03:00
2017-09-16-13-32-35.bpo-31490.r7m2sj.rst [3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3774) 2017-09-27 07:37:37 +03:00
2017-09-16-22-49-16.bpo-31492.RtyteL.rst [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773) 2017-09-27 07:33:00 +03:00
2017-09-18-12-07-39.bpo-31505.VomaFa.rst [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777) 2017-09-27 08:21:47 +03:00
2017-09-24-09-57-04.bpo-31566.OxwINs.rst [3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (GH-3717) (#3730) 2017-09-24 23:14:41 +03:00
2017-09-26-13-03-16.bpo-31588.wT9Iy7.rst [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790) 2017-09-28 02:21:33 +10:00
2017-09-26-16-05-04.bpo-31592.IFBZj9.rst [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (GH-3767) (#3836) 2017-09-30 22:51:37 +03:00
2017-09-29-20-32-24.bpo-31619.6gQ1kv.rst [3.6] bpo-31619: Fixed a ValueError when convert a string with large number of underscores (GH-3827) (#3863) 2017-10-03 15:38:46 +03:00
2017-10-01-15-48-03.bpo-31626.reLPxY.rst bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191) 2017-10-31 15:58:33 +02:00
2017-10-08-10-00-55.bpo-31642.1IKqgs.rst [3.6] bpo-31642: Restore blocking "from" import by setting None in sys.modules. (GH-3834). (#3923) 2017-10-08 12:51:55 +03:00
2017-10-15-23-44-57.bpo-31786.XwdEP4.rst [3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022) 2017-10-18 11:12:47 +03:00
2017-10-17-13-29-19.bpo-28603._-oia3.rst [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024) 2017-10-18 01:14:19 +03:00
2017-10-20-14-07-46.bpo-31825.gJvmGW.rst bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059) 2017-10-20 17:41:29 +03:00
2017-10-25-15-51-37.bpo-21720.BwIKLP.rst [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) (#4128) 2017-10-26 12:02:54 +03:00
2017-10-27-19-18-44.bpo-31852.P_4cVr.rst [3.6] bpo-31852: Fix segfault caused by using the async soft keyword (GH-4122) 2017-10-30 17:46:34 -07:00
2017-10-28-19-11-05.bpo-20047.GuNAto.rst [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +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 *Core and Builtins* section in this directory.