aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | 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
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Remove "upload" and "register" commands.Paul Ganssle2019-11-026-433/+57
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #1855 from isidentical/issue-479Jason R. Coombs2019-10-294-29/+137
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Remove 'sys' importBatuhan Taskaya2019-10-291-1/+0
| | * | | | | Allow calling get_frozen_object without paths, raise ImportError when it cant...Batuhan Taskaya2019-10-291-2/+6
| | * | | | | Ensure importlib.util is imported on Python 3.5Jason R. Coombs2019-10-281-0/+5
| | * | | | | Avoid importerror on older PythonsJason R. Coombs2019-10-281-1/+1
| | * | | | | Extract compatibility function into compatibility module.Jason R. Coombs2019-10-282-7/+11
| | * | | | | remove _resolveBatuhan Taskaya2019-10-281-7/+0
| | * | | | | add docstring to find_moduleBatuhan Taskaya2019-10-281-2/+1
| | * | | | | py34 compatBatuhan Taskaya2019-10-281-1/+7
| | * | | | | imp load_module fixBatuhan Taskaya2019-10-281-1/+1
| | * | | | | Avoid _resolve in get_module (causes failures).Jason R. Coombs2019-10-271-1/+1
| | * | | | | Extract _resolveJason R. Coombs2019-10-271-6/+10
| | * | | | | Rely on contextlib.closing for brevity.Jason R. Coombs2019-10-271-5/+13
| | * | | | | Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ...Jason R. Coombs2019-10-273-87/+112
| | * | | | | Remove apparently unrelated change to testJason R. Coombs2019-10-271-1/+0
| | * | | | | Upgrade setuptools.depends to importlib from depracated impisidentical2019-10-132-14/+76
| * | | | | | msvc: fix Python 2 supportBenoit Pierre2019-10-281-0/+1
| * | | | | | Merge pull request #1824 from asottile/python310Jason R. Coombs2019-10-274-6/+6
| |\ \ \ \ \ \
| | * | | | | | Fixes for python3.10Anthony Sottile2019-08-174-6/+6
| | |/ / / / /
| * | | | | | Merge pull request #1811 from JGoutin/msvc_updateJason R. Coombs2019-10-271-322/+699
| |\ \ \ \ \ \
| | * | | | | | Improve Visual C++ 14.X supportjgoutin2019-08-031-322/+699
| * | | | | | | Remove outdated comment and suppressed exception from test_test.pyJon Dufresne2019-10-221-6/+2
| * | | | | | | Merge pull request #1881 from jdufresne/utf-8Paul Ganssle2019-10-222-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Change coding cookie to use utf-8 (lowercase)Jon Dufresne2019-10-212-2/+2
| * | | | | | | | Deprecate the test commandJon Dufresne2019-10-212-1/+59
| |/ / / / / / /
| * | | | | / / minor cleanupBenoit Pierre2019-10-071-2/+1
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Pin ordered-set to current version for consistency.Jason R. Coombs2019-10-071-1/+1
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalidJason R. Coombs2019-10-062-0/+36
| |\ \ \ \ \
| | * | | | | 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