summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Bump to 7.0 in preparation for next release.7.0b1Jason R. Coombs2014-09-271-1/+1
* Prefer packaging library if available.Jason R. Coombs2014-09-273-7/+28
* Fix indentJason R. Coombs2014-09-271-2/+1
* Merge github pull request #13 (dstufft/setuptools:use-packaging).Jason R. Coombs2014-09-2711-26/+990
|\
| * Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-255-26/+43
| * Add a vendored copy of packagingDonald Stufft2014-09-256-0/+947
* | Bumped to 6.0.2 in preparation for next release.Jason R. Coombs2014-09-271-1/+1
* | Bumped to 6.0.1 in preparation for next release.6.0.1Jason R. Coombs2014-09-271-1/+1
* | Use rpartition here, essential to the algorithm. Fixes #259.Jason R. Coombs2014-09-271-1/+1
* | Bumped to 6.1 in preparation for next release.Jason R. Coombs2014-09-271-1/+1
* | Bumped to 6.0 in preparation for next release.6.0Jason 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
* | 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
| |/
* | Fix issue #118: Prevent the egg-info directory from being redundantly include...Jesse Weinstein2014-08-281-1/+1
* | 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
* | | Move inline function into an instance method and rename for clarity.Jason R. Coombs2014-09-261-11/+11
* | | Return the exclusions directlyJason R. Coombs2014-09-261-6/+8
* | | Incorporate the exclusion path in the _exclude function.Jason R. Coombs2014-09-261-2/+6
* | | Reorganize importsJason R. Coombs2014-09-261-2/+3
* | | Use itertools.product for a cross-product of two iterablesJason R. Coombs2014-09-261-3/+3
* | | ReindentJason R. Coombs2014-09-261-2/+2
* | | Rewrite package traversal as a generator expressionJason R. Coombs2014-09-261-2/+6
* | | Extract path calculation for pathsJason R. Coombs2014-09-261-3/+2
* | | Extract method for computing parent packages of a packageJason R. Coombs2014-09-261-4/+13
* | | Extract method for calculating namespace packages for single_version_external...Jason R. Coombs2014-09-261-11/+23
* | | Add docstring for get_exclusions. Just return the set as it is a sized contai...Jason R. Coombs2014-09-261-1/+5
* | | Construct exclusions as a setJason R. Coombs2014-09-261-3/+3
* | | Add commentJason R. Coombs2014-09-261-0/+2
* | | Extract calculation of base pathJason R. Coombs2014-09-261-2/+3
* | | Generate the filenames more directly.Jason R. Coombs2014-09-261-15/+11
* | | Extract method for generating exclude namesJason R. Coombs2014-09-261-9/+17
* | | Normalize syntaxJason R. Coombs2014-09-261-2/+2
* | | Merged in mesocody/setuptools (pull request #72)Jason R. Coombs2014-09-261-3/+14
|\ \ \ | |_|/ |/| |