summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force the --python-tag when autobuilding wheelsforce-implementation-tagDonald Stufft2015-11-043-5/+28
* Merge pull request #3205 from xavfernandez/traceback_format_excXavier Fernandez2015-10-242-2/+28
|\
| * Fix traceback.format_exc callXavier Fernandez2015-10-242-2/+28
|/
* Merge pull request #3179 from cloudnull/fix/req_constraintXavier Fernandez2015-10-231-5/+4
|\
| * Fix to ensure "result" object is definedKevin Carter2015-10-231-5/+4
* | Merge pull request #3196 from xavfernandez/improve_missing_setuptools_errorXavier Fernandez2015-10-222-4/+10
|\ \
| * | Use get_installed_version and tracebackXavier Fernandez2015-10-221-7/+5
| * | Special-case based on exception messageXavier Fernandez2015-10-222-4/+11
| * | Report import setuptools error to the userXavier Fernandez2015-10-192-4/+5
|/ /
* | Merge pull request #3190 from cjwatson/setuptools-find-links-docsMarcus Smith2015-10-151-1/+1
|\ \
| * | Fix example of using setuptools find_linksColin Watson2015-10-161-1/+1
|/ /
* | Merge pull request #3075 from natefoo/py2-soabiDonald Stufft2015-10-142-19/+149
|\ \ | |/ |/|
| * 1. Provide a fallback mechanism for determining ABI flags if config varsNate Coraor2015-10-132-24/+54
| * Add unit tests for manual SOABI detectionNate Coraor2015-10-131-7/+70
| * Setting the `u` ABI flag based on sys.maxunicode is incorrect on recentNate Coraor2015-10-131-1/+1
| * Use the WITH_PYMALLOC and Py_DEBUG config vars for setting the `m` and `d` ABINate Coraor2015-10-131-12/+12
| * Fix unit tests I broke:Nate Coraor2015-10-131-3/+7
| * SOABI support for Python 2.X and PyPyNate Coraor2015-10-131-12/+45
|/
* Merge pull request #3170 from qwcode/req_line_numbers2Marcus Smith2015-10-092-9/+12
|\
| * process line continuations first (but with some special handling for comments)Marcus Smith2015-10-082-9/+12
* | Merge pull request #3066 from mattrobenolt/update-2Donald Stufft2015-10-087-29/+122
|\ \
| * | Only update VCS when things have actually changedMatt Robenolt2015-09-017-29/+122
* | | Merge pull request #3153 from xavfernandez/error_project_name_mismatchXavier Fernandez2015-10-053-1/+28
|\ \ \
| * | | Update changelog for backward incompatibilityXavier Fernandez2015-10-011-3/+4
| * | | Abort installation on metadata mismatchXavier Fernandez2015-10-013-1/+27
* | | | Merge pull request #3163 from dstufft/invert-osx-priorityDonald Stufft2015-10-051-3/+3
|\ \ \ \
| * | | | Prefer a newer SDK over an older SDKDonald Stufft2015-10-051-1/+1
| * | | | prefer fat64 wheels over fat32 wheelsDonald Stufft2015-10-051-2/+2
| * | | | fat32 not fat3Donald Stufft2015-10-051-1/+1
|/ / / /
* | | | Merge pull request #3125 from qwcode/req_line_numbersMarcus Smith2015-10-044-46/+162
|\ \ \ \ | | |_|/ | |/| |
| * | | update changelogMarcus Smith2015-10-041-0/+3
| * | | add comment about the order of requirements file preprocessingMarcus Smith2015-10-031-0/+2
| * | | migrate over some missing test cases from PR #3030Marcus Smith2015-10-031-16/+32
| * | | Merge remote-tracking branch 'pypa/develop' into req_line_numbersMarcus Smith2015-10-0332-88/+190
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #3154 from qwcode/issue_3011Marcus Smith2015-10-033-1/+37
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'pypa/develop' into issue_3011Marcus Smith2015-10-0327-67/+142
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3158 from graingert/patch-2Matt Iversen2015-10-021-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use the new wheel config sectionThomas Grainger2015-10-021-1/+1
|/ / / /
* | | | Merge pull request #3156 from dstufft/drop-32Donald Stufft2015-10-0112-39/+21
|\ \ \ \
| * | | | Drop support for Python 3.2Donald Stufft2015-10-0112-39/+21
|/ / / /
* | | | Merge pull request #3152 from James-Firth/patch-1Marcus Smith2015-09-301-1/+1
|\ \ \ \
| * | | | Fixed broken link to article comparing setup.py to requirements.txtJames Firth2015-09-301-1/+1
* | | | | Merge pull request #3122 from Ivoz/distinfo-entrypointsMatt Iversen2015-10-011-6/+7
|\ \ \ \ \
| * | | | | Show entry points for dist-info installed packagesMatthew Iversen2015-09-211-6/+7
* | | | | | Merge pull request #3145 from pypa/check-long_descriptionMatt Iversen2015-10-011-2/+6
|\ \ \ \ \ \
| * | | | | | Check long_description is validcheck-long_descriptionMatt Iversen2015-09-281-2/+6
* | | | | | | Merge pull request #3136 from rouge8/fix-py26-home-slashXavier Fernandez2015-09-2910-15/+69
|\ \ \ \ \ \ \
| * | | | | | | Add pip.compat.expanduser to workaround http://bugs.python.org/issue14768Andy Freeland2015-09-298-27/+42
| * | | | | | | Fix user directory expansion when HOME=/Andy Freeland2015-09-292-3/+18
| * | | | | | | Failing test case for #2996Andy Freeland2015-09-291-0/+24