summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \ | |_|/ |/| |
| * | Chase upstreamMelvyn Sopacua2014-08-1617-2746/+68
| |\ \ | | |/
| * | Commit the fix we did when testing python3Melvyn Sopacua2014-07-051-2/+2
| * | Fix exclude list on python 3.2+Melvyn Sopacua2014-07-051-3/+14
* | | remove unneeded code from last commitRandy Syring2014-09-201-2/+1
* | | sdist command: fix case insensitivity when adding some files to filelistRandy Syring2014-09-203-4/+46
* | | Bumped to 5.9 in preparation for next release.Jason R. Coombs2014-09-181-1/+1
* | | Backed out changeset: be37eff86c76Jason R. Coombs2014-08-211-1/+1
| |/ |/|
* | Merged in moben/setuptools (pull request #76)Jason R. Coombs2014-08-161-1/+1
|\ \
| * | make order of lines in top_level.txt deterministicBenedikt Morbach2014-08-071-1/+1
* | | Bumped to 5.8 in preparation for next release.Jason R. Coombs2014-08-151-1/+1
* | | Bumped to 5.7 in preparation for next release.Jason R. Coombs2014-08-141-1/+1
* | | Bumped to 5.6 in preparation for next release.5.6Jason R. Coombs2014-08-141-1/+1
* | | Use absolute_import in svn_utils. Fixes #242.Jason R. Coombs2014-08-141-0/+2
* | | Bumped to 5.5.2 in preparation for next release.Jason R. Coombs2014-08-101-1/+1
* | | Bumped to 5.5.1 in preparation for next release.5.5.1Jason R. Coombs2014-08-101-1/+1
* | | Bumped to 5.6 in preparation for next release.Jason R. Coombs2014-08-101-1/+1
* | | Bumped to 5.5 in preparation for next release.5.5Jason R. Coombs2014-08-101-1/+1
* | | Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)Jason R. Coombs2014-08-101-0/+3
|\ \ \
| * | | fix failing integration (test_stevedore) test on windows because of an unrele...david2014-06-251-0/+3
* | | | Include setup_requires directive in Distribution attributes and metadata. Fix...Jason R. Coombs2014-08-101-1/+1
| |/ / |/| |
* | | Bumped to 5.4.3 in preparation for next release.Jason R. Coombs2014-08-011-1/+1
* | | Correct execfile implementation for Python 2.6. Fixes #236.Jason R. Coombs2014-08-011-0/+4
* | | Extract variableJason R. Coombs2014-08-011-1/+2
* | | Add test capturing failure on Python 2.6. Ref #236Jason R. Coombs2014-08-011-0/+6
* | | Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
* | | Remove unused variableJason R. Coombs2014-08-011-1/+1