summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close the already merged no-normalize-warning branchno-normalize-warningRonny Pfannschmidt2015-05-090-0/+0
|
* soften normalized version warningMinRK2015-02-051-0/+6
| | | | indicate that normalization is happening, but don't be pushy about changing valid versions.
* remove warning on normalizationMin RK2015-01-201-7/+0
| | | | It seems inappropriate to show a warning on schemes officially supported in PEP 440.
* Bypass string handling when default behavior of sys.executable is used.Jason R. Coombs2015-01-201-1/+3
|
* Add test capturing regression in script creation in WindowsScriptWriter.Jason R. Coombs2015-01-201-0/+12
|
* Bumped to 12.0.4 in preparation for next release.Jason R. Coombs2015-01-182-2/+2
|
* Added tag 12.0.3 for changeset bf8c5bcacd49Jason R. Coombs2015-01-180-0/+0
|
* Update changelog12.0.3Jason R. Coombs2015-01-181-0/+6
|
* Correct command reference.Jason R. Coombs2015-01-181-1/+1
|
* Bumped to 12.0.3 in preparation for next release.Jason R. Coombs2015-01-182-2/+2
|
* Added tag 12.0.2 for changeset a177ea34bf81Jason R. Coombs2015-01-180-0/+0
|
* Update changelog12.0.2Jason R. Coombs2015-01-181-0/+7
|
* Use non-posix semantics in a WindowsCommandSpec and use that class in the ↵Jason R. Coombs2015-01-181-1/+8
| | | | Windows script writers. Fixes #331.
* Also use command_spec_class in ScriptWriter.Jason R. Coombs2015-01-181-2/+2
|
* Use the command spec as resolved by the best ScriptWriter.Jason R. Coombs2015-01-181-1/+2
|
* Adding test capturing failure where sys.executable loses backslashes on ↵Jason R. Coombs2015-01-181-0/+8
| | | | Windows. Ref #331.
* Allow the CommandSpec class to be resolved by the writer.Jason R. Coombs2015-01-182-1/+3
|
* Extract writer resolution as a variableJason R. Coombs2015-01-181-1/+3
|
* Defer resolution of the CommandSpec and do it exactly once.Jason R. Coombs2015-01-181-2/+2
|
* Extract variable for exec_paramJason R. Coombs2015-01-181-1/+2
|
* Extract variable for bdist_wininst commandJason R. Coombs2015-01-181-3/+2
|
* Extract messages as class attributes for nicer indentation.Jason R. Coombs2015-01-181-73/+88
|
* Remove unintended shebang. Fixes #333.Jason R. Coombs2015-01-181-1/+1
|
* Fix "AttributeError: 'TarFile' object has no attribute '__exit__'" with ↵Arfrever Frehtes Taifersar Arahesis2015-01-171-1/+4
| | | | Python 3.1.
* Bumped to 12.0.2 in preparation for next release.Jason R. Coombs2015-01-162-2/+2
|
* Added tag 12.0.1 for changeset 747018b2e35aJason R. Coombs2015-01-160-0/+0
|
* Bumped to 12.0.1 in preparation for next release.12.0.1Jason R. Coombs2015-01-162-2/+2
|
* 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-160-0/+0
|
* 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
| | | | >=3.3.
* 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-075-93/+215
|\
| * 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
| |