Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -4/+2 |
| | |||||
* | Remove pkg_resources.py31compat.makedirs() in favor of the stdlib | Jon Dufresne | 2020-02-16 | 1 | -2/+1 |
| | | | | | As setuptools is now python 3.5+, this compatibility shim is no longer necessary. | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -66/+67 |
| | |||||
* | Mark Py 2/3-only tests as skip instead of xfail | Nikolaus Waxweiler | 2018-10-27 | 1 | -2/+1 |
| | | | | | Also reuse pre-defined py2_only and py3_only decorators where appropriate. | ||||
* | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 1 | -1/+3 |
| | |||||
* | Use makedirs with future compatibility throughout setuptools. Ref #1083. | Jason R. Coombs | 2017-07-13 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -20/+83 |
|\ | |||||
| * | Rewrite tests to test the actual matching rather than making assertions ↵ | Jason R. Coombs | 2017-04-18 | 1 | -20/+83 |
| | | | | | | | | about the regular expressions. Fixes #1015. | ||||
| * | Pass flags programmatically, avoiding deprecating trailing pattern flags ↵ | Jason R. Coombs | 2017-04-18 | 1 | -13/+13 |
| | | | | | | | | syntax revealed in #1015. | ||||
* | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
|/ | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | fixes #935 - allows for glob syntax in graft | Hatem Nassrat | 2017-01-23 | 1 | -0/+9 |
| | |||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Revert "Fix #849 global-exclude globbing" | Tim Heap | 2016-12-15 | 1 | -12/+0 |
| | | | | This reverts commit 23aba916e1070d3cf9723af85a6ce07c89053931. | ||||
* | Fix #849 global-exclude globbing | Tim Heap | 2016-11-21 | 1 | -0/+12 |
| | | | | | After #764, `global-exclude .pyc` no longer excluded `.pyc` files. This fixes that regression, and adds a test for this behaviour. | ||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -4/+0 |
| | |||||
* | Sort manifest file list in tests | Tim Heap | 2016-10-18 | 1 | -1/+19 |
| | | | | | | | | | | | Different OS's and file systems return lists of files in different orders, not always creation order. This caused intermittent test failures. The file list is now sorted prior to being checked to ensure a consistent order across all systems. Fixes #816 | ||||
* | Much faster implementation of FileList, for big egg_info speedups | Tim Heap | 2016-10-15 | 1 | -14/+54 |
| | |||||
* | Fix quantity of blank lines after code object, class of function definition. | stepshal | 2016-08-20 | 1 | -0/+1 |
| | |||||
* | Copy FileList tests from distutils | Tim Heap | 2016-08-17 | 1 | -9/+274 |
| | |||||
* | Add tests for MANIFEST.in | Tim Heap | 2016-08-17 | 1 | -0/+210 |