1. 10 Feb, 2012 2 commits
    • Éric Araujo's avatar
      Use sys.version_info instead of sys.version in packaging. · 9f90a731
      Éric Araujo authored
      The contents of this attribute are an implementation detail, as
      documented for #9442, so we should not parse it, to support non-CPython
      VMs with distutils2 in the future.
      
      Unfortunately, one use comes directly from PEP 345, so an edit will have
      to be agreed before fixing the code (see comment in p7g.markers).
      
      Other remaining uses are found in p7g.compiler and could be replaced by
      the platform module (which also parses sys.version, but then it wouldn’t
      be my fault :)
      9f90a731
    • Éric Araujo's avatar
      Branch merge · ea0b1edf
      Éric Araujo authored
      ea0b1edf
  2. 09 Feb, 2012 11 commits
  3. 08 Feb, 2012 20 commits
  4. 07 Feb, 2012 6 commits
  5. 06 Feb, 2012 1 commit