summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore setuptools.command.easy_install.sys_executable for pbr compatibility.Jason R. Coombs2015-01-162-2/+11
* Bumped to 12.1 in preparation for next release.Jason R. Coombs2015-01-162-2/+2
* Added tag 12.0 for changeset 55666947c9ebJason R. Coombs2015-01-161-0/+1
* Bumped to 12.0 in preparation for next release.12.0Jason R. Coombs2015-01-162-2/+2
* Renamed .get_writer to .best and removed boolean argument.Jason R. Coombs2015-01-163-11/+27
* Fix failing test by reverting to author's original intent. Ref #317Jason R. Coombs2015-01-151-2/+2
* Extract variablesJason R. Coombs2015-01-151-2/+4
* Remove unused importJason R. Coombs2015-01-151-2/+0
* Just the path is expectedJason R. Coombs2015-01-151-4/+7
* Have mock_install_dir actually yield the file name. Ref #317.Jason R. Coombs2015-01-151-1/+1
* Skip integration tests when SSL is broken. Ref #317.Jason R. Coombs2015-01-151-0/+6
* Use unittest.mock from standard library instead of external mock with Python ...Arfrever Frehtes Taifersar Arahesis2015-01-154-5/+13
* Access os.environ[key], not os.environ['key']Slavek Kabrda2015-01-091-1/+1
* Wrap unpickleable exceptions in another class. Fixes #329.Jason R. Coombs2015-01-141-5/+19
* Add test capturing failure when the Exception is not pickleable. Ref #329.Jason R. Coombs2015-01-141-0/+12
* Make attributes private and remove redundant naming.Jason R. Coombs2015-01-141-7/+7
* Adding test for non-exceptional condition.Jason R. Coombs2015-01-141-0/+6
* Add tests for new ExceptionSaverJason R. Coombs2015-01-141-0/+28
* Remove unused importJason R. Coombs2015-01-141-1/+1
* Extract Exception saving behavior.Jason R. Coombs2015-01-141-25/+45
* Merge with 11.3.1Jason R. Coombs2015-01-0710-22/+72
|\
| * Bumped to 11.3.2 in preparation for next release.Jason R. Coombs2015-01-062-2/+2
| * Added tag 11.3.1 for changeset 1116e568f534Jason R. Coombs2015-01-061-0/+1
| * Bumped to 11.3.1 in preparation for next release.11.3.1Jason R. Coombs2015-01-062-2/+2
| * Use pytest.raises for brevity and clarity of purpose.Jason R. Coombs2015-01-061-3/+2
| * Use pytests parametrize to create separate tests for each specJason R. Coombs2015-01-061-6/+6
| * Refactor for clarityJason R. Coombs2015-01-061-3/+2
| * Equal signs are now allowed in entry point names.Jason R. Coombs2015-01-061-1/+1
| * Restore support for printable characters in the entry point name. Fixes #327.Jason R. Coombs2015-01-063-1/+19
| * Bumped to 11.4 in preparation for next release.Jason R. Coombs2015-01-052-2/+2
| * Added tag 11.3 for changeset a1a6a1ac9113Jason R. Coombs2015-01-051-0/+1
| * Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...11.3Jason R. Coombs2015-01-055-11/+31
| * Update changelog.Jason R. Coombs2015-01-051-1/+3
| * Add support for linkifying pip issues.Jason R. Coombs2015-01-051-0/+2
| * Bumped to 11.3 in preparation for next release.Jason R. Coombs2015-01-052-2/+2
| * Added tag 11.2 for changeset feb5971e7827Jason R. Coombs2015-01-051-0/+1
| * Update changelog11.2Jason R. Coombs2015-01-051-0/+6
| * Merge deprecation warning fixJason R. Coombs2015-01-051-0/+1
| |\
| | * Bump stacklevel to 2 to inform the caller of the issue.Jason R. Coombs2015-01-051-0/+1
* | | Update note in changelogJason R. Coombs2015-01-041-0/+9
* | | Fix failing test (now that expectation is different).Jason R. Coombs2015-01-041-1/+1
* | | Change the way string values are interpreted from build.executable - now they...Jason R. Coombs2015-01-042-4/+14
* | | Add test capturing expectation around sys.executable having spaces in the name.Jason R. Coombs2015-01-042-3/+12
* | | Allow CommandSpec to be constructed simply from a list.Jason R. Coombs2015-01-041-0/+2
* | | Add test demonstrating how a custom launch command spec that could be passed ...Jason R. Coombs2015-01-041-1/+19
* | | Remove redundant lineJason R. Coombs2015-01-041-1/+0
* | | Use CommandSpec in ScriptWriter, removing now unused methods.Jason R. Coombs2015-01-041-33/+3
* | | Use CommandSpec in get_script_headerJason R. Coombs2015-01-041-5/+8
* | | Update install_scripts to use CommandSpec for generating script headers.Jason R. Coombs2015-01-042-7/+18
* | | Added new class CommandSpec, which will be used for abstracting the command h...Jason R. Coombs2015-01-041-8/+87