summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
* Remove special handling of 'no_compile' option with comment about making DIST...Jason R. Coombs2014-03-131-1/+0
* Reindent and remove excess whitespaceJason R. Coombs2014-03-131-10/+3
* Use functools.partial and re.sub to construct the substitution function.Jason R. Coombs2014-03-101-7/+6
* self.language could be None (and is None by default)Jason R. Coombs2014-03-101-1/+2
* Use a single method to handle both languages.Jason R. Coombs2014-03-101-19/+15
* Merged in lsinger/setuptools (pull request #39)Jason R. Coombs2014-03-101-1/+12
|\
| * Map .pyx sources to .c or .cpp depending on languagelsinger2014-03-011-1/+12
* | Bumped to 3.2 in preparation for next release.Jason R. Coombs2014-03-081-1/+1
* | Bumped to 3.1 in preparation for next release.3.1Jason R. Coombs2014-03-081-1/+1
* | Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...Jason R. Coombs2014-03-083-5/+342
* | Bumped to 3.0.3 in preparation for next release.Jason R. Coombs2014-03-061-1/+1
* | Bumped to 3.0.2 in preparation for next release.Jason R. Coombs2014-03-061-1/+1
* | Bumped to 3.0.1 in preparation for next release.3.0.1Jason R. Coombs2014-03-061-1/+1
* | Bumped to 3.1 in preparation for next release.Jason R. Coombs2014-03-061-1/+1
* | Issue #156: Fix spelling of __PYVENV_LAUNCHER__ variable.3.0Arfrever Frehtes Taifersar Arahesis2014-03-041-1/+1
|/
* Remove excess whitespaceJason R. Coombs2014-03-011-1/+0
* Update workaround to reference filed ticket.Jason R. Coombs2014-03-011-1/+5
* Remove patching of upload_names (dist_files) - Python 2.6 already does the ri...Jason R. Coombs2014-03-011-22/+0
* Remove unused importJason R. Coombs2014-03-011-1/+0
* Remove get_installer_filename (copied from some version of Python now require...Jason R. Coombs2014-03-011-15/+0
* Delint bdist_wininstJason R. Coombs2014-03-011-33/+5
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-156-10/+15
* Use tempfile.TemporaryDirectory() with Python >=3.2.Arfrever Frehtes Taifersar Arahesis2014-02-152-25/+31
* Fixed Issue #125: setuptools leaves a ~/.subversion dir laying aroundPhilip Thiem2014-02-151-7/+47
* Merge backout of namespace package __init__ module generation; ref #148.3.0b1Jason R. Coombs2014-02-111-27/+3
|\
| * Backed out changeset 28901bac2f2e See #148Jason R. Coombs2014-02-111-27/+27
* | Delint site-patchJason R. Coombs2014-02-111-14/+7
* | Normalize whitespace and importsJason R. Coombs2014-02-091-35/+16
* | Reorganize imports and remove excess whitespaceJason R. Coombs2014-02-091-28/+3
* | Remove import *Jason R. Coombs2014-02-091-1/+1
* | Normalize indentation and remove unused importsJason R. Coombs2014-02-091-42/+33
* | Remove import *Jason R. Coombs2014-02-091-1/+2
* | Remove excess whitespace and unused imports.Jason R. Coombs2014-02-091-10/+3
* | Remove import *Jason R. Coombs2014-02-091-2/+3
* | Remove unused import and excess whitespace.Jason R. Coombs2014-02-091-39/+1
* | Remove import (missed in parent commit).Jason R. Coombs2014-02-091-1/+0
* | Removed Features functionality. Fixes #65.Jason R. Coombs2014-02-093-341/+5
* | Bumped to 3.0 in preparation for next release.Jason R. Coombs2014-02-091-1/+1
* | Don't eagerly import namespace packages. This was the big reason forPJ Eby2006-04-141-5/+5
* | Adding comment referencing #134.Jason R. Coombs2014-02-081-0/+2
* | Do not override _bytecode_filenamesWilliam Grzybowski2013-12-161-12/+0
* | Bumped to 2.3 in preparation for next release.Jason R. Coombs2014-02-071-1/+1
* | Merged in menghan/setuptools (pull request #30)Jason R. Coombs2014-02-071-2/+3
|\ \
| * | fix setuptools don't search download location in dependency_links bugMenghan Zheng2013-12-241-2/+3
* | | Use io.open() instead of codecs.open().Arfrever Frehtes Taifersar Arahesis2014-02-071-4/+3
* | | Use readlines on StringIO. Ensure quiet_context returns rewound buffers.Jason R. Coombs2014-02-051-1/+3
* | | Rewrite merged tests to use context managersJason R. Coombs2014-02-051-19/+16
* | | Remove unused variableJason R. Coombs2014-02-051-1/+0
* | | Reindent according to TODO (indent was reserved to minimize the diff)Jason R. Coombs2014-02-051-15/+14