cpython/Misc/NEWS.d/next
Terry Jan Reedy da58533ac6
bpo-33204: IDLE: consistently color invalid string prefixes (#6344)
A 'u' string prefix cannot be paired with either 'r' or 'f'.  Consistently
color as much of the prefix, starting at the right, as is valid.
2018-04-02 01:47:46 -04:00
..
Build bpo-33182: Fix pointer types in _testembed (GH-6310) 2018-03-30 15:36:42 +10:00
C API bpo-33042: Fix pre-initialization sys module configuration (GH-6157) 2018-03-25 20:44:30 +10:00
Core and Builtins bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) 2018-03-25 23:03:10 +10:00
Documentation bpo-33126: Document PyBuffer_ToContiguous() (#6292) 2018-03-28 17:26:32 +02:00
IDLE bpo-33204: IDLE: consistently color invalid string prefixes (#6344) 2018-04-02 01:47:46 -04:00
Library bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305) 2018-03-29 11:07:48 -04:00
Security bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) 2018-03-25 12:36:13 +02:00
Tests bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) 2018-03-28 01:57:13 -04:00
Tools-Demos bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772) 2018-03-13 05:56:43 -04:00
Windows bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010) 2018-03-08 08:03:25 -08:00
macOS bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307) 2018-03-29 08:47:27 -04:00