- 30 Jul, 2013 2 commits
-
-
Tres Seaver authored
Fix English speling in README.rst
-
Kees Hink authored
-
- 12 Jul, 2013 1 commit
-
-
Jim Fulton authored
distutils scripts -- correct order of operations
-
- 09 Jul, 2013 1 commit
-
-
Aaron Spaulding authored
-
- 08 Jul, 2013 1 commit
-
-
Aaron Spaulding authored
distutils scripts -- correct order of operations so 'from ... import' lines are correctly recognized.
-
- 07 Jul, 2013 2 commits
-
-
Adam Groszer authored
Fix test failure due to new setuptools/distribute
-
Marius Gedminas authored
Nowadays setuptools always unzips eggs. Add a renormalizer (one that was already used for a different test file) so that either zipped or unzipped setuptools egg is acceptable.
-
- 05 Jul, 2013 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 03 Jul, 2013 2 commits
-
-
Jim Fulton authored
removed documentation about obsoleted 'per section python'
-
js@hipro.co.in authored
-
- 19 Jun, 2013 2 commits
-
-
Tres Seaver authored
Documentation fix: Mac OS -> Mac OS X and correct short string.
-
Martijn Pieters authored
The source code maps `macosx` to `'darwin' in sys_platform`, so this is definitely Mac OS X and not the *old* Mac OS.
-
- 14 Jun, 2013 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
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
-