1. 26 Feb, 2012 5 commits
  2. 25 Feb, 2012 3 commits
    • Éric Araujo's avatar
      Add test file for scripts in Tools (#13447). · e84e263a
      Éric Araujo authored
      When people find bugs in scripts such as reindent.py, msgfmt.py or
      pygettext.py, we have to try to reproduce the bug manually, apply a fix
      and test manually again.  The alternative is to only read the code and
      trust that it works.  This test file is a way to stop that
      unsatisfactory state of things and write proper unit tests instead.
      e84e263a
    • Éric Araujo's avatar
      Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). · 31378df8
      É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 557a973709de,
      c566a3447ba1 and 3925081a7ca0 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.
      31378df8
    • Martin v. Löwis's avatar
      Add 2.7.3 and 2.7.4 UUIDs · 4ef55283
      Martin v. Löwis authored
      4ef55283
  3. 23 Feb, 2012 13 commits
  4. 22 Feb, 2012 9 commits
  5. 21 Feb, 2012 10 commits