1. 19 Aug, 2011 9 commits
    • Éric Araujo's avatar
      Add documentation for PEP 370 features in distutils (#10745). · e68d4504
      Éric Araujo authored
      Apart from adding a section to describe the user scheme, this changeset
      also does some much needed cleanup:
      
      - fixed inverted reST targets
      - fixed some paths
      - 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 does not use these files anymore since the Great Revert.
      I suspect we have a mismatched stdlib at the moment, and the fix is not
      even clear (see discussion on #8084).
      e68d4504
    • Éric Araujo's avatar
      Improve documentation for PEP 370 support in site module (#8617). · afd2fe2a
      Éric Araujo authored
      site.USER_BASE and site.USER_SITE are now fully documented.  PEP 370 is
      outdated with respects to the Mac framework situation, but the code in
      sysconfig and the example in the 3.2 What’s New document helped me find
      the right values to document for Mac OS X.
      
      The command-line interface of the site module is also described in the
      module docs.
      
      The purpose of the usercustomize module is explained in the site docs,
      with a gentle introduction in the tutorial (right after the section that
      talks about PYTHONSTARTUP; a comment mentions it should be moved from
      the tutorial to another file, but that will be another bug).
      
      Various markup and wording improvements were made along the way in the
      site module docs.  Duplicate and incomplete declarations of environment
      variables have also been removed (the original bug report was actually
      about these entries :).  The site module docs are still a bit messy;
      I’ll see about improving them for #11553.
      
      All these sections are copiously interlinked and findable from the doc
      indexes.
      afd2fe2a
    • Éric Araujo's avatar
      Guard shutil._make_archive against a logger=None argument. · e7329f47
      Éric Araujo authored
      Backporting two lines from the 3.x tests was enough to trigger the bug.
      I also took the opportunity of making the logging call lazy.
      e7329f47
    • Éric Araujo's avatar
    • Éric Araujo's avatar
    • Éric Araujo's avatar
      Branch merge · cdb86f17
      Éric Araujo authored
      cdb86f17
    • Éric Araujo's avatar
      Backport source links from 3.x. · 29a0b57e
      Éric Araujo authored
      Existing links have been updated to use the new reST role.  In some
      files, I have also made cosmetic changes to the header.
      29a0b57e
    • Éric Araujo's avatar
      Use standard heading for ast module docs · d478a46d
      Éric Araujo authored
      d478a46d
    • Éric Araujo's avatar
      Synchronize argparse docs with 3.x versions · 67719bde
      Éric Araujo authored
      67719bde
  2. 18 Aug, 2011 7 commits
  3. 17 Aug, 2011 1 commit
  4. 16 Aug, 2011 1 commit
  5. 15 Aug, 2011 5 commits
  6. 14 Aug, 2011 1 commit
  7. 13 Aug, 2011 1 commit
  8. 12 Aug, 2011 3 commits
  9. 11 Aug, 2011 1 commit
  10. 10 Aug, 2011 2 commits
  11. 09 Aug, 2011 2 commits
  12. 08 Aug, 2011 2 commits
  13. 07 Aug, 2011 4 commits
  14. 06 Aug, 2011 1 commit