summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test quoting of shebang lines.Felix Krull2016-06-261-0/+88
| | | | | | | See issues #188 and #398; on Windows, the launcher executables support shebangs that use quotes to escape spaces, so these should be used when necessary. On the other hand, Unix systems don't support shebangs with quotes so they should never have quotes.
* Split up single TestScriptHeader test into multiple tests.Felix Krull2016-06-261-4/+7
|
* Remove CommandSpec.from_param test using sys.executable.Felix Krull2016-06-261-9/+0
| | | | | | | It was based on the assumption that CommandSpec.from_param(sys.executable) should always return a 1-element list. Since from_param parses the argument and sys.executable may contain unquoted spaces, this simply can't be guaranteed.
* Fix test_all_site_dirs on Windows.Felix Krull2016-06-261-3/+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
| |
* | Bump version: 22.0.0 → 22.0.1v22.0.1Jason R. Coombs2016-06-032-2/+2
| |
* | Update changelogJason R. Coombs2016-06-031-0/+7
| |
* | Merge pull request #597 from benjaoming/patch-1Jason R. Coombs2016-06-031-0/+4
|\ \ | | | | | | Ensure package name isn't unicode in Python2 distutils
| * | Fixing #190 following proposal by @jaracoBenjamin Bach2016-06-021-0/+4
| | |
* | | Extract context manager for project_on_sys_path in test commandJason R. Coombs2016-06-031-5/+16
| |/ |/|
* | Update changelog to reflect unintended bumpversionJason R. Coombs2016-06-011-1/+4
| |
* | Added tag v22.0.0 for changeset 451fbedb4c22Jason R. Coombs2016-06-011-0/+1
| |
* | Bump version: 21.2.2 → 22.0.0v22.0.0Jason R. Coombs2016-06-012-2/+2
| |
* | Use newer string formatting for rendering user agent. Re-use __version__ ↵Jason R. Coombs2016-06-011-3/+6
| | | | | | | | from main package.
* | Move setuptools to beginning of user-agent header. Fixes #598.Jason R. Coombs2016-06-012-2/+10
| |
* | Add test for build_multipartJason R. Coombs2016-05-311-0/+12
| |
* | Return content type in _build_multipartJason R. Coombs2016-05-311-3/+4
| |
* | Replace _build_parts with map and flatten.Jason R. Coombs2016-05-311-10/+9
| |
* | Normalize indentJason R. Coombs2016-05-311-16/+16
| |
* | Extract method for _build_partJason R. Coombs2016-05-311-2/+7
| |
* | Extract method for _build_multipartJason R. Coombs2016-05-311-10/+16
| |
* | Extract method for _build_parts.Jason R. Coombs2016-05-311-21/+27
| |
* | Use bytes literals and simpler encoding logic when constructing multipart postJason R. Coombs2016-05-311-20/+14
| |
* | Use context for closing fileJason R. Coombs2016-05-311-3/+2
| |
* | Added tag v21.2.2 for changeset 274f33435e9cJason R. Coombs2016-05-291-0/+1
| |
* | Bump version: 21.2.1 → 21.2.2v21.2.2Jason R. Coombs2016-05-292-2/+2
| |