1. 18 Apr, 2013 2 commits
    • Reinout van Rees's avatar
      Distutils script: supporting future and docstrings. · d503d880
      Reinout van Rees authored
      Fixes #102
      
      Distutils scripts can contain quite a lot of code. Up till now,
      only a encoding hint was detected and placed at the top above
      our 'import sys' and 'sys.path=' stuff.
      
      Now we look for the first non-__future__ import line and place our
      sys.path statement above that line. This makes sure the encoding hint,
      the module docstring and the future imports are all above our code,
      as should be.
      
      There might be corner cases, but at least this fixes a couple of
      common problems.
      d503d880
    • Reinout van Rees's avatar
      6874dc07
  2. 04 Apr, 2013 1 commit
  3. 02 Apr, 2013 2 commits
  4. 28 Mar, 2013 1 commit
  5. 24 Mar, 2013 2 commits
  6. 23 Mar, 2013 5 commits
  7. 20 Mar, 2013 1 commit
  8. 19 Mar, 2013 1 commit
    • Jim Fulton's avatar
      Fixed typos. · 1a3e4e6d
      Jim Fulton authored
      Fixed the conditional-section example and added a test for it.
      
      Added some more details about option overridding.
      1a3e4e6d
  9. 17 Mar, 2013 12 commits
  10. 16 Mar, 2013 3 commits
  11. 11 Mar, 2013 2 commits
  12. 04 Mar, 2013 2 commits
  13. 03 Mar, 2013 2 commits
  14. 26 Feb, 2013 4 commits