]> granicus.if.org Git - python/commitdiff
#17511: merge with 3.3.
authorRoger Serwy <roger.serwy@gmail.com>
Tue, 11 Jun 2013 04:02:56 +0000 (23:02 -0500)
committerRoger Serwy <roger.serwy@gmail.com>
Tue, 11 Jun 2013 04:02:56 +0000 (23:02 -0500)
1  2 
Misc/ACKS
Misc/NEWS

diff --cc Misc/ACKS
index 8dea0ad39f3197c4c89de1b8b4b8284d58e1b0d9,e8aac41a4f57bf4e7b858ce2b1c8fd68c925ffc5..bff2f3c3e87a2d4524e0e1c46ec55a798ffa2e83
+++ b/Misc/ACKS
@@@ -617,8 -606,8 +617,9 @@@ John Jorgense
  Sijin Joseph
  Andreas Jung
  Tattoo Mabonzo K.
+ Sarah K.
  Bohuslav Kabrda
 +Alexey Kachayev
  Bob Kahn
  Kurt B. Kaiser
  Tamito Kajiyama
diff --cc Misc/NEWS
index d0165c648044f7d625141405cd031c4f8a95cec9,50937a99ae67c6bf0630eecdc52998a0b7fee8e8..aa99407fe3cfa876cad2480fcc55137732ad075a
+++ b/Misc/NEWS
@@@ -430,52 -360,32 +430,55 @@@ Documentatio
  - Issue #6696: add documentation for the Profile objects, and improve
    profile/cProfile docs.  Patch by Tom Pinckney.
  
 -- Issue #17915: Fix interoperability of xml.sax with file objects returned by
 -  codecs.open().
 +Tests
 +-----
  
 -Build
 +- Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
 +
 +C-API
  -----
  
 -- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
 -  4.8.
 +- Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
 +  PyObject_CallMethod() now changed to `const char*`.  Based on patches by
 +  Jörg Müller and Lars Buitinck.
  
 -- Issue #17962: Build with OpenSSL 1.0.1e on Windows.
 +- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
 +  expand their arguments once instead of multiple times.  Patch written by Illia
 +  Polosukhin.
  
 +- Issue #17522: Add the PyGILState_Check() API.
  
 -What's New in Python 3.3.1?
 -===========================
 +- Issue #17327: Add PyDict_SetDefault.
  
 -*Release date: 07-Apr-2013*
 +IDLE
 +----
  
 -Build
 ------
++- Issue #17511: Keep IDLE find dialog open after clicking "Find Next".
++  Original patch by Sarah K.
 -- Issue #17550: Fix the --enable-profiling configure switch.
 +- Issue #18055: Move IDLE off of imp and on to importlib.
  
 -IDLE
 --------
 +- Issue #15392: Create a unittest framework for IDLE.
 +  Initial patch by Rajagopalasarma Jayakrishnan.
  
 -- Issue #17625: In IDLE, close the replace dialog after it is used.
 +- Issue #14146: Highlight source line while debugging on Windows.
 +
 +- Issue #17838: Allow sys.stdin to be reassigned.
 +
 +- 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".
 +
 +- Issue #17532: Always include Options menu for IDLE on OS X.
 +  Patch by Guilherme Simões.
 +
 +Build
 +-----
 +
 +- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
 +  4.8.
  
  
  What's New in Python 3.3.1 release candidate 1?