- 04 Nov, 2014 2 commits
-
-
Marius Gedminas authored
If PYTHON_VER is not known to the Makefile, don't fall back to PYTHON_MINOR of 2.7.3, instead ask the user to specify a correct PYTHON_MINOR explicitly. Otherwise you get weird failures like #203. Also allow the user to override PYTHON_MINOR on the `make` command line, e.g. make PYTHON_VER=3.3 PYTHON_MINOR=3.3.6
-
Marius Gedminas authored
Closes #202.
-
- 01 Nov, 2014 4 commits
-
-
Alex Clark authored
-
Alex Clark authored
-
Alex Clark authored
-
Alex Clark ☺ authored
Fix for buildout 2.2.3 upgrade/downgrade problems
-
- 31 Oct, 2014 9 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
non-matching versions. Ignoring version conflicts for buildout and setuptools, this enables buildout/setuptools upgrades/downgrades after a bootstrap.
-
Reinout van Rees authored
-
Reinout van Rees authored
Whatever the method we used to find it, cache the result. Not just in one of the cases. And it makes the method more readable as it doesn't mix functionality
-
Reinout van Rees authored
Often it is unclear why buildout takes a long time on something, this logger statement might make it much clearer
-
Reinout van Rees authored
-
Reinout van Rees authored
This way it is more clear that we're trying several things one after the other. And it is nicer to read this way.
-
- 30 Oct, 2014 3 commits
-
-
Alex Clark authored
-
Alex Clark authored
- Performance enhancment via https://github.com/buildout/buildout/pull/194 - Fix manifest
-
Alex Clark ☺ authored
193 performance
-
- 09 Oct, 2014 4 commits
-
-
Peter Uittenbroek authored
-
Peter Uittenbroek authored
-
Peter Uittenbroek authored
-
Peter Uittenbroek authored
Introduce improved easy_install.py Install.install function. Originally commited in 98b7c55cb8b8e39e4835b5dd4223fda55f519890
-
- 07 May, 2014 2 commits
-
-
Jim Fulton authored
Fix for #184
-
Reinout van Rees authored
See #184, a comma doesn't work (like it *does* inside a logger call) inside an exception.
-
- 06 May, 2014 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 08 Apr, 2014 1 commit
-
-
Marius Gedminas authored
Close various files when finished writing to them; fixes ResourceWarnings and some PyPy uses.
-
- 07 Apr, 2014 3 commits
-
-
Jason Madden authored
Unify three checks for a file being changed into one function. Note that python < 3.3 raise IOError if a file is not found, while python >= 3.3 raise FileNotFound, a kind of OSError. EnvironmentError is a common superclass on all versions and in fact is where `errno` is defined.
-
Jason Madden authored
-
Jason Madden authored
Close various files when finished writing to them. This avoids ResourceWarnings on Python 3, and better supports doctests under PyPy.
-
- 22 Mar, 2014 1 commit
-
-
Marius Gedminas authored
Fix Python tarball download in Makefile by following HTTP redirects
-
- 21 Mar, 2014 2 commits
-
-
Taylor McKay authored
-
Taylor McKay authored
-
- 28 Feb, 2014 3 commits
-
-
Tres Seaver authored
List Python 2 and 3 support in setup.py
-
Brett Cannon authored
-
Brett Cannon authored
-
- 20 Dec, 2013 1 commit
-
-
Tres Seaver authored
-
- 05 Nov, 2013 2 commits
-
-
Tres Seaver authored
Open files for 'exec()' w/ universal newlines.
-
Tres Seaver authored
-
- 22 Oct, 2013 1 commit
-
-
Tres Seaver authored
Fixes #130.
-