| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | 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 | |
| * | | Added tag 10.2.1 for changeset 1f5de53c079d | Jason R. Coombs | 2015-01-02 | 1 | -0/+1 | |
| * | | Bumped to 10.2.1 in preparation for next release.10.2.1 | Jason R. Coombs | 2015-01-02 | 2 | -2/+2 | |
| * | | Move tests to be adjacent with other parsing tests. | Jason R. Coombs | 2015-01-02 | 2 | -8/+5 | |
| * | | Update changelog. Fixes #323. | Jason R. Coombs | 2015-01-02 | 1 | -0/+6 | |
| * | | Fix regression in entry-point name parsing | Ian Cordasco | 2015-01-02 | 2 | -1/+9 | |
| * | | Bumped to 10.3 in preparation for next release. | Jason R. Coombs | 2015-01-02 | 2 | -2/+2 | |
| * | | Added tag 10.2 for changeset 651d41db5884 | Jason R. Coombs | 2015-01-02 | 1 | -0/+1 | |
| * | | Update changelog10.2 | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| * | | 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 | |
| * | | Update changelog | Jason R. Coombs | 2015-01-02 | 1 | -0/+2 | |
| * | | 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 | |
| * | | Use unicode literals to define files as text, and encode specifically when sa... | Jason R. Coombs | 2015-01-02 | 1 | -9/+3 | |
| * | | Extract var | Jason R. Coombs | 2015-01-02 | 1 | -2/+3 | |
| * | | Suppress exceptions in a context for clarity, brevity, and reuse. | Jason R. Coombs | 2015-01-02 | 2 | -5/+10 | |
| * | | Use quiet context | Jason R. Coombs | 2015-01-02 | 1 | -9/+6 | |
| * | | Replace setup/teardown with a shorter, more elegant fixture. | Jason R. Coombs | 2015-01-02 | 1 | -37/+23 | |
| * | | Use useroverride fixture | Jason R. Coombs | 2015-01-02 | 1 | -8/+1 | |
| * | | Use context opener | Jason R. Coombs | 2015-01-02 | 1 | -12/+12 | |
| * | | Use skipif marker for real_prefix | Jason R. Coombs | 2015-01-02 | 1 | -9/+3 | |
| * | | Python 2.6 can be assumed | Jason R. Coombs | 2015-01-02 | 1 | -3/+3 | |
| * | | Port test_test to pytest | Jason R. Coombs | 2015-01-02 | 1 | -4/+3 | |
| * | | Use DALS for nicer indentation | Jason R. Coombs | 2015-01-02 | 1 | -23/+29 | |
