]> granicus.if.org Git - python/commitdiff
Issue #16067: Merge with 3.3
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 3 Aug 2013 18:12:45 +0000 (20:12 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 3 Aug 2013 18:12:45 +0000 (20:12 +0200)
1  2 
Misc/NEWS
Tools/msi/msi.py

diff --cc Misc/NEWS
index 10c0470f39b505d94f07237ad41d8b92e5988cc9,2450a75cff8f44e4e9bb1b70c56af57ccf223c54..6a6592c63985b7e4be53c6b87b3437b48ce9ddab
+++ b/Misc/NEWS
@@@ -763,39 -555,27 +763,42 @@@ Window
  Build
  -----
  
 -- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
 -  4.8.
++- Issue #16067: Add description into MSI file to replace installer's 
++  temporary name.
 -- Issue #17962: Build with OpenSSL 1.0.1e on Windows.
 +- Issue #18257: Fix readlink usage in python-config.  Install the python
 +  version again on Darwin.
  
 +- Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
 +  "coverage-report" creates an instrumented Python build, runs unit tests
 +  and creates a HTML. The report can be updated with "make coverage-lcov".
  
 -What's New in Python 3.3.1?
 -===========================
 +- Issue #17845: Clarified the message printed when some module are not built.
  
 -*Release date: 07-Apr-2013*
 +- Issue #18256: Compilation fix for recent AIX releases.  Patch by
 +  David Edelsohn.
  
 -Build
 ------
 +- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
 +  4.8.
  
 -- Issue #17550: Fix the --enable-profiling configure switch.
 +- Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1
 +  on Windows.
  
 -IDLE
 --------
 +Tools/Demos
 +-----------
  
 -- Issue #17625: In IDLE, close the replace dialog after it is used.
 +- Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
 +
 +- Issue #18448: Fix a typo in Tools/demo/eiffel.py.
 +
 +- Issue #18457: Fixed saving of formulas and complex numbers in
 +  Tools/demo/ss1.py.
 +
 +- Issue #18449: Make Tools/demo/ss1.py work again on Python 3.  Patch by
 +  Févry Thibault.
  
 +- Issue #12990: The "Python Launcher" on OSX could not launch python scripts
 +  that have paths that include wide characters.
  
  What's New in Python 3.3.1 release candidate 1?
  ===============================================
Simple merge