Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #1010 from idlesign/patch-1 | Jason R. Coombs | 2017-04-15 | 1 | -0/+7 | |
| |\ \ | | |/ | |/| | Docs: notes on setup.cfg and ez_setup | |||||
| | * | Docs: notes on setup.cfg and ez_setup | Igor Starikov | 2017-04-12 | 1 | -0/+7 | |
| |/ | | | | | (see # 1006) | |||||
| * | Update changelog to combine 34.4.1 and 34.4.2 as the former was never ↵v34.4.1 | Jason R. Coombs | 2017-04-10 | 1 | -4/+2 | |
| | | | | | | | | released. Ref #1008. | |||||
| * | Bump version: 34.4.0 → 34.4.1 | Jason R. Coombs | 2017-04-10 | 2 | -2/+2 | |
| | | ||||||
| * | Merge pull request #1008 from JGoutin/patch-2 | Jason R. Coombs | 2017-04-10 | 2 | -53/+86 | |
| |\ | | | | | | | Fixes for Visual Studio 2017 | |||||
| | * | Update whitespace for consistency and better rendering | Jason R. Coombs | 2017-04-10 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add #1008 changes | JGoutin | 2017-04-10 | 1 | -2/+6 | |
| | | | ||||||
| | * | Fixes for Visual Studio 2017 | JGoutin | 2017-04-10 | 1 | -51/+79 | |
| |/ | | | | | | | | | | | | | - VCRuntimeRedist new path since VS2017. - Use always last Windows SDK and UCRT SDK when more than one version are available. - Minors docstrings changes. Tested with "Visual Studio 2017 Community" and "Visual Studio Build Tools 2017". | |||||
| * | Consolidate technique for reading PYTHONPATH. | Jason R. Coombs | 2017-04-10 | 1 | -4/+7 | |
| | | ||||||
| * | Nicer syntax for processing PYTHONPATH | Jason R. Coombs | 2017-04-10 | 1 | -3/+10 | |
| | | ||||||
| * | Correct typo. Ref #992. | Jason R. Coombs | 2017-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992. | Jason R. Coombs | 2017-04-08 | 3 | -1/+25 | |
| | | ||||||
| * | Use six to detect Python 2 | Jason R. Coombs | 2017-04-08 | 1 | -4/+4 | |
| | | ||||||
| * | spaces for consistency | Jason R. Coombs | 2017-04-08 | 1 | -2/+2 | |
| | | ||||||
| * | Extract private method for locating latest available vc ver. | Jason R. Coombs | 2017-04-08 | 1 | -8/+8 | |
| | | ||||||
| * | Let the default vc_min_ver represent the most lenient, degenerate limit. | Jason R. Coombs | 2017-04-08 | 1 | -5/+4 | |
| | | ||||||
| * | Bump version: 34.3.3 → 34.4.0v34.4.0 | Jason R. Coombs | 2017-04-07 | 2 | -2/+2 | |
| | | ||||||
| * | Merge pull request #995 from JGoutin. | Jason R. Coombs | 2017-04-07 | 2 | -19/+95 | |
| |\ | ||||||
| | * | Update changelog. Ref #995. | Jason R. Coombs | 2017-04-07 | 1 | -0/+6 | |
| | | | ||||||
| | * | Remove unnecessary raw string. Ref #995. | Jason R. Coombs | 2017-04-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Simplify _get_content_dirname by simply removing the trailing backslash. Ref ↵ | Jason R. Coombs | 2017-04-07 | 1 | -8/+3 | |
| | | | | | | | | | | | | #995. | |||||
| | * | Extract generator for simpler syntax. Ref #995. | Jason R. Coombs | 2017-04-07 | 1 | -8/+7 | |
| | | | ||||||
| | * | Move initialization into a single location. Ref #995. | Jason R. Coombs | 2017-04-07 | 1 | -3/+3 | |
| | | | ||||||
| | * | Extract method for finding .Net in the framework folder. Ref #995. | Jason R. Coombs | 2017-04-07 | 1 | -11/+15 | |
| | | | ||||||
| | * | extract two functions for guessing the VC version; ref #995 | Jason R. Coombs | 2017-04-07 | 1 | -16/+25 | |
| | | | ||||||
| | * | Update for MS BuildTools 2017 | JGoutin | 2017-03-20 | 1 | -15/+81 | |
| | | | ||||||
| * | | Merge pull request #1007 from ma-ba/issue-999 | Jason R. Coombs | 2017-04-07 | 5 | -1/+17 | |
| |\ \ | | | | | | | | | Fixes #999: support python_requires and py_modules in configuration files | |||||
| | * | | Update changelog. Ref #1007. | Marcel Bargull | 2017-04-07 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Fixes #999: support python_requires, py_modules in configuration files | Marcel Bargull | 2017-04-07 | 4 | -1/+10 | |
| |/ / | ||||||
| * | | Although bootstrap.py is installing the deps, it removes them as well, so ↵ | Jason R. Coombs | 2017-03-31 | 1 | -0/+2 | |
| | | | | | | | | | | | | doc builds still require build deps. | |||||
| * | | Constrain hack to the RTD environment. Rely on bootstrap routine to make ↵ | Jason R. Coombs | 2017-03-31 | 2 | -7/+8 | |
| | | | | | | | | | | | | dependencies available. | |||||
| * | | Hack must genuflect to the arbitrory invocation location | Jason R. Coombs | 2017-03-31 | 1 | -1/+3 | |
| | | | ||||||
| * | | Make sure bootstrap finishes before continuing, and ensure that ↵ | Jason R. Coombs | 2017-03-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | jaraco.packaging.sphinx is run before rst.linker. | |||||
| * | | Remove excess hack | Jason R. Coombs | 2017-03-30 | 1 | -1/+0 | |
| | | | ||||||
| * | | Try running bootstrap in subprocess in order to be in the project root. | Jason R. Coombs | 2017-03-30 | 1 | -0/+3 | |
| | | | ||||||
| * | | Check for egg info dir relative to setup.py | Jason R. Coombs | 2017-03-30 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add hack to invoke bootstrap script so that setup.py --version can be invoked. | Jason R. Coombs | 2017-03-30 | 1 | -0/+5 | |
| | | | ||||||
| * | | Require a late version of setuptools to allow the docs to invoke setup.py | Jason R. Coombs | 2017-03-30 | 1 | -0/+2 | |
| | | | ||||||
| * | | Update docs to use jaraco.packaging.sphinx to grab metadata from the package. | Jason R. Coombs | 2017-03-30 | 2 | -49/+20 | |
| | | | ||||||
| * | | Bump version: 34.3.2 → 34.3.3v34.3.3 | Jason R. Coombs | 2017-03-26 | 2 | -2/+2 | |
| | | | ||||||
| * | | Update changelog. Ref #998. | Jason R. Coombs | 2017-03-26 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge pull request #998 from jimfulton/fix-packaging-import-in-dist | Jason R. Coombs | 2017-03-26 | 1 | -1/+2 | |
| |\ \ | | |/ | |/| | fixed incomplete import of packaging.specifiers and packaging.version | |||||
| | * | fixed incomplete import of packaging.specifiers and packaging.version | Jim Fulton | 2017-03-24 | 1 | -1/+2 | |
| |/ | | | | | | | This fixes: #997 | |||||
| * | Bump version: 34.3.1 → 34.3.2v34.3.2 | Jason R. Coombs | 2017-03-11 | 2 | -2/+2 | |
| | | ||||||
| * | Update changelog. Ref #993. | Jason R. Coombs | 2017-03-11 | 1 | -0/+7 | |
| | | ||||||
| * | Extract variables to remove hanging indents. | Jason R. Coombs | 2017-03-11 | 1 | -11/+10 | |
| | | ||||||
| * | Merge pull request #993 from fschulze/fix-docs-upload-content-type | Jason R. Coombs | 2017-03-11 | 2 | -1/+3 | |
| |\ | | | | | | | Fix documentation upload by fixing content_type in _build_multipart on Python 3.x. | |||||
| | * | Fix documentation upload by fixing content_type in _build_multipart on ↵ | Florian Schulze | 2017-03-11 | 2 | -1/+3 | |
| |/ | | | | | | | Python 3.x. | |||||
| * | Bump version: 34.3.0 → 34.3.1v34.3.1 | Jason R. Coombs | 2017-03-02 | 2 | -2/+2 | |
| | | ||||||
| * | Update changelog | Jason R. Coombs | 2017-03-02 | 1 | -0/+3 | |
| | |