aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Ensure that python_requires is checked during option processing. Fixes #1787.Jason R. Coombs2019-09-111-0/+2
| * | | Add more tests for valid behavior. Expand exception, any should do.Jason R. Coombs2019-09-111-1/+23
| * | | Add test capturing failure. Ref #1787.Jason R. Coombs2019-09-111-0/+12
| | |/ | |/|
* | | Allow 'long_description_content_type' warnings for new versions of packaging....Jason R. Coombs2019-10-061-0/+1
* | | Refresh vendored packages (ordereddict 3.1.1)Jason R. Coombs2019-10-061-2/+2
* | | Merge branch 'master' into feature/deterministic-provides-extrasJason R. Coombs2019-09-1117-102/+337
|\| |
| * | Fix some usage of deprecated `imp` moduleAnthony Sottile2019-08-172-5/+11
| |/
| * tests: fix `test_pip_upgrade_from_source` on Python 3.4Benoit Pierre2019-07-231-1/+6
| * improve `package_data` checkDaniel Himmelstein2019-07-162-15/+67
| * fix assert_string_list docstringDaniel Himmelstein2019-07-161-1/+1
| * Stop using deprecated HTMLParser.unescapeInada Naoki2019-06-191-1/+5
| * Added test for metadata-version 1.2Bastian Venthur2019-05-161-0/+1
| * Force metadata-version = 1.2 when project urls are present.Bastian Venthur2019-05-161-1/+2
| * tests: fix_test_build_deps_on_distutilsBenoit Pierre2019-05-141-2/+3
| * build_meta: fix 2 issues with `build_wheel` / `build_sdist`Benoit Pierre2019-04-222-39/+46
| * Merge pull request #1745 from shashanksingh28/masterPaul Ganssle2019-04-223-10/+24
| |\
| | * Fix error when wheels already exist in dist/Shashank Singh2019-04-223-10/+24
| * | Limit workers in ProcessPoolExecutorPaul Ganssle2019-04-221-1/+1
| |/
| * Add test for pre-existing wheels in build_metaFloris Lambrechts2019-04-201-0/+38
| * Updated test to check for changed git rev checkout2xB2019-04-121-1/+1
| * FIX: git and hg revision checkout under Windows2xB2019-04-121-2/+2
| * Merge pull request #1709 from radiasoft/masterJason R. Coombs2019-04-051-1/+2
| |\
| | * Rely on unique_everseen to avoid unnecessarily polluting the PYTHONPATH with ...Jason R. Coombs2019-04-051-6/+6
| | * uniquify paths in PYTHONPATHrobnagler2019-02-261-5/+6
| * | Remove detect_encoding, no longer used.Jason R. Coombs2019-04-051-13/+0
| * | Correct cyrillic to match preferred pronunciation.Jason R. Coombs2019-04-051-2/+2
| * | Add compatibility for Python 2Jason R. Coombs2019-04-051-3/+3
| * | Add test for setopt to demonstrate that edit_config retains non-ASCII charact...Jason R. Coombs2019-04-051-0/+36
| * | When reading config files, require them to be encoded with UTF-8. Fixes #1702.Jason R. Coombs2019-04-052-29/+11
| * | Feed the hobgoblins (delint).Jason R. Coombs2019-04-052-7/+9
| * | Merge pull request #1720 from pganssle/fix_setup_metaPaul Ganssle2019-03-162-1/+56
| |\ \
| | * | Use pkg_resources.parse_requirements in build_metaPaul Ganssle2019-03-161-41/+2
| | * | Extend requirement parsing tests to sdistsPaul Ganssle2019-03-161-3/+12
| | * | Add requirement parsing in setuptools.build_metaPaul Ganssle2019-03-162-14/+53
| | * | Add failing test for setup_requiresPaul Ganssle2019-03-161-0/+46
| * | | Fix typo in docstring (#1718)Dustin Ingram2019-03-161-1/+1
| |/ /
| * / Remove duplicate import io (#1713)Frédéric Chapoton2019-03-061-1/+0
| |/
| * Automatically skip tests that require networkPaul Ganssle2019-02-231-10/+41
| * tests: improve `test_pip_upgrade_from_source`Benoit Pierre2019-02-221-1/+15
* | In tests, force deterministic ordering on extras_require so tests pass.Jason R. Coombs2019-02-171-5/+7
* | Use an ordered set when constructing 'extras provided'. Ref #1305.Jason R. Coombs2019-02-171-1/+2
* | Add 'ordered_set' as a vendored packageJason R. Coombs2019-02-173-1/+490
* | Add test capturing expectation that provides_extras are ordered.Jason R. Coombs2019-02-171-0/+13
|/
* Add support for setup.cfg-only projectsPaul Ganssle2019-02-072-5/+34
* Rename build_meta:legacy to build_meta:__legacy__Paul Ganssle2019-02-052-3/+3
* Move build_meta_legacy to build_meta:legacyPaul Ganssle2019-02-033-56/+49
* Use absolute path in build_meta_legacyPaul Ganssle2019-02-031-3/+4
* Set sys.path in try/finally block with commentPaul Ganssle2019-02-031-8/+16
* Add build_meta_legacy backendPaul Ganssle2019-02-032-1/+44
* Add failing test suite for build_meta_legacyPaul Ganssle2019-02-031-0/+13