]> granicus.if.org Git - python/commitdiff
Issue #8746: Correct faulty configure checks so that os.chflags() and
authorNed Deily <nad@acm.org>
Tue, 28 Jun 2011 07:13:01 +0000 (00:13 -0700)
committerNed Deily <nad@acm.org>
Tue, 28 Jun 2011 07:13:01 +0000 (00:13 -0700)
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)

1  2 
Doc/library/os.rst
Lib/test/test_posix.py
Misc/ACKS
Misc/NEWS
configure
configure.in
pyconfig.h.in

Simple merge
Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index cedbffc9ad1b1c2b6074d928bda58f1f942edbd4,1a7fcb11eccb9b8e8f1e85db56394f7ce1786759..7c978847c6172022e4b00a1ad6856125cc575344
+++ 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.
  
diff --cc configure
Simple merge
diff --cc configure.in
Simple merge
diff --cc pyconfig.h.in
Simple merge