1. 18 Mar, 2012 3 commits
  2. 07 Mar, 2012 2 commits
  3. 05 Mar, 2012 4 commits
  4. 04 Mar, 2012 1 commit
  5. 26 Feb, 2012 2 commits
  6. 25 Feb, 2012 2 commits
    • Éric Araujo's avatar
      Merge 3.2 · a88cc35b
      Éric Araujo authored
      a88cc35b
    • Éric Araujo's avatar
      Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). · c3e7f5f5
      Éric Araujo authored
      These regex changes fix a number of issues for distutils on Windows:
      - #6884: impossible to include a file starting with 'build'
      - #9691 and #14004: sdist includes too many files
      - #13193: test_filelist failures
      
      This commit replaces the incorrect changes done in 0a94e2f807c7 and
      90b30d62caf2 to fix #13193; we were too eager to fix the test failures
      and I did not study the code enough before greenlighting patches.  This
      time we have unit tests from the problems reported by users to be sure
      we have the right fix.
      
      Thanks to Nadeem Vawda for his help.
      c3e7f5f5
  7. 24 Feb, 2012 1 commit
  8. 23 Feb, 2012 4 commits
  9. 15 Feb, 2012 4 commits
  10. 12 Feb, 2012 2 commits
  11. 10 Feb, 2012 2 commits
    • Ned Deily's avatar
      Issue #13590: merge · a49a3ee5
      Ned Deily authored
      a49a3ee5
    • Ned Deily's avatar
      Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building · 008c905d
      Ned Deily authored
      Distutils-based packages with C extension modules may fail because
      Apple has removed gcc-4.2, the version used to build python.org
      64-bit/32-bit Pythons.  If the user does not explicitly override
      the default C compiler by setting the CC environment variable,
      Distutils will now attempt to compile extension modules with clang
      if gcc-4.2 is required but not found. Also as a convenience, if
      the user does explicitly set CC, substitute its value as the default
      compiler in the Distutils LDSHARED configuration variable for OS X.
      (Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u
      SDK, neither of which are available in Xcode 4.  This change does not
      attempt to override settings to support their use with Xcode 4.)
      008c905d
  12. 05 Feb, 2012 2 commits
  13. 03 Feb, 2012 2 commits
  14. 18 Jan, 2012 6 commits
  15. 15 Jan, 2012 1 commit
    • Éric Araujo's avatar
      Stop ignoring RPMs in distutils' upload command (#2945). · a63bd68d
      Éric Araujo authored
      Bug reported by Hartmut Goebel and patch contributed by Carl Robben.
      Carl tested the fix and we have a buildbot with rpm installed, so I’m
      committing even though I could not run this test (but I do understand
      the changed code :)
      a63bd68d
  16. 28 Dec, 2011 1 commit
  17. 26 Dec, 2011 1 commit