From: Martin v. Löwis Date: Tue, 21 Feb 2012 17:07:58 +0000 (+0100) Subject: merge 2.6 X-Git-Tag: v3.3.0a1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc4170c5bce49cdfacb7aa6e61b573bf39a87673;p=python merge 2.6 --- dc4170c5bce49cdfacb7aa6e61b573bf39a87673 diff --cc Misc/NEWS index 26529b75e8,f8081a9300..ad45afe072 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1942,43 -1400,10 +1942,45 @@@ Librar Build ----- ++- Issue #6807: Run msisupport.mak earlier. ++ +- Issue #10580: Minor grammar change in Windows installer. + +- Issue #13326: Clean __pycache__ directories correctly on OpenBSD. + +- PEP 393: the configure option --with-wide-unicode is removed. + +- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 + functions on OpenBSD (e.g. fdopendir). + +- Issue #11863: Remove support for legacy systems deprecated in Python 3.2 + (following PEP 11). These systems are systems using Mach C Threads, + SunOS lightweight processes, GNU pth threads and IRIX threads. + +- Issue #8746: Correct faulty configure checks so that os.chflags() and + os.lchflags() are once again built on systems that support these + functions (*BSD and OS X). Also add new stat file flags for OS X + (UF_HIDDEN and UF_COMPRESSED). + +- Issue #10645: Installing Python does no longer create a + Python-X.Y.Z-pyX.Y.egg-info file in the lib-dynload directory. + +- Do not accidentally include the directory containing sqlite.h twice when + building sqlite3. + +- Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, + ensure "make install" creates symlinks in --prefix bin for the "-32" + files in the framework bin directory like the installer does. + +- Issue #11347: Use --no-as-needed when linking libpython3.so. + - Issue #11411: Fix 'make DESTDIR=' with a relative destination. -- Issue #11268: Prevent Mac OS X Installer failure if Documentation package had - previously been installed. +- Issue #11268: Prevent Mac OS X Installer failure if Documentation + package had previously been installed. + +- Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2. + IDLE ----