Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for Python 4: replace unsafe six.PY3 with PY2 | Hugo | 2020-01-08 | 1 | -16/+16 |
| | |||||
* | Fix latin1 and utf8 tests on Python 2 | Jason R. Coombs | 2020-01-01 | 1 | -2/+11 |
| | |||||
* | Restore Python 2.7 compatibility | Jason R. Coombs | 2020-01-01 | 1 | -5/+1 |
| | |||||
* | Remove unused import | Jason R. Coombs | 2019-12-31 | 1 | -1/+0 |
| | |||||
* | Remove instance attribute; rely on tmpdir fixture; re-use touch helper. | Jason R. Coombs | 2019-12-31 | 1 | -8/+7 |
| | |||||
* | Rewrite TestSdistTest setup/teardown_method as pytest fixture. | Jason R. Coombs | 2019-12-31 | 1 | -18/+17 |
| | |||||
* | Restore Python 2.7 compatibilityfeature/include-pyproject.toml | Jason R. Coombs | 2019-12-31 | 1 | -0/+2 |
| | |||||
* | Add test for exclusion expectation. Ref #1650. | Jason R. Coombs | 2019-12-31 | 1 | -0/+16 |
| | |||||
* | include pyproject.toml in sdist (#1632) | Alexander Duryagin | 2019-01-11 | 1 | -0/+14 |
| | |||||
* | Add tests for setup.py inclusion | Shashank Singh | 2018-11-02 | 1 | -3/+43 |
| | | | | | | This tests that `setup.py` is included by default in the distribution with the egg_info command and when an sdist is built with build_meta.build_sdist | ||||
* | Mark Py 2/3-only tests as skip instead of xfail | Nikolaus Waxweiler | 2018-10-27 | 1 | -1/+1 |
| | | | | | Also reuse pre-defined py2_only and py3_only decorators where appropriate. | ||||
* | Move filename fixtures to a 'text' module so they can use unicode literals. | Jason R. Coombs | 2017-10-11 | 1 | -15/+8 |
| | |||||
* | Expect failure on macOS 10.13 and other operating systems where writing ↵ | Jason R. Coombs | 2017-10-11 | 1 | -0/+18 |
| | | | | latin-1 encoded filenames is prohibited. Fixes #1169. | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-11 | 1 | -3/+5 |
| | |||||
* | Collapse encoding detection | Jason R. Coombs | 2017-10-11 | 1 | -4/+3 |
| | |||||
* | Use natural byte literals in test_sdist | Jason R. Coombs | 2017-10-11 | 1 | -17/+11 |
| | |||||
* | Remove meaningless commend | Jason R. Coombs | 2017-10-11 | 1 | -1/+0 |
| | |||||
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -2/+2 |
| | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -2/+2 |
| | |||||
* | Change _add_defaults_data_files override and add unittest | Thiebaud Weksteen | 2016-11-21 | 1 | -2/+7 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -5/+0 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -1/+0 |
| | |||||
* | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -0/+1 |
| | |||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+7 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -128/+114 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Use io.open for future compatibility and consistency | Jason R. Coombs | 2015-12-09 | 1 | -9/+9 |
| | | |||||
| * | Expect fail when LC_ALL=C | Jason R. Coombs | 2015-12-01 | 1 | -0/+1 |
| | | |||||
| * | Expect failure running Python 3 only tests on Python 2 | Jason R. Coombs | 2015-12-01 | 1 | -104/+106 |
| | | |||||
| * | Try setting LC_CTYPE also | Jason R. Coombs | 2015-12-01 | 1 | -6/+2 |
| | | |||||
| * | WTF | Jason R. Coombs | 2015-12-01 | 1 | -0/+1 |
| | | |||||
| * | Try inlining the xfail marker. | Jason R. Coombs | 2015-12-01 | 1 | -2/+2 |
| | | |||||
| * | Expect failures on these tests due to ASCII | Jason R. Coombs | 2015-12-01 | 1 | -3/+5 |
| | | |||||
| * | Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed ↵11.3 | Jason R. Coombs | 2015-01-05 | 1 | -1/+1 |
| | | | | | | | | EntryPoint._load. | ||||
| * | Remove try/except/fail - Exceptions are failures by default. | Jason R. Coombs | 2015-01-04 | 1 | -16/+4 |
| | | |||||
| * | Use except/as, now supported by Python 2.6 | Jason R. Coombs | 2015-01-04 | 1 | -8/+4 |
| | | |||||
* | | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 1 | -166/+48 |
|\| | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Converted sdist tests to pytest | Jason R. Coombs | 2015-01-02 | 1 | -30/+25 |
| | | |||||
| * | Use pytest for skips | Jason R. Coombs | 2015-01-01 | 1 | -3/+5 |
| | | |||||
| * | Use underlying invocation of ._load directly | Jason R. Coombs | 2014-12-31 | 1 | -1/+1 |
| | | |||||
| * | Add test capturing requirement. Ref #320. | Jason R. Coombs | 2014-12-31 | 1 | -0/+18 |
| | | |||||
| * | Removed svn support from setuptools. Ref #313. | Jason R. Coombs | 2014-12-24 | 1 | -133/+1 |
| | | |||||
* | | Merge with 6.0.2 | Jason R. Coombs | 2014-09-29 | 1 | -0/+28 |
|\| | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | sdist command: fix case insensitivity when adding some files to filelist | Randy Syring | 2014-09-20 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the problem in Bitbucket issue #100. It gives the same behavior for inclusion of default files (README*, etc.) on Windows as Linux. BACKWARDS INCOMPATABILITY: This may result in a backwards incompatible change for users on a case insensitive file system. If they were relying on some files getting included in their distribution due to setuptools defaults, and their files do not have the same case as the files being looked for in setuptools, those files will no longer be included in the package. For example, if a package had a file: readme.rst Previous to this commit, that file would have been included in the distribution as: README.rst But it will now no longer be included at all. To get the file included in the package, it can be added to the package's MANIFEST.in file: include readme.rst Files affected by this change will have a case variant of the files or patterns listed below: README README.txt README.rst setup.py (or whatever your setuptools script is named) setup.cfg test/test*.py | ||||
* | | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 1 | -14/+15 |
|/ | | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977 | ||||
* | Add whitespace for readability. | Jason R. Coombs | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Must create files for tests, else they are remoed from manifests | Jason R. Coombs | 2014-05-17 | 1 | -0/+3 |
| | |||||
* | Must create files for tests, else they are remoed from manifests | Philip Thiem | 2014-05-17 | 1 | -6/+9 |
| | | | | | --HG-- extra : rebase_source : c22b55cde69bbf7fc6a075bcd8797017797c6225 | ||||
* | est_manifest_is_written_with_utf8_encoding should use the filelist's append, ↵ | Philip Thiem | 2014-05-17 | 1 | -1/+1 |
| | | | | | | | NOT filelist.files.append --HG-- extra : rebase_source : cdf0df0a11b96a60c29c10483579e6e043a7fcd1 | ||||
* | Remove unused import | Jason R. Coombs | 2014-05-17 | 1 | -1/+0 |
| |