aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Use relpath to produce results relative to 'dir'Jason R. Coombs2015-08-301-8/+3
* Replace initialize/inject loop with a list comprehensionJason R. Coombs2015-08-301-9/+16
* Add reference to bug reportJason R. Coombs2015-08-301-1/+1
* Prefer preceding line commentsJason R. Coombs2015-08-301-2/+4
* Allow dict.update to do the iterationJason R. Coombs2015-08-301-2/+1
* Replace comment with docstring. Fixes #423Jason R. Coombs2015-08-301-1/+4
* Allow dict.update to do the iterationJason R. Coombs2015-08-301-3/+2
* Allow disabling of the sys.path rewrite technique using an environment variable.Jason R. Coombs2015-08-191-1/+2
* Extract a class for the behavior that rewrites the sys.pathJason R. Coombs2015-08-191-20/+30
* Calculate prelude and postlude earlyJason R. Coombs2015-08-191-16/+17
* Open file in context managerJason R. Coombs2015-08-191-3/+2
* Extract method for wrapping linesJason R. Coombs2015-08-191-8/+22
* Do join lateJason R. Coombs2015-08-191-4/+3
* Extract variableJason R. Coombs2015-08-191-1/+2
* Bumped to 18.3 in preparation for next release.Jason R. Coombs2015-08-191-1/+1
* Remove unused _all_dirs. Prefer 'candidate' to 'suitable'. Update documentation.Jason R. Coombs2015-08-071-15/+8
* Merged in spookylukey/setuptools (pull request #140)Jason R. Coombs2015-08-071-2/+12
|\
| * Big performance fix for find_packages by ignoring hidden dirs earlierLuke Plant2015-07-201-2/+12
* | Bumped to 18.2 in preparation for next release.Jason R. Coombs2015-08-021-1/+1
* | Bumped to 18.1 in preparation for next release.18.1Jason R. Coombs2015-08-021-1/+1
|/
* Bumped to 18.0.2 in preparation for next release.Jason R. Coombs2015-06-241-1/+1
* Bumped to 18.0.1 in preparation for next release.18.0.1Jason R. Coombs2015-06-241-1/+1
* Conditionally remove __PYVENV_LAUNCHER__Jason R. Coombs2015-06-231-1/+1
* Bumped to 18.1 in preparation for next release.Jason R. Coombs2015-06-231-1/+1
* Merge fixJason R. Coombs2015-06-131-2/+4
|\
| * Fix test failure when __PYVENV_LAUNCHER__ is set. Fixes #396.Jason R. Coombs2015-06-131-2/+4
* | Don't quote executable name twice in script headersStephen Drake2015-06-111-9/+0
* | Remove loop, made unnecessary by removal of support for PyrexJason R. Coombs2015-06-101-8/+7
* | Bumped to 18.0 in preparation for next release.18.0b1Jason R. Coombs2015-06-101-1/+1
* | Detect Cython later in the build process, allowing the library to be specifie...Jason R. Coombs2015-06-102-23/+13
* | Bumped to 17.1.2 in preparation for next release.Jason R. Coombs2015-06-081-1/+1
|/
* Bumped to 17.1.1 in preparation for next release.17.1.1Jason R. Coombs2015-06-081-1/+1
* Bumped to 17.2 in preparation for next release.Jason R. Coombs2015-06-071-1/+1
* Bumped to 17.1 in preparation for next release.Jason R. Coombs2015-05-281-1/+1
* Bumped to 17.0 in preparation for next release.17.0Jason R. Coombs2015-05-281-1/+1
* Disallow path separators in script names. Fixes #390Jason R. Coombs2015-05-271-0/+10
* Update docstring to include the actual entry point names (for hits when grepp...Jason R. Coombs2015-05-271-1/+2
* extract variable for nicer indentationJason R. Coombs2015-05-271-2/+2
* Bumped to 16.1 in preparation for next release.Jason R. Coombs2015-05-181-1/+1
* Bumped to 16.0 in preparation for next release.16.0Jason R. Coombs2015-05-181-1/+1
* Use new string formattingJason R. Coombs2015-05-031-7/+8
* Render the error message as a single line without a period (for consistency w...Jason R. Coombs2015-05-031-5/+3
* Let the exception render itself.Jason R. Coombs2015-05-031-2/+2
* Nicer error when problem in install_requiresMarc Abramowitz2015-05-011-2/+6
* Merged in agronholm/setuptools (pull request #128)Jason R. Coombs2015-04-261-1/+1
|\
| * Check for Jython using sys.platform, not os.nameAlex Grönholm2015-04-211-1/+1
* | Bumped to 15.3 in preparation for next release.Jason R. Coombs2015-04-261-1/+1
|/
* Bumped to 15.2 in preparation for next release.Jason R. Coombs2015-04-151-1/+1
* Fix TypeError for pytest.skip()Thomas Bechtold2015-04-051-1/+1
* MergeJason R. Coombs2015-04-032-5/+5
|\