- 01 Dec, 2017 3 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
- 29 Nov, 2017 3 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
Setuptools 38.2.0 suddenly started supporting and downloading wheels. .whl files would end up in the non-functioning and deprecated unpack_wheel(). The new default ('just use setuptools') works fine. - If you use an older setuptools, setuptools won't download wheels and the new code won't be used. - If you use buildout.wheel, you'll overwrite the unpacker anyway.
-
Reinout van Rees authored
-
- 02 Nov, 2017 2 commits
-
-
Tres Seaver authored
Update implicit-parts.rst
-
Sun Wei authored
miss {
-
- 22 Sep, 2017 3 commits
-
-
Reinout van Rees authored
[ci skip]
-
Reinout van Rees authored
[ci skip]
-
Reinout van Rees authored
Use HTTPS for default PyPI index
-
- 21 Sep, 2017 1 commit
-
-
David Beitey authored
PyPI redirects HTTP to HTTPS by default now so using HTTPS directly avoids the potential for that redirect being modified in flight, helping prevent MITM attacks. Fixes #114.
-
- 17 Aug, 2017 2 commits
-
-
Leonardo Rochael Almeida authored
[ci skip]
-
Leonardo Rochael Almeida authored
[ci skip]
-
- 16 Aug, 2017 1 commit
-
-
Leonardo Rochael Almeida authored
-
- 15 Aug, 2017 2 commits
-
-
Leonardo Rochael Almeida authored
Egg `zope.testing` is already a dependency of `zc.buildout[test]`.
-
Leonardo Rochael Almeida authored
Add missing egg `coverage` to part that imports coverage on initialization.
-
- 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 8 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
-