summaryrefslogtreecommitdiff
path: root/news
Commit message (Expand)AuthorAgeFilesLines
* Generate NEWS for 18.1Pradyun Gedam2018-10-0545-34/+0
* Merge pull request #5798 from pradyunsg/improve-configuration-handlingPradyun Gedam2018-10-041-0/+1
|\
| * Merge branch 'master' into improve-configuration-handlingPradyun Gedam2018-09-307-1/+5
| |\
| * | Show error messages when configuration-related errors occurPradyun Gedam2018-09-201-0/+1
* | | Merge pull request #5833 from uranusjr/htmlpage-extract-trimmingChris Jerdonek2018-09-301-0/+1
|\ \ \
| * | | NewsTzu-ping Chung2018-09-301-0/+1
* | | | Merge pull request #5831 from pradyunsg/vendoring/18.1-updatesPradyun Gedam2018-09-304-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Upgrade pytoml to 0.1.19Pradyun Gedam2018-09-291-0/+1
| * | | Upgrade packaging to 18.0Pradyun Gedam2018-09-291-0/+1
| * | | Upgrade certifi to 2018.8.24Pradyun Gedam2018-09-291-0/+1
| * | | Upgrade pkg_resources to 40.4.3 (via setuptools)Pradyun Gedam2018-09-291-0/+1
| | |/ | |/|
* | | Merge pull request #5818 from cjerdonek/simplify-from-distChris Jerdonek2018-09-301-0/+0
|\ \ \
| * | | Add FrozenRequirement._init_args_from_dist() helper method.Chris Jerdonek2018-09-261-0/+0
* | | | Add unit tests for egg_info_matchesTzu-ping Chung2018-09-301-0/+1
| |/ / |/| |
* | | Merge pull request #5796 from hugovk/upgrade-pyparsingPradyun Gedam2018-09-291-0/+2
|\ \ \
| * | | Add news file for pyparsing upgradehugovk2018-09-181-0/+2
| | |/ | |/|
* | | News fragmentTzu-ping Chung2018-09-281-0/+1
* | | Merge pull request #5819 from uranusjr/htmlpage-cleanDonald Stufft2018-09-272-0/+2
|\ \ \ | |_|/ |/| |
| * | NewsTzu-ping Chung2018-09-272-0/+2
* | | Add misc.make_vcs_requirement_url().Chris Jerdonek2018-09-251-0/+0
|/ /
* | Remove two unreachable returns in VersionControl.get_src_requirement().Chris Jerdonek2018-09-201-0/+0
* | Revert "Limit progress updates to avoid swamping the TTY"revert-5124-ui/limit-progressPradyun Gedam2018-09-191-1/+0
|/
* Merge pull request #5723 from cjerdonek/vcs-add-git-get-branchPradyun Gedam2018-09-182-0/+1
|\
| * Update fetch_new() to checkout the correct branch.Chris Jerdonek2018-08-211-0/+1
| * Add Git.get_branch().Chris Jerdonek2018-08-211-0/+0
* | Only revalidate /simple/ pages instead of caching for 10 minutesDonald Stufft2018-09-181-0/+2
* | Add news fragmentLaurie Opperman2018-09-171-0/+1
* | Correct capitalization of PyPIJon Dufresne2018-09-161-0/+0
* | Sort list of RECORD entriesBernhard M. Wiedemann2018-09-111-0/+1
* | Allow passing cache_dir as False to SelfCheckStatePradyun Gedam2018-09-061-0/+1
* | Disable pip's version check for commands that do not touch the indexPradyun Gedam2018-09-061-0/+2
* | Merge pull request #5693 from sinscary/format_control_refactorPradyun Gedam2018-09-041-0/+0
|\ \
| * | Refactoring: Move FormatControl to separate classNitesh Sharma2018-08-281-0/+0
* | | Merge pull request #5756 from techtonik/patch-6Pradyun Gedam2018-09-041-0/+1
|\ \ \
| * | | Rename 5753.doc to 5753.trivialPradyun Gedam2018-09-041-0/+0
| * | | Create 5753.docanatoly techtonik2018-09-031-0/+1
| |/ /
* | | Add news file for https://github.com/pypa/pip/pull/5748Jonathan Herbert2018-09-021-0/+1
|/ /
* | Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-authPradyun Gedam2018-08-221-0/+1
|\ \ | |/ |/|
| * Fix #5375: add editable install support for svn+ssh URLs with a username.Chris Jerdonek2018-07-291-0/+1
* | Add a test of installing from a repo with a non-master default branch.Chris Jerdonek2018-08-191-0/+0
* | Merge pull request #5718 from cjerdonek/dry-up-with-install-version-pkgPradyun Gedam2018-08-201-0/+0
|\ \
| * | DRY up test_install_vcs_git.py with _install_version_pkg().Chris Jerdonek2018-08-191-0/+0
* | | Remove unneeded @pytest.mark.network's inside test_install_vcs_git.py.Chris Jerdonek2018-08-191-0/+0
|/ /
* | DRY up test_install_vcs_git.py with _checkout_into_temp().Chris Jerdonek2018-08-181-0/+0
* | DRY up test_install_vcs_git.py with _make_version_pkg_url().Chris Jerdonek2018-08-181-0/+0
* | Rename tests/functional/test_install_vcs.py to test_install_vcs_git.py.Chris Jerdonek2018-08-161-0/+0
* | Merge pull request #5623 from cjerdonek/vcs-fix-install-git-refPradyun Gedam2018-08-171-0/+1
|\ \
| * | Improve NEWS entry.Chris Jerdonek2018-08-141-1/+1
| * | Fix issue #5624: installing a Git ref for installs after the first.Chris Jerdonek2018-08-081-0/+1
* | | Merge pull request #5124 from gaul/ui/limit-progressPradyun Gedam2018-08-131-0/+1
|\ \ \