Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge with 11.3.1 | Jason R. Coombs | 2015-01-07 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed ↵11.3 | Jason R. Coombs | 2015-01-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | EntryPoint._load. | |||||
| * | | Fix failing test (now that expectation is different). | Jason R. Coombs | 2015-01-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Change the way string values are interpreted from build.executable - now ↵ | Jason R. Coombs | 2015-01-04 | 1 | -0/+9 | |
| | | | | | | | | | | | | they must be quoted or otherwise escaped suitable for parsing by shlex.split. | |||||
| * | | Add test capturing expectation around sys.executable having spaces in the name. | Jason R. Coombs | 2015-01-04 | 1 | -0/+6 | |
| | | | ||||||
| * | | Add test demonstrating how a custom launch command spec that could be passed ↵ | Jason R. Coombs | 2015-01-04 | 1 | -1/+19 | |
| | | | | | | | | | | | | as the script executable. | |||||
| * | | Extract method for handling non-ascii exe. Strip out excess whitespace from ↵ | Jason R. Coombs | 2015-01-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | option handling. | |||||
| * | | Rename _gen_args to get_args (for consistency). | Jason R. Coombs | 2015-01-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Moved get_script_header into ScriptWriter class | Jason R. Coombs | 2015-01-04 | 1 | -10/+18 | |
| | | | ||||||
| * | | Remove unused imports | Jason R. Coombs | 2015-01-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Move decision logic about windows/header generation closer to ↵ | Jason R. Coombs | 2015-01-04 | 1 | -3/+3 | |
| |/ | | | | | | | install_scripts, as it doesn't appear to be used elsewhere. | |||||
| * | Remove try/except/fail - Exceptions are failures by default. | Jason R. Coombs | 2015-01-04 | 3 | -29/+9 | |
| | | ||||||
| * | Skip integration tests when one of the packages under test is already ↵ | Jason R. Coombs | 2015-01-04 | 1 | -0/+11 | |
| | | | | | | | | installed, as the installation will fail in that case. | |||||
| * | Use except/as, now supported by Python 2.6 | Jason R. Coombs | 2015-01-04 | 2 | -16/+8 | |
| | | ||||||
* | | Merge with master | Jason R. Coombs | 2015-01-03 | 1 | -8/+18 | |
|\ \ | |/ | | | | | | | --HG-- branch : feature/issue-229 | |||||
| * | It appears as if Python 2.6 gets its warnings on a different pipe. | Jason R. Coombs | 2015-01-03 | 1 | -2/+6 | |
| | | ||||||
| * | Remove dependence of the script on its own file, but instead generate the ↵ | Jason R. Coombs | 2015-01-03 | 1 | -6/+12 | |
| | | | | | | | | necessary file in a temporary directory. | |||||
* | | Merge with master | Jason R. Coombs | 2015-01-03 | 1 | -47/+34 | |
|\ \ | |/ | | | | | | | --HG-- branch : feature/issue-229 | |||||
| * | Rewrite comment | Jason R. Coombs | 2015-01-03 | 1 | -3/+2 | |
| | | ||||||
| * | Extract variable for clearer assertion. | Jason R. Coombs | 2015-01-03 | 1 | -5/+2 | |
| | | ||||||
| * | Pull logic out of the context | Jason R. Coombs | 2015-01-03 | 1 | -7/+8 | |
| | | ||||||
| * | Use contexts.quiet for stdout/stderr trapping | Jason R. Coombs | 2015-01-03 | 1 | -8/+5 | |
| | | ||||||
| * | Use mock to patch sys.platform | Jason R. Coombs | 2015-01-03 | 1 | -3/+1 | |
| | | ||||||
| * | Use mock to patch sys.modules | Jason R. Coombs | 2015-01-03 | 1 | -9/+2 | |
| | | ||||||
| * | Test is passing when LC_CTYPE isn't present. According to the original ↵ | Jason R. Coombs | 2015-01-03 | 1 | -1/+1 | |
| | | | | | | | | ticket, Distribute 103, this test was only failing for "C" and "POSIX", so only expect the failure there. | |||||
| * | Rewrite skip/xfail | Jason R. Coombs | 2015-01-03 | 1 | -17/+19 | |
| | | ||||||
| * | Restore missing import | Jason R. Coombs | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge with master | Jason R. Coombs | 2015-01-03 | 2 | -678/+69 | |
|\ \ | |/ | | | | | | | --HG-- branch : feature/issue-229 | |||||
| * | Moved test_resources and test_pkg_resources to pkg_resources package. | Jason R. Coombs | 2015-01-03 | 1 | -608/+0 | |
| | | ||||||
| * | Remove remaining reference to setuptools from test_resources | Jason R. Coombs | 2015-01-03 | 1 | -2/+1 | |
| | | ||||||
| * | Moved TestScriptHeader tests to more appropriate module. | Jason R. Coombs | 2015-01-03 | 2 | -69/+70 | |
| | | ||||||
* | | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 58 | -3431/+1429 | |
|\ \ | |/ | | | | | | | --HG-- branch : feature/issue-229 | |||||
| * | Move tests to be adjacent with other parsing tests. | Jason R. Coombs | 2015-01-02 | 1 | -0/+5 | |
| | | ||||||
| * | Move docstring to test class. | Jason R. Coombs | 2015-01-02 | 1 | -5/+7 | |
| | | ||||||
| * | Extract three more tests, using fixtures to unify the common aspects. | Jason R. Coombs | 2015-01-02 | 1 | -41/+83 | |
| | | ||||||
| * | Split the first test into two more tests. | Jason R. Coombs | 2015-01-02 | 1 | -4/+8 | |
| | | ||||||
| * | Split test into two | Jason R. Coombs | 2015-01-02 | 1 | -0/+2 | |
| | | ||||||
| * | Use mock to patch msvc9compiler.Reg. | Jason R. Coombs | 2015-01-02 | 1 | -46/+44 | |
| | | ||||||
| * | Remove unittest dependency from test_msvc9compiler. | Jason R. Coombs | 2015-01-02 | 1 | -6/+5 | |
| | | ||||||
| * | Use closing for Python 2.6 compatibility | Jason R. Coombs | 2015-01-02 | 1 | -1/+2 | |
| | | ||||||
| * | Open zip file in context | Jason R. Coombs | 2015-01-02 | 1 | -5/+2 | |
| | | ||||||
| * | woh what? | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Use tempdir context | Jason R. Coombs | 2015-01-02 | 1 | -8/+3 | |
| | | ||||||
| * | Replace comment with clearer docstring. | Jason R. Coombs | 2015-01-02 | 1 | -2/+4 | |
| | | ||||||
| * | Leverage fixtures for sample project and user_overrides. | Jason R. Coombs | 2015-01-02 | 1 | -35/+18 | |
| | | ||||||
| * | Remove copy pasta | Jason R. Coombs | 2015-01-02 | 1 | -2/+0 | |
| | | ||||||
| * | Remove dependence on unittest in test_upload_docs | Jason R. Coombs | 2015-01-02 | 1 | -4/+3 | |
| | | ||||||
| * | Use DALS | Jason R. Coombs | 2015-01-02 | 1 | -4/+9 | |
| | | ||||||
| * | Normalize imports | Jason R. Coombs | 2015-01-02 | 1 | -1/+8 | |
| | | ||||||
| * | Update comment to reflect issue was reported in Distribute. | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | |