summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge with 8.0b1 (use packaging for version specifiers)8.0Jason R. Coombs2014-12-1319-195/+1425
|\
| * Added tag 8.0b1 for changeset 850a5c155c48Jason R. Coombs2014-12-071-0/+1
| * fix left over merge indicator8.0b1Donald Stufft2014-11-191-1/+0
| * Fix the use of pacakging.version.SpecifierDonald Stufft2014-11-191-1/+1
| * Always use the vendored copy of packagingDonald Stufft2014-11-192-14/+6
| * Remove packaging from setup.pyDonald Stufft2014-11-191-3/+0
| * Upgrade packaging to 14.3Donald Stufft2014-11-196-414/+751
| * Merge branch 'master' into use-packagingDonald Stufft2014-11-1921-152/+185
| |\
| * | Added tag 7.0b1 for changeset 8b8a52665803Jason R. Coombs2014-09-271-0/+1
| * | Bump to 7.0 in preparation for next release.7.0b1Jason R. Coombs2014-09-272-2/+2
| * | Update requirementsJason R. Coombs2014-09-271-0/+1
| * | Prefer packaging library if available.Jason R. Coombs2014-09-275-17/+45
| * | Fix indentJason R. Coombs2014-09-271-2/+1
| * | Avoid trailing commentsJason R. Coombs2014-09-271-1/+2
| * | Update changelog with references to changes.Jason R. Coombs2014-09-271-2/+8
| * | Merge github pull request #13 (dstufft/setuptools:use-packaging).Jason R. Coombs2014-09-2715-194/+1063
| |\ \
| | * | Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-258-195/+105
| | * | Add a vendored copy of packagingDonald Stufft2014-09-257-0/+954
* | | | Test bootstrap against 7.0 release.Jason R. Coombs2014-11-251-1/+1
* | | | Now that pytest is invoked via setup.py, it should no longer be necessary to ...Jason R. Coombs2014-11-251-1/+0
| |_|/ |/| |
* | | MergeJason R. Coombs2014-11-161-0/+12
|\ \ \
| * | | Mention in the README about possible problems with older wget versions refusi...Konstantin Tretyakov2014-11-131-0/+12
* | | | Add link to project home page. Fixes #224.Jason R. Coombs2014-11-161-0/+3
|/ / /
* | | Remove workaround for pytest issueJason R. Coombs2014-10-251-2/+0
* | | Build the egg_info before running testsJason R. Coombs2014-10-251-0/+1
* | | Remove Python 2.5 compatibility for sys.dont_write_bytecodeJason R. Coombs2014-10-252-6/+2
* | | Merged in victorlin/setuptools/bugfix-277 (pull request #105)Jason R. Coombs2014-10-251-1/+1
|\ \ \
| * | | Fix #277, data files in symbol link directory are not included issueVictor Lin2014-10-231-1/+1
* | | | tox.ini: Add {posargs} to py.test invocationMarc Abramowitz2014-10-111-1/+1
* | | | Adding 'bootstrap.py' for bootstrapping a development environment when setupt...Jason R. Coombs2014-10-251-0/+51
* | | | Removing stored egg-infoJason R. Coombs2014-10-253-72/+0
|/ / /
* | | Correct typoJason R. Coombs2014-10-231-1/+1
* | | Bumped to 7.1 in preparation for next release.Jason R. Coombs2014-10-192-2/+2
* | | Added tag 7.0 for changeset df26609c2f61Jason R. Coombs2014-10-191-0/+1
* | | Bumped to 7.0 in preparation for next release.7.0Jason R. Coombs2014-10-192-2/+2
* | | Update changelog for more detail about the impact and possible user actions n...Jason R. Coombs2014-10-191-9/+14
* | | Defer importing of wintypes because it doesn't import nicely. See Python issu...Jason R. Coombs2014-10-191-1/+2
* | | Decorate hide_file to only run on Windows.Jason R. Coombs2014-10-191-0/+8
* | | Declare argtypes and restype on SetFileAttributesW so that it will cast Pytho...Jason R. Coombs2014-10-192-6/+7
* | | Update docstring to be imperative and incorporate comment. Omit lessons about...Jason R. Coombs2014-10-191-5/+5
* | | The name win32 is a misnomer. Use 'windows_support' instead.Jason R. Coombs2014-10-192-2/+2
* | | Merge Pull Request #97Jason R. Coombs2014-10-193-2/+50
|\ \ \
| * | | Cache eggs required for building in .eggs dirMarc Abramowitz2014-10-133-2/+50
|/ / /
* | | Bumped to 6.2 in preparation for next release.Jason R. Coombs2014-10-112-2/+2
* | | Added tag 6.1 for changeset 7ea80190d494Jason R. Coombs2014-10-111-0/+1
* | | Bumped to 6.1 in preparation for next release.6.1Jason R. Coombs2014-10-112-2/+2
* | | Merge VersionConflict test failure. Fixes #270.Jason R. Coombs2014-10-111-1/+1
|\ \ \
| * | | Closing (merged)Jason R. Coombs2014-10-110-0/+0
| * | | Fix VersionConflict test failureMarc Abramowitz2014-10-111-1/+1
|/ / /
* | | Add a couple of comments to help me understand.Jason R. Coombs2014-10-111-0/+5