1. 01 Agu, 2011 4 kayıt (commit)
  2. 31 Tem, 2011 4 kayıt (commit)
    • Ezio Melotti's avatar
      Fix typo reported by Sandro Tosi. · 222e61e4
      Ezio Melotti yazdı
      222e61e4
    • Éric Araujo's avatar
      Stop trying to write into the stdlib during lib2to3 tests (#12331). · 548c054f
      Éric Araujo yazdı
      This prevents tests from failing when run from a Python installed in a
      read-only directory.
      548c054f
    • Senthil Kumaran's avatar
    • Éric Araujo's avatar
      Fix regression with distutils MANIFEST handing (#11104, #8688). · ab7c1b3f
      Éric Araujo yazdı
      The changed behavior of sdist in 3.1 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 (76643c286b9f by Tarek and
      d54da9248ed9 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 the 2.7 version 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.
      
      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.
      ab7c1b3f
  3. 30 Tem, 2011 9 kayıt (commit)
  4. 29 Tem, 2011 10 kayıt (commit)
  5. 28 Tem, 2011 8 kayıt (commit)
  6. 27 Tem, 2011 5 kayıt (commit)