1. 18 Aug, 2011 7 commits
  2. 17 Aug, 2011 1 commit
  3. 16 Aug, 2011 2 commits
  4. 15 Aug, 2011 2 commits
  5. 14 Aug, 2011 1 commit
  6. 13 Aug, 2011 4 commits
  7. 12 Aug, 2011 6 commits
  8. 11 Aug, 2011 4 commits
  9. 10 Aug, 2011 2 commits
  10. 09 Aug, 2011 3 commits
  11. 08 Aug, 2011 3 commits
  12. 07 Aug, 2011 2 commits
  13. 06 Aug, 2011 3 commits
    • Éric Araujo's avatar
      Add documentation for PEP 370 features in distutils (#10745). · 6ef038e7
      Éric Araujo authored
      This started out as an easy task, just add a section describing this
      alternate scheme, but I found a lot of cleanup to do along the way:
      
      - fixed inverted reST targets
      - fixed entries for modules (hi abiflags!) or data files
      - avoided duplicating the same options listing five or six times
      - added missing entries for C headers locations
      - added documentation for --install-lib
      - fixed a few misuses of the option role (see #9312), but not all (not
        worth the time, but will do it in packaging docs)
      - fixed some markup
      
      The paths fixes were done with an eye on the source code in the install
      command, so they really describe what’s actually done.  The situation on
      Mac OS X is rather messy: the fix for #8084 touched site and sysconfig,
      but distutils doesn’t use these files.  I suspect we have a mismatched
      stdlib at the moment, and the fix is not even clear (see the bug report
      for further discussion).
      6ef038e7
    • Eli Bendersky's avatar
      Fix grammar · ebd4805d
      Eli Bendersky authored
      ebd4805d
    • Senthil Kumaran's avatar