aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Bumped to 10.3 in preparation for next release.Jason R. Coombs2015-01-022-2/+2
* | Added tag 10.2 for changeset 651d41db5884Jason R. Coombs2015-01-021-0/+1
* | Update changelog10.2Jason R. Coombs2015-01-021-1/+1
* | Move docstring to test class.Jason R. Coombs2015-01-021-5/+7
* | Extract three more tests, using fixtures to unify the common aspects.Jason R. Coombs2015-01-021-41/+83
* | Split the first test into two more tests.Jason R. Coombs2015-01-021-4/+8
* | Split test into twoJason R. Coombs2015-01-021-0/+2
* | Use mock to patch msvc9compiler.Reg.Jason R. Coombs2015-01-021-46/+44
* | Update changelogJason R. Coombs2015-01-021-0/+2
* | Remove unittest dependency from test_msvc9compiler.Jason R. Coombs2015-01-021-6/+5
* | Use closing for Python 2.6 compatibilityJason R. Coombs2015-01-021-1/+2
* | Open zip file in contextJason R. Coombs2015-01-021-5/+2
* | woh what?Jason R. Coombs2015-01-021-1/+1
* | Use tempdir contextJason R. Coombs2015-01-021-8/+3
* | Replace comment with clearer docstring.Jason R. Coombs2015-01-021-2/+4
* | Leverage fixtures for sample project and user_overrides.Jason R. Coombs2015-01-021-35/+18
* | Remove copy pastaJason R. Coombs2015-01-021-2/+0
* | Remove dependence on unittest in test_upload_docsJason R. Coombs2015-01-021-4/+3
* | Use DALSJason R. Coombs2015-01-021-4/+9
* | Normalize importsJason R. Coombs2015-01-021-1/+8
* | Update comment to reflect issue was reported in Distribute.Jason R. Coombs2015-01-021-1/+1
* | Use unicode literals to define files as text, and encode specifically when sa...Jason R. Coombs2015-01-021-9/+3
* | Extract varJason R. Coombs2015-01-021-2/+3
* | Suppress exceptions in a context for clarity, brevity, and reuse.Jason R. Coombs2015-01-022-5/+10
* | Use quiet contextJason R. Coombs2015-01-021-9/+6
* | Replace setup/teardown with a shorter, more elegant fixture.Jason R. Coombs2015-01-021-37/+23
* | Use useroverride fixtureJason R. Coombs2015-01-021-8/+1
* | Use context openerJason R. Coombs2015-01-021-12/+12
* | Use skipif marker for real_prefixJason R. Coombs2015-01-021-9/+3
* | Python 2.6 can be assumedJason R. Coombs2015-01-021-3/+3
* | Port test_test to pytestJason R. Coombs2015-01-021-4/+3
* | Use DALS for nicer indentationJason R. Coombs2015-01-021-23/+29