summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 18.1Pradyun Gedam2018-10-051-1/+1
* Merge pull request #5798 from pradyunsg/improve-configuration-handlingPradyun Gedam2018-10-043-8/+35
|\
| * Merge branch 'master' into improve-configuration-handlingPradyun Gedam2018-09-3010-108/+139
| |\
| * | Show error messages when configuration-related errors occurPradyun Gedam2018-09-202-6/+32
| * | Switch to a global variable for exit status codesPradyun Gedam2018-09-201-2/+3
* | | Merge pull request #5833 from uranusjr/htmlpage-extract-trimmingChris Jerdonek2018-09-301-121/+118
|\ \ \
| * | | Pass the URL instead of the page itself into LinkTzu-ping Chung2018-09-301-1/+1
| * | | Move static methods out of HTMLPageTzu-ping Chung2018-09-301-120/+117
* | | | Merge pull request #5831 from pradyunsg/vendoring/18.1-updatesPradyun Gedam2018-09-3010-206/+124
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the vendoring script to cover relative importsPradyun Gedam2018-09-302-3/+3
| * | | Upgrade pytoml to 0.1.19Pradyun Gedam2018-09-292-3/+3
| * | | Upgrade packaging to 18.0Pradyun Gedam2018-09-294-8/+8
| * | | Upgrade certifi to 2018.8.24Pradyun Gedam2018-09-293-165/+65
| * | | Upgrade pkg_resources to 40.4.3 (via setuptools)Pradyun Gedam2018-09-293-28/+46
| | |/ | |/|
* | | Merge pull request #5818 from cjerdonek/simplify-from-distChris Jerdonek2018-09-301-2/+14
|\ \ \ | |/ / |/| |
| * | Add FrozenRequirement._init_args_from_dist() helper method.Chris Jerdonek2018-09-261-2/+14
* | | Merge pull request #5796 from hugovk/upgrade-pyparsingPradyun Gedam2018-09-292-15/+37
|\ \ \
| * | | Upgrade pyparsing to 2.2.1hugovk2018-09-191-1/+1
| * | | Upgrade pyparsing to 2.2.1Hugo2018-09-181-14/+36
| | |/ | |/|
* | | Move clean_link out of HTMLPageTzu-ping Chung2018-09-281-12/+11
* | | Rename HTMLPage.links to clarify its purposeTzu-ping Chung2018-09-281-3/+2
* | | Rename base URL detection functionTzu-ping Chung2018-09-281-3/+3
* | | Refactor _parse_base_url to use early returnTzu-ping Chung2018-09-281-9/+4
* | | Convert HTMLPage.parsed into a local variableTzu-ping Chung2018-09-281-7/+7
* | | Extract encoding detection into helper functionTzu-ping Chung2018-09-281-9/+11
* | | Convert base_url property into local variableTzu-ping Chung2018-09-281-6/+3
* | | Extract base URL parsing logicTzu-ping Chung2018-09-281-8/+25
* | | Merge pull request #5819 from uranusjr/htmlpage-cleanDonald Stufft2018-09-271-17/+16
|\ \ \ | |_|/ |/| |
| * | Fix egg_info_matches version split logicTzu-ping Chung2018-09-271-1/+1
| * | Remove skip_archives argumentTzu-ping Chung2018-09-271-16/+15
* | | Add misc.make_vcs_requirement_url().Chris Jerdonek2018-09-256-21/+36
|/ /
* | Remove two unreachable returns in VersionControl.get_src_requirement().Chris Jerdonek2018-09-202-4/+0
* | Revert "Limit progress updates to avoid swamping the TTY"revert-5124-ui/limit-progressPradyun Gedam2018-09-191-10/+0
|/
* Merge pull request #5709 from BoboTiG/fix-warningsPradyun Gedam2018-09-183-5/+18
|\
| * Fix DeprecationWarning: the imp module is deprecated in favour of importlib i...Mickaël Schoentgen2018-08-162-4/+17
| * Fix 'logging.warn' method is deprecated, use 'warning' instead in wheel.pyMickaël Schoentgen2018-08-161-1/+1
* | Merge pull request #5723 from cjerdonek/vcs-add-git-get-branchPradyun Gedam2018-09-181-9/+42
|\ \
| * | Update fetch_new() to checkout the correct branch.Chris Jerdonek2018-08-211-5/+18
| * | Change get_revision_sha() to return is_branch.Chris Jerdonek2018-08-211-4/+10
| * | Add Git.get_branch().Chris Jerdonek2018-08-211-0/+14
* | | Only revalidate /simple/ pages instead of caching for 10 minutesDonald Stufft2018-09-181-1/+14
* | | Fix error when autocompleting after flagLaurie Opperman2018-09-171-1/+2
* | | Sort list of RECORD entriesBernhard M. Wiedemann2018-09-111-3/+6
* | | Allow passing cache_dir as False to SelfCheckStatePradyun Gedam2018-09-061-7/+16
* | | Disable pip's version check for commands that do not touch the indexPradyun Gedam2018-09-061-5/+7
* | | Merge pull request #5693 from sinscary/format_control_refactorPradyun Gedam2018-09-046-68/+82
|\ \ \
| * | | update parametrize test and commentNitesh Sharma2018-09-041-1/+1
| * | | sort imports properlyNitesh Sharma2018-09-022-2/+2
| * | | move format control to models and write parametrized testNitesh Sharma2018-09-024-3/+3
| * | | remove mutable default argument and implement not equal alsoNitesh Sharma2018-08-282-13/+17