- 04 Dec, 2016 1 commit
-
-
idle sign authored
-
- 03 Dec, 2016 7 commits
-
-
idle sign authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Make Entrypoint methods docs up to date.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix #849 global-exclude globbing
-
Jason R. Coombs authored
-
Jason R. Coombs authored
package_index: fix bug not catching some network timeouts
-
- 01 Dec, 2016 14 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Use super to resolve the superclass, but fall back to direct access on Python 2 where old style classes are used. Ref #843.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Remove _add_defaults_data_files override and add unittest
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
https://github.com/abstrus/setuptoolsJason R. Coombs authored
Merge branch 'suppress-warning' of https://github.com/abstrus/setuptools into abstrus-suppress-warning
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
idle sign authored
-
- 30 Nov, 2016 1 commit
-
-
Jason R. Coombs authored
-
- 27 Nov, 2016 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 26 Nov, 2016 6 commits
- 25 Nov, 2016 1 commit
-
-
Liao Penghui authored
Entrypoint.load() is deprecated and it's recommend to use `require` and `resolve` separately.
-
- 20 Nov, 2016 2 commits
-
-
Thiebaud Weksteen authored
-
Tim Heap authored
After #764, `global-exclude .pyc` no longer excluded `.pyc` files. This fixes that regression, and adds a test for this behaviour.
-
- 18 Nov, 2016 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Drop exception support for packages triggering win32com cache generation during build/install. Fixes #841
-
- 13 Nov, 2016 3 commits
-
-
Julien Muchembled authored
There are already so many exceptions catched, like socket errors (e.g. failure in name resolution) or HTTP errors. Depending on when a timeout occurs, it is either catched (URLError during the SSL handshake) or not (socket.error while getting a HTTP response). When used by buildout, this fixes random failures when running in newest mode (which is the default case), or when the requested version is available in the download-cache.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-