1. 14 Dec, 2014 1 commit
    • Frank Patz-Brockmann's avatar
      Potential fix for https://github.com/buildout/buildout/issues/217 · b8f50552
      Frank Patz-Brockmann authored
      On Windows, `sys.prefix` is a site-package directory, i.e. for a
      standard installation `C:\Python27`. The code path for `not
      allow_site_packages` removed *everything* from `sys.path` that contains
      *any* of the the site-packages directories as reported by
       `site.getsitepackages`, which on Windows removes all pathes below
       `sys.prefix` from `sys.path`.
      b8f50552
  2. 25 Nov, 2014 1 commit
  3. 10 Nov, 2014 4 commits
  4. 06 Nov, 2014 3 commits
    • Marius Gedminas's avatar
      Fix test failures introduced in 067acf75 · 38b6495d
      Marius Gedminas authored
      PKG-INFO for setuptools 3.3 has non-ASCII characters.  This causes
      two test failures on Python 2, one of them rather unobvious
      (testing_bugfix.txt complains about the different number of logging
      handlers, of all things).
      38b6495d
    • Marius Gedminas's avatar
      Add a tox.ini · ff054e48
      Marius Gedminas authored
      This simplifies testing all Python versions to 'tox'.
      
      Unfortunately detox cannot be used to run the tests in parallel since
      dev.py scribbles directly into the top-level of the source tree (in
      bin/).
      ff054e48
    • Marius Gedminas's avatar
      Claim Python 3.4 support · 763ad52e
      Marius Gedminas authored
      Tests with Python 3.4 passed on Travis, for a bit.
      763ad52e
  5. 04 Nov, 2014 8 commits
  6. 03 Nov, 2014 2 commits
  7. 01 Nov, 2014 4 commits
  8. 31 Oct, 2014 9 commits
  9. 30 Oct, 2014 3 commits
  10. 09 Oct, 2014 4 commits
  11. 07 May, 2014 1 commit