summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add include parameter to find_packages.Wyatt Lee Baldwin2014-02-122-3/+21
* | Move import to topJason R. Coombs2014-03-161-1/+1
* | Exclude __pycache__ in find_packages.Wyatt Lee Baldwin2014-02-121-1/+1
* | Setup find_packages excludes early for clarity.Wyatt Lee Baldwin2014-02-121-1/+2
* | Add unit tests for find_packagesWyatt Lee Baldwin2014-02-121-0/+72
* | Bumped to 3.3 in preparation for next release.Jason R. Coombs2014-03-145-51/+51
* | Added tag 3.2 for changeset 07c459bea1c5Jason R. Coombs2014-03-141-0/+1
* | Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
* | Bump wincertstore to 0.2. Fixes #164.Jason R. Coombs2014-03-142-2/+3
* | Python 2.6 or later is requiredJason R. Coombs2014-03-141-1/+1
* | MergeJason R. Coombs2014-03-134-4/+5
|\ \
| * | Issue #162: Update dependency on certifi to 1.0.1.Arfrever Frehtes Taifersar Arahesis2014-03-114-4/+5
* | | 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-102-19/+21
* | 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-083-38/+38
* | | Added tag 3.1 for changeset 47224d55ddc6Jason R. Coombs2014-03-081-0/+1
* | | Bumped to 3.1 in preparation for next release.3.1Jason R. Coombs2014-03-082-2/+2
* | | Update changelogJason R. Coombs2014-03-081-0/+7
* | | Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...Jason R. Coombs2014-03-083-5/+342
* | | Forget --userJason R. Coombs2014-03-061-1/+1
* | | Exercise ez_setup.py now using the new version command line parameter.Jason R. Coombs2014-03-061-1/+1
* | | Allow version to be passed to ez_setup.py. The parameter to main wasn't being...Jason R. Coombs2014-03-061-3/+10
* | | The DEFAULT_VERSION won't be present. Try an earlier vesion.Jason R. Coombs2014-03-061-1/+1
* | | Try invoking ez_setup.py to ensure it works at a basic levelJason R. Coombs2014-03-061-1/+3
* | | Bumped to 3.0.3 in preparation for next release.Jason R. Coombs2014-03-064-52/+52
* | | Added tag 3.0.2 for changeset bad1f30ee0dfJason R. Coombs2014-03-061-0/+1
* | | Correct typo in previous bugfix3.0.2Jason R. Coombs2014-03-062-1/+7
* | | Bumped to 3.0.2 in preparation for next release.Jason R. Coombs2014-03-063-44/+44
* | | Added tag 3.0.1 for changeset cd9e857476acJason R. Coombs2014-03-061-0/+1
* | | Bumped to 3.0.1 in preparation for next release.3.0.1Jason R. Coombs2014-03-062-2/+2
* | | Restore support for Python 2.6 in bootstrap script. Fixes #157.Jason R. Coombs2014-03-062-1/+21
* | | Removing the contributors file. While the project is immensely grateful for e...Jason R. Coombs2014-03-061-36/+0
* | | Add an actual curl example (for easier copy/paste).Jason R. Coombs2014-03-061-4/+5
* | | Update documentation to reflect that ez_setup.py moves. Fixes #155.Jason R. Coombs2014-03-061-0/+3
* | | Bumped to 3.1 in preparation for next release.Jason R. Coombs2014-03-064-51/+51
* | | Added tag 3.0 for changeset 8e8c50925f18Jason R. Coombs2014-03-061-0/+1
* | | Issue #156: Fix spelling of __PYVENV_LAUNCHER__ variable.3.0Arfrever Frehtes Taifersar Arahesis2014-03-042-1/+2
|/ /
* | 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
* | Update changelogJason R. Coombs2014-02-241-0/+2
* | Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-156-10/+15