summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1601 from Ivoz/editablesubdirMarcus Smith2014-03-102-14/+18
|\
| * Fix tests for subdirectory installMatthew Iversen2014-03-092-14/+18
* | Make svn test less brittle to a surprise argparseMatthew Iversen2014-03-091-6/+10
|/
* Fix #1424 -- add support for SSL client certificateBruno Renié2014-03-071-0/+5
* Merge pull request #1444 from novel/retriesDonald Stufft2014-03-061-0/+5
|\
| * Introduce 'retry' optionRoman Bogorodskiy2014-02-041-0/+5
* | fixes #1615Daniele Procida2014-03-052-2/+2
* | pkg exclusions for pip list/freezeMarcus Smith2014-02-281-7/+40
* | Remove dependency links support from pipDonald Stufft2014-02-256-64/+0
* | Turn on everything in flake8Donald Stufft2014-02-2425-213/+232
* | Remove duplicated testDonald Stufft2014-02-201-28/+0
* | Merge branch 'master' into developDonald Stufft2014-02-201-0/+28
|\ \
| * | Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-196-1/+75
| * | fixes for downloading wheels (Issue #1112)Marcus Smith2014-02-083-0/+29
| * | when file urls have hash fragments, check itMarcus Smith2014-02-081-0/+11
| * | 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-082-4/+104
* | | Simplify wheel exception raises assertionMatthew Iversen2014-02-191-7/+2
* | | Fix test logic, tiny error / import cleanupMatthew Iversen2014-02-191-6/+8
* | | Python 3 compatibilityMatthew Iversen2014-02-181-1/+1
* | | Add unit test for check_compatibilityMatthew Iversen2014-02-182-4/+31
* | | Explain futurewheel version numbersMatthew Iversen2014-02-151-0/+1
* | | Fix tests to expect installation or notMatthew Iversen2014-02-151-5/+12
* | | Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-156-0/+40
* | | Cleanup after each test caseDonald Stufft2014-02-101-1/+8
| |/ |/|
* | fixes for downloading wheels (Issue #1112)Marcus Smith2014-02-023-0/+29
* | when file urls have hash fragments, check itMarcus Smith2014-02-011-0/+11
* | 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-012-4/+104
* | Use Flake8 on the test of pip's Python filesDonald Stufft2014-01-2846-961/+2230
* | Fix the style of the code base to better match pep8Donald Stufft2014-01-271-4/+1
* | Merge branch 'master' into developDonald Stufft2014-01-261-0/+41
|\ \ | |/
| * Properly parse comments from the end of a lineDonald Stufft2014-01-221-0/+41
| * use --no-use-wheel in the bundle functional testsMarcus Smith2014-01-211-2/+2
* | use --no-use-wheel in the bundle functional testsMarcus Smith2014-01-201-2/+2
* | Merge branch 'master' into developDonald Stufft2014-01-201-1/+35
|\ \ | |/
| * additional wheel filename testsMarcus Smith2014-01-151-14/+34
| * fix typo in test nameRalf Schmitt2014-01-161-1/+1
| * raise InvalidWheelFilename if version is missing in wheel filenameRalf Schmitt2014-01-161-0/+7
| * Merge pull request #1445 from schmir/fix-wheel-single-digit-versionMarcus Smith2014-01-151-0/+7
| |\
| | * make sure that wheel files with a single digit version do workRalf Schmitt2014-01-091-0/+7
* | | fix references to req methods/classes after refactorMarcus Smith2014-01-125-20/+24
* | | merge from 1.5.XMarcus Smith2014-01-115-45/+43
|\ \ \ | |/ /
| * | If --allow-unverified is used assume it also means --allow-externalDonald Stufft2014-01-101-0/+16
| * | Use the raw stream to prevent decoding the responseDonald Stufft2014-01-071-2/+11
| * | Work around python 2.6 not having ``python -m``Donald Stufft2014-01-071-1/+2
| * | Have a nice error when setuptools is not availableDonald Stufft2014-01-071-0/+12
| * | Remove the setuptools version checkDonald Stufft2014-01-072-43/+3
| |/
| * Fix test to run on Python 2.6.Stefan Scherfke2013-12-201-3/+3
| * Try utf-8, the system’s default encoding, and latin1 when reading egg_info-...Stefan Scherfke2013-12-201-3/+18
| * Respect explicit encoding declarations in setup.py files.Ben Darnell2013-12-203-0/+23
* | Fix test to run on Python 2.6.Stefan Scherfke2013-12-201-3/+3