cpython/Misc/NEWS.d/next
Miss Islington (bot) 04af8ace86 bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)
detect_modules() in setup.py now also searches the sysroot paths when
cross-compiling.
(cherry picked from commit 77f5139954)
2017-11-25 17:52:20 +01:00
..
Build bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562) 2017-11-25 17:52:20 +01:00
C API [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) 2017-10-26 17:48:48 +02:00
Core and Builtins [3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (GH-4289) (#4406) 2017-11-15 18:04:46 +02:00
Documentation bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (GH-4491) (#4493) 2017-11-21 11:16:40 -05:00
IDLE [3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512) 2017-11-22 20:05:35 -05:00
Library [3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) 2017-11-24 19:04:40 +03:00
Security Update pydoc topics and NEWS blurbs for 3.6.3rc1 2017-09-18 23:04:41 -04:00
Tests bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104) 2017-10-24 04:18:00 -07:00
Tools-Demos bpo-30722: Make redemo work with Python 3.6+ (GH-2311) 2017-10-23 20:40:36 +03:00
Windows bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) 2017-11-23 17:33:12 +03:00
macOS