- 31 Oct, 2014 6 commits
-
-
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.
-
- 16 Oct, 2013 1 commit
-
-
Marius Gedminas authored
The SSL patch file was recently renamed[1], and then fixed to apply against 2.6.9rc1[2]. [1] https://github.com/collective/buildout.python/commit/ad45adb78bfa37542d62a394392d5146fce5af34 [2] https://github.com/collective/buildout.python/commit/8d58e4b2bc67ef67d97013a66e8aa4669b3a37a1 Since buildout is still building Python 2.6.8 we should use a URL to a version of the patch that applies to 2.6.8. I noticed this problem while idly browsing Travis CI: https://travis-ci.org/buildout/buildout/jobs/12570074
-
- 15 Oct, 2013 1 commit
-
-
Jim Fulton authored
Add BUILDOUT_HOME to specify alternate configuration source.
-
- 30 Sep, 2013 1 commit
-
-
Marius Gedminas authored
-
- 10 Sep, 2013 1 commit
-
-
Fred Drake authored
-
- 06 Sep, 2013 2 commits
-
-
Marius Gedminas authored
Fix typos.
-
Michael Howitz authored
-
- 05 Sep, 2013 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-