summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move doctest directive and ignores to setup.cfgJason R. Coombs2014-09-272-3/+2
* | Also ignore lib2to3_ex.pyJason R. Coombs2014-09-271-1/+2
* | Try ignoring release.pyJason R. Coombs2014-09-271-1/+1
* | Bumped to 6.0.2 in preparation for next release.Jason R. Coombs2014-09-272-2/+2
* | Added tag 6.0.1 for changeset bc6655b4acf2Jason R. Coombs2014-09-271-0/+1
* | Bumped to 6.0.1 in preparation for next release.6.0.1Jason R. Coombs2014-09-272-2/+2
* | Update changelogJason R. Coombs2014-09-271-0/+7
* | Use rpartition here, essential to the algorithm. Fixes #259.Jason R. Coombs2014-09-271-1/+1
* | Add doctesting of modules. Ref #259.Jason R. Coombs2014-09-271-1/+1
* | Bumped to 6.1 in preparation for next release.Jason R. Coombs2014-09-272-2/+2
* | Added tag 6.0 for changeset 755cbfd3743fJason R. Coombs2014-09-271-0/+1
* | Bumped to 6.0 in preparation for next release.6.0Jason R. Coombs2014-09-272-2/+2
* | Update changelog to reference documented issue. Fixes #258.Jason R. Coombs2014-09-271-1/+1
* | Always restore os.environ even if an exception occurs.Jason R. Coombs2014-09-261-5/+6
* | Add docstringJason R. Coombs2014-09-261-0/+4
* | Avoid passing None values to os.environ.Jason R. Coombs2014-09-261-4/+7
* | Meant 'items'Jason R. Coombs2014-09-261-1/+1
* | Correct test assertionJason R. Coombs2014-09-261-1/+1
* | Extracting environment patcherJason R. Coombs2014-09-261-5/+21
* | Skip tests if msvc9compiler isn't available.Jason R. Coombs2014-09-261-2/+4
* | Grab winreg module from distutils.msvc9compilerJason R. Coombs2014-09-261-7/+5
* | Move stable import into stdlib imports sectionJason R. Coombs2014-09-261-2/+2
* | Remove unused importJason R. Coombs2014-09-261-1/+1
* | Remove excess whitespaceJason R. Coombs2014-09-261-14/+12
* | Create global import more traditionally. Now the patched functions are availa...Jason R. Coombs2014-09-261-5/+6
* | Extract patched functions as top-level functionsJason R. Coombs2014-09-261-37/+41
* | Protect against import errors.Jason R. Coombs2014-09-261-2/+6
* | Move monkey patch to a separate moduleJason R. Coombs2014-09-262-53/+58
* | Resave with excess whitespace removedJason R. Coombs2014-09-261-4/+4
* | Update changelogJason R. Coombs2014-09-261-0/+3
* | Merged in stevedower/setuptools (pull request #83)Jason R. Coombs2014-09-262-0/+189
|\ \
| * | Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a standalo...Steve Dower2014-09-252-0/+189
| |/
* | Update changelogJason R. Coombs2014-09-261-0/+2
* | Fix issue #118: Prevent the egg-info directory from being redundantly include...Jesse Weinstein2014-08-281-1/+1
* | Merged in moben/setuptools (pull request #79)Jason R. Coombs2014-09-260-0/+0
|\ \
| * | make order of lines in top_level.txt deterministicBenedikt Morbach2014-08-211-1/+1
* | | Update changelogJason R. Coombs2014-09-261-0/+2
* | | Merge Pull Request #78 correcting regression in Pull Request #76.Jason R. Coombs2014-09-261-1/+1
|\ \ \
| * | | [Fix/Typo] Fix missing parenthesis in egg_info.pyHugues Lerebours2014-08-181-1/+1
* | | | Update changelogJason R. Coombs2014-09-261-0/+2
* | | | Move inline function into an instance method and rename for clarity.Jason R. Coombs2014-09-261-11/+11