summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changes.rstremove-multiple-script-versionsMatt Iversen2016-02-211-0/+3
|
* Remove versioned entry pointMatt Iversen2016-02-211-7/+2
| | | | | This is no longer compatible with static wheel installations, unless another hack was added to pip! :D Solves #851
* Merge pull request #873 from Ivoz/with-statementsMatt Iversen2016-02-201-32/+24
|\ | | | | Use with statement to open files
| * Use with statement to open filesMatt Iversen2016-02-141-32/+24
|/
* Clarify changelog entry for #805Matt Iversen2016-02-121-1/+1
|
* Bump for developmentDonald Stufft2016-02-072-1/+5
|
* Merge branch 'master' into developDonald Stufft2016-02-070-0/+0
|\
| * Merge branch 'develop'14.0.6Donald Stufft2016-02-078-25/+123
| |\ | |/ |/|
* | Bump version for releaseDonald Stufft2016-02-072-2/+5
| |
* | Merge pull request #867 from dstufft/upgradeDonald Stufft2016-02-074-0/+4
|\ \ | | | | | | Upgrade setuptools and wheel
| * | Upgrade wheel to 0.29.0Donald Stufft2016-02-073-0/+2
| | |
| * | Upgrade setuptools to 20.0Donald Stufft2016-02-072-0/+2
|/ /
* | Merge pull request #866 from dstufft/extract-caDonald Stufft2016-02-071-21/+41
|\ \ | | | | | | Extract the CA Certificate bundle and pass it into pip
| * | Extract the CA Certificate bundle and pass it into pipDonald Stufft2016-02-071-21/+41
| | | | | | | | | | | | | | | | | | The OpenSSL APIs cannot handle a CAFile that does not exist on disk, so instead we have to make a temporary file and put it on disk.
* | | Merge pull request #865 from pfmoore/appveyorPaul Moore2016-02-032-1/+33
|\ \ \ | | | | | | | | Add support for testing on Appveyor
| * | | The -p X.Y abbreviated form does not work on Windows for Python 3.5+Paul Moore2016-02-031-0/+7
| | | |
| * | | Abbreviated form on Windows is N.M, not pyNMPaul Moore2016-02-031-1/+1
| | | |
| * | | Add appveyor supportPaul Moore2016-02-031-0/+25
|/ / /
* | | Merge pull request #863 from pfmoore/cmdline_testsPaul Moore2016-02-032-3/+37
|\ \ \ | | | | | | | | Move the command line tests from tox.ini to a proper test file
| * | | Move the command line tests from tox.ini to a proper test filePaul Moore2016-02-032-3/+37
|/ / /
* | | Bump version for developmentMatthew Iversen2016-02-012-2/+2
| | |
* | | Merge branch 'master' into developMatthew Iversen2016-02-012-2/+2
|\ \ \ | | |/ | |/|
| * | Bump version for development14.0.5Matthew Iversen2016-02-012-2/+2
| | |
* | | Bump version for developmentMatthew Iversen2016-02-011-0/+5
|/ /
* | Homogenize drive letter casing for both prefixes and filenames.Matt Iversen2016-02-012-0/+4
| |
* | Fill out readmeMatthew Iversen2016-02-011-1/+12
| | | | | | | | | | - Add a short description - Add common links
* | Bump version for developmentMatthew Iversen2016-02-012-1/+6
| |
* | Bump version for release14.0.4Matthew Iversen2016-02-012-2/+2
| |
* | Update to setuptools 19.6.2Matthew Iversen2016-02-012-0/+2
| |
* | Add .cache to .gitignoreMatthew Iversen2016-02-011-0/+1
| |
* | Revert ac4ea65; only correct drive letter case.Matt Iversen2016-01-302-2/+6
| | | | | | | | Fixes #856, #815
* | Bump version for developmentMatthew Iversen2016-01-292-1/+5
| |
* | Bump version for release14.0.3Matthew Iversen2016-01-292-2/+2
| |
* | Update setuptools to 19.6.1Matthew Iversen2016-01-292-0/+5
| |
* | Bump for developmentMatthew Iversen2016-01-282-1/+5
| |
* | Bump version for release14.0.2Matthew Iversen2016-01-282-4/+4
| |
* | Upgrade setuptools to 19.6Matthew Iversen2016-01-282-0/+2
| |
* | Make note that other activate.* files existMatt Iversen2016-01-271-1/+3
| |
* | And another new year.Matt Iversen2016-01-271-1/+1
| |
* | Merge pull request #850 from pypa/test-virtualenv-moreMatt Iversen2016-01-272-8/+32
|\ \ | |/ |/| Test more virtualenv invocations
| * Test more virtualenv invocationstest-virtualenv-moreMatthew Iversen2016-01-222-8/+32
| | | | | | | | | | | | | | | | - with no arguments - with --python=<fullpath> - with -p <binary> Also test creating a {2,3}-based venv with python {3,2}
* | Use bdist_wheel sectionMatt Iversen2016-01-241-1/+1
| |
* | Fix #837Matthew Iversen2016-01-222-1/+4
| | | | | | | | Normalize case for prefix paths before checking them
* | Add changelog entry for #843Matthew Iversen2016-01-221-0/+1
| |
* | Merge pull request #843 from Gnouc/developMatt Iversen2016-01-222-15/+15
|\ \ | |/ |/| Silent `unset -f` error in zsh
| * Silent `unset -f` error in zshLE Manh Cuong2016-01-202-15/+15
| |
* | Merge pull request #844 from edmorley/update-python-classifiersMatt Iversen2016-01-221-2/+1
|\ \ | | | | | | Update PyPI classifiers to match currently supported Python versions
| * | Update PyPI classifiers to match currently supported Python versionsEd Morley2016-01-201-2/+1
| |/ | | | | | | | | Python 3.2 support was dropped as part of the update to pip v8, and virtualenv is already tested under Python 3.5.
* | Bump for developmentDonald Stufft2016-01-212-1/+5
| |
* | Merge branch 'master' into developDonald Stufft2016-01-210-0/+0
|\ \