summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog11.1Jason R. Coombs2015-01-041-0/+11
* Fix test failure on Python 2Jason R. Coombs2015-01-041-0/+2
* Add test capturing expectation when dependencies conflict during resolve. Fix...Jason R. Coombs2015-01-041-0/+25
* Normalize whitespaceJason R. Coombs2015-01-041-4/+6
* Only raise a ContextualVersionConflict when dependent requirements are present.Jason R. Coombs2015-01-041-1/+11
* No need to mutate the set to a list; just use the set.Jason R. Coombs2015-01-041-2/+2
* Split out ContextualVersionConflictJason R. Coombs2015-01-041-11/+18
* Test the report methodJason R. Coombs2015-01-043-11/+33
* Add test for WorkingSet.find() when a conflict occurs.Jason R. Coombs2015-01-041-0/+16
* Remove unreachable branchJason R. Coombs2015-01-041-2/+1
* Add another assertion on the exception.Jason R. Coombs2015-01-041-1/+4
* Extract variableJason R. Coombs2015-01-041-4/+2
* Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-044-33/+11
* Skip integration tests when one of the packages under test is already install...Jason R. Coombs2015-01-041-0/+11
* And again in doctestJason R. Coombs2015-01-041-2/+1
* Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-0410-49/+27
* 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
* Rewrite skip/xfailJason R. Coombs2015-01-031-17/+19
* Restore missing importJason R. Coombs2015-01-031-1/+1
* Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-033-4/+4
* Remove remaining reference to setuptools from test_resourcesJason R. Coombs2015-01-032-2/+3
* Moved TestScriptHeader tests to more appropriate module.Jason R. Coombs2015-01-032-69/+70
* Correct project nameJason R. Coombs2015-01-021-1/+1
* Bumped to 11.1 in preparation for next release.Jason R. Coombs2015-01-022-2/+2
* Added tag 11.0 for changeset b4b92805bc0eJason R. Coombs2015-01-021-0/+1
* Bumped to 11.0 in preparation for next release.11.0Jason R. Coombs2015-01-022-2/+2
* Add link support for Interopability bugs.Jason R. Coombs2015-01-021-0/+2
* Update changelogJason R. Coombs2015-01-021-0/+7
* Merge pull request #24 from dstufft/upgrade-packagingJason R. Coombs2015-01-024-12/+75
|\
| * Upgrade packaging lib to 15.0Donald Stufft2015-01-024-12/+75
* | Try generating egg_info twice.Jason R. Coombs2015-01-021-1/+4
* | Also print a message hereJason R. Coombs2015-01-021-0/+1
* | Add output to determine if egg-info is being created.Jason R. Coombs2015-01-021-2/+4
|/
* Bump version loaded by ez_setup.pyJason R. Coombs2015-01-021-1/+1
* Should be sufficient to invoke ./bootstrap.Jason R. Coombs2015-01-021-2/+1
* Removing shlib_test (apparently unused and broken).Jason R. Coombs2015-01-025-192/+0
* Bumped to 10.2.2 in preparation for next release.Jason R. Coombs2015-01-022-2/+2
* Added tag 10.2.1 for changeset 1f5de53c079dJason R. Coombs2015-01-021-0/+1
* Bumped to 10.2.1 in preparation for next release.10.2.1Jason R. Coombs2015-01-022-2/+2
* Move tests to be adjacent with other parsing tests.Jason R. Coombs2015-01-022-8/+5
* Update changelog. Fixes #323.Jason R. Coombs2015-01-021-0/+6
* Fix regression in entry-point name parsingIan Cordasco2015-01-022-1/+9