summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Make egg_info command write out setup requirementsbaserock/richardipsum/pip-7.0-rebasebaserock/masterRichard Ipsum2014-11-181-0/+6
* Bumped to 7.0 in preparation for next release.7.0Jason R. Coombs2014-10-191-1/+1
* 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
* Cache eggs required for building in .eggs dirMarc Abramowitz2014-10-132-2/+38
* Bumped to 6.2 in preparation for next release.Jason R. Coombs2014-10-111-1/+1
* Bumped to 6.1 in preparation for next release.6.1Jason R. Coombs2014-10-111-1/+1
* Reindent clause. Prefer leading comment to inline.Jason R. Coombs2014-09-291-3/+5
* Extract variable to be in proximity of its commentJason R. Coombs2014-09-291-2/+4
* Correct typoJason R. Coombs2014-09-291-1/+1
* Remove Python 2.5 compatibility methods for zipfilesJason R. Coombs2014-09-291-52/+1
* Trim excess whitespaceJason R. Coombs2014-09-291-2/+2
* Bumped to 6.0.3 in preparation for next release.Jason R. Coombs2014-09-291-1/+1
* Backout 5692cd26a08e; Ref #262.6.0.2b1Jason R. Coombs2014-09-291-1/+1
* 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-263-17/+70
|\
| * 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