From: Roger Serwy Date: Mon, 6 May 2013 03:16:03 +0000 (-0500) Subject: #13495: merge with 3.3. X-Git-Tag: v3.4.0a1~792 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53683f6f4bc53a0ffad923a0e056e488dc7dbb6f;p=python #13495: merge with 3.3. --- 53683f6f4bc53a0ffad923a0e056e488dc7dbb6f diff --cc Misc/NEWS index f7147a2fa9,39e580b20e..da695dddb3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -246,20 -203,26 +246,22 @@@ Test - Issue #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. +C-API +----- -What's New in Python 3.3.1? -=========================== - -*Release date: 07-Apr-2013* +- Issue #17522: Add the PyGILState_Check() API. -Build ------ +- Issue #17327: Add PyDict_SetDefault. -- Issue #17550: Fix the --enable-profiling configure switch. IDLE -------- +---- -- Issue #17625: In IDLE, close the replace dialog after it is used. ++- Issue #13495: Avoid loading the color delegator twice in IDLE. ++ +- Issue #17798: Allow IDLE to edit new files when specified on command line. + +- Issue #14735: Update IDLE docs to omit "Control-z on Windows". What's New in Python 3.3.1 release candidate 1?