Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update changelog11.2 | Jason R. Coombs | 2015-01-05 | 1 | -0/+6 |
| | |||||
* | Merge deprecation warning fix | Jason R. Coombs | 2015-01-05 | 1 | -0/+1 |
|\ | |||||
| * | Bump stacklevel to 2 to inform the caller of the issue. | Jason R. Coombs | 2015-01-05 | 1 | -0/+1 |
| | | |||||
* | | Bumped to 11.2 in preparation for next release. | Jason R. Coombs | 2015-01-04 | 2 | -2/+2 |
| | | |||||
* | | Added tag 11.1 for changeset 6cd2b18f4be2 | Jason R. Coombs | 2015-01-04 | 1 | -0/+1 |
| | | |||||
* | | Update changelog11.1 | Jason R. Coombs | 2015-01-04 | 1 | -0/+11 |
| | | |||||
* | | Fix test failure on Python 2 | Jason R. Coombs | 2015-01-04 | 1 | -0/+2 |
| | | |||||
* | | Add test capturing expectation when dependencies conflict during resolve. ↵ | Jason R. Coombs | 2015-01-04 | 1 | -0/+25 |
| | | | | | | | | Fixes #281 | ||||
* | | Normalize whitespace | Jason R. Coombs | 2015-01-04 | 1 | -4/+6 |
| | | |||||
* | | Only raise a ContextualVersionConflict when dependent requirements are present. | Jason R. Coombs | 2015-01-04 | 1 | -1/+11 |
| | | |||||
* | | No need to mutate the set to a list; just use the set. | Jason R. Coombs | 2015-01-04 | 1 | -2/+2 |
| | | |||||
* | | Split out ContextualVersionConflict | Jason R. Coombs | 2015-01-04 | 1 | -11/+18 |
| | | |||||
* | | Test the report method | Jason R. Coombs | 2015-01-04 | 3 | -11/+33 |
| | | |||||
* | | Add test for WorkingSet.find() when a conflict occurs. | Jason R. Coombs | 2015-01-04 | 1 | -0/+16 |
| | | |||||
* | | Remove unreachable branch | Jason R. Coombs | 2015-01-04 | 1 | -2/+1 |
| | | |||||
* | | Add another assertion on the exception. | Jason R. Coombs | 2015-01-04 | 1 | -1/+4 |
| | | |||||
* | | Extract variable | Jason R. Coombs | 2015-01-04 | 1 | -4/+2 |
| | | |||||
* | | Remove try/except/fail - Exceptions are failures by default. | Jason R. Coombs | 2015-01-04 | 4 | -33/+11 |
| | | |||||
* | | 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. | ||||
* | | And again in doctest | Jason R. Coombs | 2015-01-04 | 1 | -2/+1 |
| | | |||||
* | | Use except/as, now supported by Python 2.6 | Jason R. Coombs | 2015-01-04 | 10 | -49/+27 |
| | | |||||
* | | 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. | ||||
* | | 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 |
| | | |||||
* | | Moved test_resources and test_pkg_resources to pkg_resources package. | Jason R. Coombs | 2015-01-03 | 3 | -4/+4 |
| | | |||||
* | | Remove remaining reference to setuptools from test_resources | Jason R. Coombs | 2015-01-03 | 2 | -2/+3 |
| | | |||||
* | | Moved TestScriptHeader tests to more appropriate module. | Jason R. Coombs | 2015-01-03 | 2 | -69/+70 |
| | | |||||
* | | Correct project name | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | Bumped to 11.1 in preparation for next release. | Jason R. Coombs | 2015-01-02 | 2 | -2/+2 |
| | | |||||
* | | Added tag 11.0 for changeset b4b92805bc0e | Jason R. Coombs | 2015-01-02 | 1 | -0/+1 |
| | | |||||
* | | Bumped to 11.0 in preparation for next release.11.0 | Jason R. Coombs | 2015-01-02 | 2 | -2/+2 |
| | | |||||
* | | Add link support for Interopability bugs. | Jason R. Coombs | 2015-01-02 | 1 | -0/+2 |
| | | |||||
* | | Update changelog | Jason R. Coombs | 2015-01-02 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #24 from dstufft/upgrade-packaging | Jason R. Coombs | 2015-01-02 | 4 | -12/+75 |
|\ \ | | | | | | | Upgrade packaging lib to 15.0 | ||||
| * | | Upgrade packaging lib to 15.0 | Donald Stufft | 2015-01-02 | 4 | -12/+75 |
| | | | |||||
* | | | Try generating egg_info twice. | Jason R. Coombs | 2015-01-02 | 1 | -1/+4 |
| | | | |||||
* | | | Also print a message here | Jason R. Coombs | 2015-01-02 | 1 | -0/+1 |
| | | | |||||
* | | | Add output to determine if egg-info is being created. | Jason R. Coombs | 2015-01-02 | 1 | -2/+4 |
|/ / | |||||
* | | Bump version loaded by ez_setup.py | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | Should be sufficient to invoke ./bootstrap. | Jason R. Coombs | 2015-01-02 | 1 | -2/+1 |
| | | |||||
* | | Removing shlib_test (apparently unused and broken). | Jason R. Coombs | 2015-01-02 | 5 | -192/+0 |
| | | |||||
* | | Bumped to 10.2.2 in preparation for next release. | Jason R. Coombs | 2015-01-02 | 2 | -2/+2 |
| | |