From: Ned Deily Date: Tue, 28 Jun 2011 07:13:01 +0000 (-0700) Subject: Issue #8746: Correct faulty configure checks so that os.chflags() and X-Git-Tag: v3.3.0a1~2027 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b56c4b1b82898ffd7e6337c39068c93e21e8d31;p=python 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). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper) --- 8b56c4b1b82898ffd7e6337c39068c93e21e8d31 diff --cc Misc/NEWS index cedbffc9ad,1a7fcb11ec..7c978847c6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -857,25 -517,10 +857,30 @@@ Librar Build ----- ++- 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 ---- @@@ -908,28 -548,6 +913,31 @@@ Extension Module Tests ----- ++- Issue #8746: Add additional tests for os.chflags() and os.lchflags(). ++ Patch by Garrett Cooper. ++ +- Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 + 2.8 + on Mac OS X. (Patch by Ronald Oussoren) + +- Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2, + iso2022_kr). + +- Issue #12180: Fixed a few remaining errors in test_packaging when no + threading. + +- Issue #12120, #12119: skip a test in packaging and distutils + if sys.dont_write_bytecode is set to True. + +- Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch + written by Charles-François Natali. + +- Issue #11614: import __hello__ prints "Hello World!". Patch written by + Andreas Stührk. + +- Issue #5723: Improve json tests to be executed with and without accelerations. + +- Issue #12041: Make test_wait3 more robust. + - Issue #11873: Change regex in test_compileall to fix occasional failures when when the randomly generated temporary path happened to match the regex.