aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* 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-074-4/+4
|\
| * Bumped to 11.3.2 in preparation for next release.Jason R. Coombs2015-01-061-1/+1
| * Bumped to 11.3.1 in preparation for next release.11.3.1Jason R. Coombs2015-01-061-1/+1
| * Bumped to 11.4 in preparation for next release.Jason R. Coombs2015-01-051-1/+1
| * Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...11.3Jason R. Coombs2015-01-053-3/+3
| * Bumped to 11.3 in preparation for next release.Jason R. Coombs2015-01-051-1/+1
* | 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
* | Extract method for handling non-ascii exe. Strip out excess whitespace from o...Jason R. Coombs2015-01-042-19/+22
* | Extract method for parsing options.Jason R. Coombs2015-01-041-7/+17
* | Rename _gen_args to get_args (for consistency).Jason R. Coombs2015-01-043-7/+7
* | Deprecate and remove usage of easy_install.get_script_header.Jason R. Coombs2015-01-042-6/+10
* | Moved get_script_header into ScriptWriter classJason R. Coombs2015-01-042-15/+24
* | Remove unused importsJason R. Coombs2015-01-041-2/+2
* | Move get_script_header into ScriptWriterJason R. Coombs2015-01-042-25/+29
* | Move decision logic about windows/header generation closer to install_scripts...Jason R. Coombs2015-01-043-13/+18
* | Move trailing commentJason R. Coombs2015-01-041-1/+2
* | No need to pass the writer - just invoke it directly.Jason R. Coombs2015-01-041-4/+4
* | Extract method for getting script argsJason R. Coombs2015-01-041-5/+9
* | Reuse list2cmdline for argument quoting.Jason R. Coombs2015-01-041-30/+2
|/
* Bumped to 11.2 in preparation for next release.Jason R. Coombs2015-01-041-1/+1
* Test the report methodJason R. Coombs2015-01-041-4/+1
* Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-043-29/+9
* Skip integration tests when one of the packages under test is already install...Jason R. Coombs2015-01-041-0/+11
* Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-049-43/+23
* It appears as if Python 2.6 gets its warnings on a different pipe.Jason R. Coombs2015-01-031-2/+6
* Remove dependence of the script on its own file, but instead generate the nec...Jason R. Coombs2015-01-031-6/+12
* Rewrite commentJason R. Coombs2015-01-031-3/+2
* Extract variable for clearer assertion.Jason R. Coombs2015-01-031-5/+2
* Pull logic out of the contextJason R. Coombs2015-01-031-7/+8
* Use contexts.quiet for stdout/stderr trappingJason R. Coombs2015-01-031-8/+5
* Use mock to patch sys.platformJason R. Coombs2015-01-031-3/+1
* Use mock to patch sys.modulesJason R. Coombs2015-01-031-9/+2
* Test is passing when LC_CTYPE isn't present. According to the original ticket...Jason R. Coombs2015-01-031-1/+1