1. 31 Jul, 2011 1 commit
    • Éric Araujo's avatar
      Fix regression with distutils MANIFEST handing (#11104, #8688). · 560bf855
      Éric Araujo authored
      The changed behavior of sdist in 2.7 broke packaging for projects that
      wanted to use a manually-maintained MANIFEST file (instead of having a
      MANIFEST.in template and letting distutils generate the MANIFEST).
      
      The fixes that were committed for #8688 (d29399100973 by Tarek and
      f7639dcdffc3 by me) did not fix all issues exposed in the bug report,
      and also added one problem: the MANIFEST file format gained comments,
      but the read_manifest method was not updated to handle (i.e. ignore)
      them.  This changeset should fix everything; the tests have been
      expanded and I successfully tested with Mercurial, which suffered from
      this regression.
      
      I have grouped the versionchanged directives for these bugs in one place
      and added micro version numbers to help users know the quirks of the
      exact version they’re using.  I also removed a stanza in the docs that
      was forgotten in Tarek’s first changeset.
      
      Initial report, thorough diagnosis and patch by John Dennis, further
      work on the patch by Stephen Thorne, and a few edits and additions by
      me.
      560bf855
  2. 30 Jul, 2011 2 commits
  3. 29 Jul, 2011 4 commits
  4. 11 Jun, 2011 1 commit
  5. 29 Jul, 2011 3 commits
  6. 28 Jul, 2011 1 commit
  7. 29 Jul, 2011 4 commits
  8. 28 Jul, 2011 1 commit
  9. 27 Jul, 2011 7 commits
  10. 26 Jul, 2011 2 commits
  11. 29 Jul, 2011 3 commits
  12. 25 Jul, 2011 1 commit
  13. 24 Jul, 2011 2 commits
  14. 23 Jul, 2011 5 commits
  15. 22 Jul, 2011 3 commits