summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* 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-163-5/+4
| |\
| * | 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-201-4/+7
* | | Backed out changeset: be37eff86c76Jason R. Coombs2014-08-211-1/+1
| |/ |/|
* | make order of lines in top_level.txt deterministicBenedikt Morbach2014-08-071-1/+1
* | Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-051-2/+1
* | next compatibility is no longer requiredJason R. Coombs2014-07-051-1/+1
* | Resave with excess whitespace removedJason R. Coombs2014-07-021-1/+1
|/
* Merge pull-request #575.3Jason R. Coombs2014-06-281-5/+5
|\
| * Prune paths file list starting with (RCS|CVS|.svn) as well as path withPhilip Thiem2014-04-231-1/+2
| * Applied Patch from cazabon to handle svn tag revisionsPhilip Thiem2014-04-161-3/+4
* | Always generate the lines, even in dry run.Jason R. Coombs2014-06-221-2/+4
* | Prefer the writelines method.Jason R. Coombs2014-06-221-1/+1
* | Extract method for generating lines for a pkg in nsp. Fixes issue in 67bdf3a7...Jason R. Coombs2014-06-221-23/+26
* | Reindent long lineJason R. Coombs2014-06-221-1/+2
* | Use context manager for opening and closing the fileJason R. Coombs2014-06-221-2/+2
* | Use short-circuit for less nestingJason R. Coombs2014-06-221-13/+15
* | Extract the additional trailing lines when a parent package is indicated.Jason R. Coombs2014-06-221-10/+13
* | Extract the lines of the namespace package pth file template for readability.Jason R. Coombs2014-06-221-12/+12
* | Remove trailing newlineJason R. Coombs2014-06-221-1/+0
* | Merge Pull Request 67 from bb://agronholm/bitbucketJason R. Coombs2014-06-2222-564/+715
|\ \
| * | Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-1822-602/+734
* | | Clean up _get_all_ns_packagesMatthew Iversen2014-06-221-5/+4
* | | Fix pep8 issues for install_egg_infoMatthew Iversen2014-06-221-42/+23
|/ /
* | Merge template loader refactoringJason R. Coombs2014-06-151-14/+16
|\ \
| * | Moved filename resolution into _load_templateJason R. Coombs2014-06-151-7/+8
| * | Extract embedded function as protected staticmethod.Jason R. Coombs2014-06-151-9/+10
* | | Merge issue202 changes. Fixes #202.Jason R. Coombs2014-06-151-41/+181
|\ \ \ | |/ / |/| |
| * | remove instead of fix stale zipimport._zip_directory_cache data on PyPyJurko Gospodnetić2014-06-151-25/+42
| * | clear cached zip archive directory data when removing it from cacheJurko Gospodnetić2014-06-041-10/+22
| * | extract function for updating zipimporter cache dataJurko Gospodnetić2014-06-041-14/+35
| * | extract duplicate codeJurko Gospodnetić2014-06-041-13/+18
| * | update zipimporter cache clearing related code commentsJurko Gospodnetić2014-06-041-25/+31
| * | fix clearing zipimport._zip_directory_cache on pypyJurko Gospodnetić2014-06-021-1/+8
| * | remove quick-fix comment for the solution to issue #169.Jurko Gospodnetić2014-05-081-7/+0
| * | fix issue202 - update existing zipimporters when replacing a zipped eggJurko Gospodnetić2014-05-081-30/+109
* | | Rename script template to use .tmpl extensions.Jason R. Coombs2014-06-141-2/+2