1. 03 Jul, 2016 17 commits
  2. 02 Jul, 2016 17 commits
  3. 01 Jul, 2016 1 commit
  4. 29 Jun, 2016 1 commit
    • Victor Stinner's avatar
      Don't use deprecated 'U' flag to read manifest · 4720c481
      Victor Stinner authored
      The universal newlines mode ('U' flag) is deprecated since Python
      3.4. It only replaces "\r\n" with "\n", but it doesn't split lines at
      "\r" (Mac newline). In practice, the flag was useless, the
      sdist.read_manifest() method already uses line.strip() and so removes
      newline characters.
      4720c481
  5. 25 Jun, 2016 3 commits
  6. 24 Jun, 2016 1 commit