An error occurred fetching the project authors.
  1. 08 Jul, 2013 1 commit
  2. 03 Jun, 2013 1 commit
    • Tres Seaver's avatar
      First stab at using setuptools >= 0.7 instead of distribute. · a0669e31
      Tres Seaver authored
      My doctest / renormalizer fu is not strong enough to deal with the
      changes to output:
      
      - setuptools now has dependencies, and emits output to add them as
        'find-links'.  I tried adding an 'adding_find_link' renormalizer,
        but it doesn't suppress the output.
      
      - Other failures due to merge tweaking APIs, etc.  Again, I'm not
        competent to fix them in the doctest / renormalizer world:  they make
        my head hurt.
      a0669e31
  3. 29 May, 2013 1 commit
  4. 19 May, 2013 2 commits
  5. 26 Apr, 2013 1 commit
  6. 18 Apr, 2013 3 commits
    • Reinout van Rees's avatar
      Restored blank line · 0fb0c808
      Reinout van Rees authored
      0fb0c808
    • Reinout van Rees's avatar
      Breaking after finding first import line. · c2dfed9f
      Reinout van Rees authored
      Fixes a bug with multiple import lines. We want to insert ourselves after the
      *first* found import line, not the last one...
      
      Also simplified an if/else for when there's no import statement at all.
      c2dfed9f
    • 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
  7. 24 Mar, 2013 1 commit
  8. 21 Feb, 2013 1 commit
    • Reinout van Rees's avatar
      Warn when using an outdated bootstrap that gives you setuptools · b4cbb763
      Reinout van Rees authored
      Fixes #82
      
      Thanks Marius Gedminas for the fix I could copy/paste :-)
      
      Note that there is no test for this as the test setup doesn't allow for it.
      The error that this commit fixes, fixes an error that occurs at
      easy_install.py import time, so the fix also has to be on that level, making it
      hard to test.
      I personally think it's ok like this... ;-)
      b4cbb763
  9. 19 Feb, 2013 1 commit
    • Reinout van Rees's avatar
      Fixed #79 · 08d66abe
      Reinout van Rees authored
      When generating a python interpreter script with an empty `eggs=`,
      previously you'd get `sys.path[0:0] = [,]`, which means a syntax
      error because of the dangling comma.
      08d66abe
  10. 14 Feb, 2013 5 commits
  11. 13 Feb, 2013 2 commits
    • Reinout van Rees's avatar
      Fixes #65 · 6593d1b0
      Reinout van Rees authored
      The second line is now inspected for a source encoding
      6593d1b0
    • Reinout van Rees's avatar
      Added fix for issue #64 · 3c13e2fe
      Reinout van Rees authored
      I used Marius' suggestion (with one additional fix). The issue is demonstrated
      by the test in @77cd8b16. This commit fixes
      the failing test.
      
      Fixes #64
      3c13e2fe
  12. 31 Jan, 2013 1 commit
  13. 29 Jan, 2013 1 commit
  14. 25 Jan, 2013 5 commits
  15. 23 Jan, 2013 1 commit
  16. 20 Jan, 2013 2 commits
  17. 17 Jan, 2013 2 commits
  18. 13 Jan, 2013 1 commit
  19. 30 Nov, 2012 1 commit
  20. 23 Nov, 2012 1 commit
  21. 06 Oct, 2012 1 commit
  22. 26 Aug, 2012 1 commit
  23. 21 Aug, 2012 2 commits
  24. 22 Jul, 2012 2 commits