1. 03 Jul, 2016 8 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 2 commits
  6. 24 Jun, 2016 6 commits
  7. 23 Jun, 2016 1 commit
  8. 14 Jun, 2016 1 commit
    • J. Goutin's avatar
      Some fixes · 9abc044e
      J. Goutin authored
      - Fix issue #593
      - Fix some forgotten "vcver" => "vc_ver" renames in previous commit.
      - Add comment on why I didn't followed PEP8 for some variables names.
      9abc044e
  9. 09 Jun, 2016 3 commits