aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 34.3.3 → 34.4.0v34.4.0Jason R. Coombs2017-04-072-2/+2
* Merge pull request #995 from JGoutin.Jason R. Coombs2017-04-072-19/+95
|\
| * Update changelog. Ref #995.Jason R. Coombs2017-04-071-0/+6
| * 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
* | Merge pull request #1007 from ma-ba/issue-999Jason R. Coombs2017-04-075-1/+17
|\ \
| * | Update changelog. Ref #1007.Marcel Bargull2017-04-071-0/+7
| * | Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-074-1/+10
|/ /
* | Although bootstrap.py is installing the deps, it removes them as well, so doc...Jason R. Coombs2017-03-311-0/+2
* | Constrain hack to the RTD environment. Rely on bootstrap routine to make depe...Jason R. Coombs2017-03-312-7/+8
* | Hack must genuflect to the arbitrory invocation locationJason R. Coombs2017-03-311-1/+3
* | Make sure bootstrap finishes before continuing, and ensure that jaraco.packag...Jason R. Coombs2017-03-301-2/+2
* | Remove excess hackJason R. Coombs2017-03-301-1/+0
* | Try running bootstrap in subprocess in order to be in the project root.Jason R. Coombs2017-03-301-0/+3
* | Check for egg info dir relative to setup.pyJason R. Coombs2017-03-301-1/+2
* | Add hack to invoke bootstrap script so that setup.py --version can be invoked.Jason R. Coombs2017-03-301-0/+5
* | Require a late version of setuptools to allow the docs to invoke setup.pyJason R. Coombs2017-03-301-0/+2
* | Update docs to use jaraco.packaging.sphinx to grab metadata from the package.Jason R. Coombs2017-03-302-49/+20
* | Bump version: 34.3.2 → 34.3.3v34.3.3Jason R. Coombs2017-03-262-2/+2
* | Update changelog. Ref #998.Jason R. Coombs2017-03-261-0/+7
* | Merge pull request #998 from jimfulton/fix-packaging-import-in-distJason R. Coombs2017-03-261-1/+2
|\ \ | |/ |/|
| * fixed incomplete import of packaging.specifiers and packaging.versionJim Fulton2017-03-241-1/+2
|/
* Bump version: 34.3.1 → 34.3.2v34.3.2Jason R. Coombs2017-03-112-2/+2
* Update changelog. Ref #993.Jason R. Coombs2017-03-111-0/+7
* Extract variables to remove hanging indents.Jason R. Coombs2017-03-111-11/+10
* Merge pull request #993 from fschulze/fix-docs-upload-content-typeJason R. Coombs2017-03-112-1/+3
|\
| * Fix documentation upload by fixing content_type in _build_multipart on Python...Florian Schulze2017-03-112-1/+3
|/
* Bump version: 34.3.0 → 34.3.1v34.3.1Jason R. Coombs2017-03-022-2/+2
* Update changelogJason R. Coombs2017-03-021-0/+3
* Merge pull request #988 from estyrke/patch-1Jason R. Coombs2017-03-021-1/+1
|\
| * 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
* Merge pull request #983 from scop/py36escseqJason R. Coombs2017-02-248-12/+18
|\
| * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-02-248-12/+18
|/
* Bump version: 34.2.0 → 34.3.0v34.3.0Jason R. Coombs2017-02-232-2/+2
* 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-232-7/+4
* Merge pull request #961 from pypa/feature/upload-infer-usernameJason R. Coombs2017-02-232-0/+10
|\
| * Merge branch 'master' into feature/upload-infer-usernameJason R. Coombs2017-02-2316-42/+103
| |\ | |/ |/|
* | Release on Python 3.6Jason R. Coombs2017-02-231-1/+1
* | Remove redundant test from -nspkg.pth.Jason R. Coombs2017-02-211-1/+1
* | Bump version: 34.1.1 → 34.2.0v34.2.0Jason R. Coombs2017-02-122-2/+2
* | Merge pull request #968 from moriyoshi/moriyoshi/local-version-label-in-egg-f...Jason R. Coombs2017-02-123-1/+47
|\ \
| * | Description for the change.Moriyoshi Koizumi2017-02-131-0/+4
| * | Add a test.Moriyoshi Koizumi2017-02-131-0/+42