aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Separate test for 'is_present' into its own test and add a TODO about this be...Jason R. Coombs2020-01-191-0/+5
* Extract 'find_spec' function to consolidate behavior. Ref #1905.Jason R. Coombs2020-01-191-12/+12
* Merge branch 'master' into patch-1Jason R. Coombs2020-01-1957-1114/+1752
|\
| * 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-1910-47/+47
| * 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-1928-153/+231
| * Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/...Jason R. Coombs2020-01-142-0/+35
| |\
| | * Add testsEmiel Wiedijk2019-05-151-0/+28
| | * Set sys.argv[0] in build scripts run by build_metaEmiel Wiedijk2019-05-151-0/+7
| * | Fix for Python 4: replace unsafe six.PY3 with PY2Hugo2020-01-0811-31/+31
| * | Merge pull request #1908 from benoit-pierre/drop_py34_supportJason R. Coombs2020-01-011-4/+1
| |\ \
| | * | drop support for Python 3.4Benoit Pierre2019-11-151-4/+1
| * | | Fix latin1 and utf8 tests on Python 2Jason R. Coombs2020-01-011-2/+11
| * | | Restore Python 2.7 compatibilityJason R. Coombs2020-01-011-5/+1
| * | | Remove unused importJason R. Coombs2019-12-311-1/+0
| * | | Remove instance attribute; rely on tmpdir fixture; re-use touch helper.Jason R. Coombs2019-12-311-8/+7
| * | | Rewrite TestSdistTest setup/teardown_method as pytest fixture.Jason R. Coombs2019-12-311-18/+17
| * | | Restore Python 2.7 compatibilityfeature/include-pyproject.tomlJason R. Coombs2019-12-311-0/+2
| * | | Add test for exclusion expectation. Ref #1650.Jason R. Coombs2019-12-311-0/+16
| * | | Add test ensuring pyproject.toml is included during PEP 517 build.Tzu-ping Chung2019-12-291-0/+21
| * | | Merge branch 'master' into feature/include-pyproject.tomlJason R. Coombs2019-12-2973-2192/+4155
| |\ \ \
| | * | | Extract methods to separate _safe_data_files behavior and _add_data_files.Jason R. Coombs2019-12-211-8/+21
| | * | | Merge branch 'master' into fix_handling_of_find-links_in_setup.cfgJason R. Coombs2019-12-012-2/+58
| | |\ \ \
| | | * | | Extract function to strip the marker for concise code in the long function.Jason R. Coombs2019-12-011-5/+14
| | | * | | fix possible issue with transitive build dependenciesBenoit Pierre2019-11-272-2/+49
| | * | | | fix support for easy_install's find-links option in setup.cfgBenoit Pierre2019-11-262-2/+49
| | |/ / /
| | * | | wheel: fix `is_compatible` implementationBenoit Pierre2019-11-252-1/+10
| | * | | Merge pull request #1877 from pypa/feature/distribution-options-hooksJason R. Coombs2019-11-231-4/+20
| | |\ \ \
| | | * | | Merge branch 'master' into feature/distribution-options-hooksJason R. Coombs2019-11-1622-809/+1009
| | | |\| |
| | | * | | Move all finalization of distribution options into hooks. Allow hooks to spec...Jason R. Coombs2019-11-161-6/+18
| | | * | | Add new hook 'setuptools.finalize_distribution_options' for plugins like 'set...Jason R. Coombs2019-10-181-0/+4
| | * | | | Merge pull request #1909 from benoit-pierre/resurrect_easy_install_scriptJason R. Coombs2019-11-233-21/+73
| | |\ \ \ \
| | | * | | | Revert "drop easy_install script and associated documentation"Benoit Pierre2019-11-163-21/+73
| | * | | | | Merge pull request #1829 from benoit-pierre/update_pep425tagsJason R. Coombs2019-11-1616-815/+662
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | wheel: switch to `packaging.tags` for checking PEP 425 tagsBenoit Pierre2019-10-075-629/+2
| | | * | | | setuptools: update vendored packagingBenoit Pierre2019-10-0711-186/+660
| | * | | | | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-164-14/+224
| | |\ \ \ \ \
| | | * | | | | Filter out missing files and use extend()Mick Koch2019-10-281-2/+2
| | | * | | | | Use an OrderedSet for accumulating license filesMick Koch2019-10-282-3/+3
| | | * | | | | Remove DALS for single-line stringsMick Koch2019-10-281-40/+40
| | | * | | | | Add support for `license_files` option in metadataMick Koch2019-10-284-8/+218
| | * | | | | | deprecate easy_install commandBenoit Pierre2019-11-152-2/+8
| | * | | | | | drop easy_install script and associated documentationBenoit Pierre2019-11-153-73/+21
| | * | | | | | dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-155-65/+326
| | | |_|_|/ / | | |/| | | |
| | * | | | | tests: fix some pytest warnings under Python 2Benoit Pierre2019-11-151-1/+1
| * | | | | | do not change py36compat, put changes into sdist commandAlexander Duryagin2019-01-112-1/+9
| * | | | | | include pyproject.toml in sdist (#1632)Alexander Duryagin2019-01-112-1/+15
* | | | | | | Fix _imp module behaviour if is defined paths in find_spec callOndřej Súkup2019-11-151-3/+12
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel...Benoit Pierre2019-11-132-6/+43
|\ \ \ \ \ \
| * | | | | | wheel: fix installation of empty namespace packageBenoit Pierre2019-10-072-1/+31
| * | | | | | wheel: silence info trace when writing `requires.txt`Benoit Pierre2019-10-071-5/+12
| | |_|_|/ / | |/| | | |