summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #995 from JGoutin.Jason R. Coombs2017-04-071-19/+92
|\
| * Remove unnecessary raw string. Ref #995.Jason R. Coombs2017-04-071-1/+1
| * Simplify _get_content_dirname by simply removing the trailing backslash. Ref ...Jason R. Coombs2017-04-071-8/+3
| * Extract generator for simpler syntax. Ref #995.Jason R. Coombs2017-04-071-8/+7
| * Move initialization into a single location. Ref #995.Jason R. Coombs2017-04-071-3/+3
| * Extract method for finding .Net in the framework folder. Ref #995.Jason R. Coombs2017-04-071-11/+15
| * extract two functions for guessing the VC version; ref #995Jason R. Coombs2017-04-071-16/+25
| * Update for MS BuildTools 2017JGoutin2017-03-201-15/+81
* | Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-073-1/+8
* | fixed incomplete import of packaging.specifiers and packaging.versionJim Fulton2017-03-241-1/+2
|/
* Extract variables to remove hanging indents.Jason R. Coombs2017-03-111-11/+10
* Fix documentation upload by fixing content_type in _build_multipart on Python...Florian Schulze2017-03-112-1/+3
* Fix for auto_chmod behaviorEmil Styrke2017-02-271-1/+1
* Add a test capturing new proposed expectation that Setuptools' build dependen...Jason R. Coombs2017-02-261-0/+50
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-02-246-11/+11
* Remove incorrect open bound on 3.6 or later for warehouse patch.Jason R. Coombs2017-02-231-2/+0
* Update version match for issue12885. Ref #971.Jason R. Coombs2017-02-231-7/+1
* Merge branch 'master' into feature/upload-infer-usernameJason R. Coombs2017-02-236-19/+52
|\
| * Remove redundant test from -nspkg.pth.Jason R. Coombs2017-02-211-1/+1
| * Add a test.Moriyoshi Koizumi2017-02-131-0/+42
| * An epoch starts with a number followed by '!'.Moriyoshi Koizumi2017-02-131-1/+1
| * A local version label starts with '+' sign, as per https://www.python.org/dev...Moriyoshi Koizumi2017-02-131-1/+1
| * Dropped support for classifiers subsection handling in setup.cfg (see #952).idle sign2017-02-042-16/+8
| * Always cast to str on Linux and Python 2, let rmtree handle the rest. Fixes #...Jason R. Coombs2017-02-031-1/+0
* | Infer the username using getpass.getuser() if no username is resolved from .p...Jason R. Coombs2017-02-021-0/+4
|/
* Rely on backports.unittest_mock plugin to make mock available on old Python v...Jason R. Coombs2017-01-302-8/+2
* Merge pull request #930 from GandaG/build_clibJason R. Coombs2017-01-285-1/+211
|\
| * Added build_clib module and unit tests.Daniel Nunes2017-01-193-1/+158
| * Added tests for newer_pairwise_group().Daniel Nunes2017-01-151-0/+30
| * Added newer_pairwise_group() convenience function.Daniel Nunes2017-01-141-0/+23
* | Merge test with fix. Ref #913.Jason R. Coombs2017-01-241-1/+1
|\ \
| * \ Merge pull request #913 from davidszotten/package_dir_trailing_slashJason R. Coombs2017-01-241-1/+1
| |\ \
| | * | strip trailing slash from package_dir before counting slashesDavid Szotten2017-01-051-1/+1
| | |/
* | | Add tests for _resolve_setup_path, including one that elicits the error repor...Jason R. Coombs2017-01-241-0/+16
* | | Extract staticmethod for resolving setup pathJason R. Coombs2017-01-241-7/+20
|/ /
* | Prefer list comprehension to init/append loop. Ref #936.Jason R. Coombs2017-01-231-3/+5
* | fixes #935 - allows for glob syntax in graftHatem Nassrat2017-01-232-1/+12
* | Merge with masterJason R. Coombs2017-01-165-30/+33
|\ \
| * | Restore setuptools import, falsely identified as an unused import by linter.Jason R. Coombs2017-01-161-1/+2
| * | Remove unused importsJason R. Coombs2017-01-164-5/+2
| * | Simply invoke addstore twice, rather than looping.Jason R. Coombs2017-01-161-4/+4
| * | Rely on namespacing to discriminate between novel class and parent.Jason R. Coombs2017-01-161-5/+5
| * | Remove unused parameterJason R. Coombs2017-01-161-2/+1
| * | Remove unused importJason R. Coombs2017-01-161-1/+0
| * | Replace global variable serving as an implicit cache with an explicit 'once' ...Jason R. Coombs2017-01-161-5/+10
| * | Refactor find_ca_bundle to simplify branching logic.Jason R. Coombs2017-01-161-17/+12
| * | Fix certifi fallback is not used on Windows.Ilya Kulakov2017-01-131-7/+14
| |/
* | Merge branch 'master' into feature/581-depend-not-bundleJason R. Coombs2017-01-131-8/+15
|\ \ | |/
| * Add a no-op property for 'tag_svn_revision' to suppress errors when distutils...Jason R. Coombs2017-01-021-0/+12
| * More aggressively remove references to 'tag_svn_revision' option in egg_info....Jason R. Coombs2017-01-021-8/+3