- 14 Jun, 2013 3 commits
-
-
Tres Seaver authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-
- 13 Jun, 2013 12 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Merge branch 'reinout-future-import-scripts' of https://github.com/reinout/buildout into reinout-reinout-future-import-scripts
-
Tres Seaver authored
-
Tres Seaver authored
-
https://github.com/jaap3/buildoutTres Seaver authored
Merge branch 'refactor-pickedversions' of https://github.com/jaap3/buildout into jaap3-refactor-pickedversions
-
Tres Seaver authored
-
Tres Seaver authored
-
-
Tres Seaver authored
-
Tres Seaver authored
Removed data_files from setup.py, which was installing README.rst in current directory during installation
-
Tres Seaver authored
Bump version to indicate change in dependencies.
-
- 10 Jun, 2013 4 commits
-
-
Tres Seaver authored
We don't need to juke faking setuptools (or not) when we are using setuptools rather than distribute.
-
Tres Seaver authored
Even if distutils / setuptools gives it to us more than once.
-
Tres Seaver authored
-
Tres Seaver authored
-
- 09 Jun, 2013 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Use that normalizer everywhere.
-
- 03 Jun, 2013 1 commit
-
-
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.
-
- 29 May, 2013 1 commit
-
-
Tres Seaver authored
-
- 19 May, 2013 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 13 May, 2013 1 commit
-
-
agroszer authored
-
- 03 May, 2013 3 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
See http://svn.zope.org/zc.buildout/trunk/?rev=127336&view=rev; this fix was made after buildout 2 was branched off.
-
- 01 May, 2013 1 commit
-
-
TomasM authored
-
- 26 Apr, 2013 2 commits
- 18 Apr, 2013 5 commits
-
-
Reinout van Rees authored
-
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.
-
Reinout van Rees authored
This exposes a bug.
-
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.
-
Reinout van Rees authored
-
- 04 Apr, 2013 1 commit
-
-
David Glick authored
-
- 02 Apr, 2013 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-