aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 23.2.1 → 24.0.0v24.0.0Jason R. Coombs2016-07-022-2/+2
|
* Update changelogJason R. Coombs2016-07-021-2/+2
|
* Merge pull request #624 from pypa/feature/msvc-discoveryJason R. Coombs2016-07-025-67/+1203
|\ | | | | Improved support for MSVC discovery
| * Extract variable for bin_dirJason R. Coombs2016-07-021-2/+2
| |
| * Reindent to avoid raw strings and hanging indents. Let os.path.join provide ↵Jason R. Coombs2016-07-021-12/+28
| | | | | | | | the backslash characters.
| * Remove superfluous raw stringsJason R. Coombs2016-07-021-10/+10
| |
| * Extract template as variable to avoid line continuation.Jason R. Coombs2016-07-022-3/+3
| |
| * Rename test for msvc module as wellJason R. Coombs2016-07-021-0/+0
| |
| * Merge with 23.2.1Jason R. Coombs2016-07-0222-114/+306
| |\ | |/ |/|
* | Added tag v23.2.1 for changeset a011298221c3Jason R. Coombs2016-07-021-0/+2
| |
* | Bump version: 23.2.0 → 23.2.1v23.2.1Jason R. Coombs2016-07-022-2/+2
| |
* | Update changelogJason R. Coombs2016-07-021-1/+4
| |
* | Added tag v23.2.0 for changeset 65b3fe899db4Jason R. Coombs2016-07-021-0/+1
| |
* | Bump version: 23.1.0 → 23.2.0v23.2.0Jason R. Coombs2016-07-022-2/+2
| |
* | Update changelogJason R. Coombs2016-07-021-0/+6
| |
* | Merge pull request #623 from haypo/read_uJason R. Coombs2016-07-011-1/+1
|\ \ | | | | | | Don't use deprecated 'U' flag to read manifest
| * | Don't use deprecated 'U' flag to read manifestVictor Stinner2016-06-291-1/+1
|/ / | | | | | | | | | | | | | | The universal newlines mode ('U' flag) is deprecated since Python 3.4. It only replaces "\r\n" with "\n", but it doesn't split lines at "\r" (Mac newline). In practice, the flag was useless, the sdist.read_manifest() method already uses line.strip() and so removes newline characters.
* | Merge pull request #620 from benoit-pierre/patch-1Jason R. Coombs2016-06-251-4/+4
|\ \ | | | | | | readme: update links to documentation
| * | readme: update links to documentationBenoit Pierre2016-06-251-4/+4
|/ /
* | Merge pull request #618 from gitter-badger/gitter-badgeJason R. Coombs2016-06-241-0/+4
|\ \ | | | | | | Add a Gitter chat badge to README.rst
| * | Add Gitter badgeThe Gitter Badger2016-06-231-0/+4
| | |
* | | Added tag v23.1.0 for changeset 6c74559c732cJason R. Coombs2016-06-241-0/+1
| | |
* | | Bump version: 23.0.0 → 23.1.0v23.1.0Jason R. Coombs2016-06-242-2/+2
| | |
* | | Mark tag_svn_revision as deprecated. Ref #619.Jason R. Coombs2016-06-242-0/+10
| | |
* | | Nicer indentationJason R. Coombs2016-06-241-2/+4
|/ /
* | Added tag v23.0.0 for changeset 8664c631bf3aJason R. Coombs2016-06-091-0/+1
| |
* | Bump version: 22.0.5 → 23.0.0v23.0.0Jason R. Coombs2016-06-092-2/+2
| |
* | Update changelogJason R. Coombs2016-06-091-0/+3
| |
* | Remove ARM launchers. Fixes #611.Jason R. Coombs2016-06-095-19/+7
| |
* | Merge pull request #601 from inirudebwoy/masterJason R. Coombs2016-06-061-1/+1
|\ \ | | | | | | Update link to Resource Management API
| * | Update link to Resource Management APIMichael Klich2016-06-021-1/+1
| | |
* | | Add badge for docsJason R. Coombs2016-06-041-1/+2
| | |
* | | No longer build docs using 'build_sphinx' command and instead rely on RTD. ↵Jason R. Coombs2016-06-032-13/+2
| | | | | | | | | | | | Ref #604.
* | | Bump rst.linker for RTD supportJason R. Coombs2016-06-031-1/+1
| | |
* | | Patch changelog relative to 'docs' now that docs are built in RTDJason R. Coombs2016-06-031-1/+1
| | |
* | | Add rst.linker to docs requirements.Jason R. Coombs2016-06-031-0/+1
| | |
* | | Added tag v22.0.5 for changeset d5832e5deb77Jason R. Coombs2016-06-031-0/+1
| | |
* | | Bump version: 22.0.4 → 22.0.5v22.0.5Jason R. Coombs2016-06-032-3/+2
| | |
* | | Override the repository for uploading docs (back to default). Fixes #604.Jason R. Coombs2016-06-032-0/+7
| | |
* | | Try semicolon for commentJason R. Coombs2016-06-031-0/+1
| | |
* | | Added tag v22.0.4 for changeset 77b20c09b047Jason R. Coombs2016-06-031-0/+1
| | |
* | | Bump version: 22.0.3 → 22.0.4v22.0.4Jason R. Coombs2016-06-032-3/+2
| | |
* | | Update the upload endpoint to use a different hostname and path. Ref #589.Jason R. Coombs2016-06-033-2/+10
| | |
* | | Added tag v22.0.3 for changeset efee7d74a847Jason R. Coombs2016-06-031-0/+1
| | |
* | | Bump version: 22.0.2 → 22.0.3v22.0.3Jason R. Coombs2016-06-032-2/+2
| | |
* | | Specify the repository URL in Travis config also. Fixes #589.Jason R. Coombs2016-06-032-0/+7
| | |
* | | Added tag v22.0.2 for changeset 8610a8b9635fJason R. Coombs2016-06-031-0/+1
| | |
* | | Bump version: 22.0.1 → 22.0.2v22.0.2Jason R. Coombs2016-06-032-2/+2
| | |
* | | Upload setuptools releases to pypi.io (Warehouse). Fixes #589 (presumably).Jason R. Coombs2016-06-032-0/+8
| | |
* | | Added tag v22.0.1 for changeset f5c4923b0400Jason R. Coombs2016-06-031-0/+1
| | |