- 08 Aug, 2017 2 commits
-
-
Leonardo Rochael Almeida authored
Fix #153: buildout should cache working set environments
-
Rafael Oliveira authored
-
- 27 Jul, 2017 1 commit
-
-
Rafael Oliveira authored
-
- 20 Jun, 2017 4 commits
-
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
[ci skip]
-
Jason Madden authored
Fixes #397. tox will produce the coverage reports by default.
-
Jason Madden authored
-
- 14 Jun, 2017 1 commit
-
-
Ramiro Batista da Luz authored
-
- 25 May, 2017 1 commit
-
-
Jason Madden authored
This fixes #392. Previously under Python 3 (probably prior to 3.6, when dicts became ordered by default) or under Python 2 with ``-R`` or ``PYTHONHASHSEED=random`` the results were undefined because dict iteration order is undefined. The value being sorted is complex and defined by pkg_resources.Distribution: ``` @property def hashcmp(self): return ( self.parsed_version, self.precedence, self.key, _remove_md5_fragment(self.location), self.py_version or '', self.platform or '', ) def __hash__(self): return hash(self.hashcmp) def __lt__(self, other): return self.hashcmp < other.hashcmp ... ```
-
- 30 Mar, 2017 5 commits
-
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
-
- 28 Mar, 2017 1 commit
-
-
Godefroid Chapelle authored
verbose mode and select sections for annotate command
-
- 07 Mar, 2017 10 commits
-
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
avoid --section flag
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
--verbose allows, among others, to find out which values are overridden when extending cfg files --section allows to focus on a specific section
-
- 06 Mar, 2017 15 commits
-
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
-
Leonardo Rochael Almeida authored
It's not present in older setuptools versions. It seems not to be needed since `pkg_resources.Environment.add()` will sort dists in each project_name according to their version anyway.
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
-
Jim Fulton authored
That was broken because the docs are no longer in the long description.
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
* Document UserError * Additional resources. * briefly explain extensions Later, we'll probably discuss how to develop them, probably in a separate document. * move old changes to HISTORY.rst * Cut over to new docs!
-
Jim Fulton authored
* Moved the meta-recipe test over to the manual. It was already written as documentation using manuel.
-
Leonardo Rochael Almeida authored
The `unpack_wheel` was blindly trusting the result of `wheel_to_egg()` and possibly laying zipped eggs in `eggs-directory`. Fix it to always unpack the result of `wheel_to_egg()` instead.
-
Jim Fulton authored
* Make the Buildout helper class useful for testing recipes. * Move run_buildout_in_process to testing because recipe integration tests may find it useful.
-
Jim Fulton authored
* Added support for special implication syntax ``=>`` * added <part-dependencies> support
-