summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename appveyor.yml -> .appveyor.yml and update referencesPradyun Gedam2018-10-223-3/+3
* Remove dead code: `import_or_raise` utility function (#5876)wim glenn2018-10-212-7/+1
* Use ZipFile.open instead of ZipFile.read (#5848)Dave Jones2018-10-192-3/+6
* Prefer io.BytesIO over six; available on all supported PythonsJon Dufresne2018-10-192-1/+1
* Improve TestUnpackArchives to also test the contents of the extracted files (...Chris Jerdonek2018-10-192-8/+16
* Redact basic authentication passwords from log messages (#5773)Tom Forbes2018-10-198-21/+84
* Merge pull request #5896 from benoit-pierre/temporary_appveyor_fixPaul Moore2018-10-181-1/+1
|\
| * tests: temporarily pin pytest to fix AppVeyor buildsBenoit Pierre2018-10-171-1/+1
|/
* Merge pull request #5659 from patter001/masterXavier Fernandez2018-10-162-0/+8
|\
| * rename to warn_on_401, remove extra returnKevin R Patterson2018-08-171-3/+2
| * handle_401_warn for when invalid credentials are givenKevin R Patterson2018-08-171-7/+5
| * fix extra line after handle_401_again functionKevin R Patterson2018-07-261-1/+0
| * give 401 warning if username/password do not work for URLKevin R Patterson2018-07-262-0/+12
* | Improve PEP 518 build isolation (#5824)Benoit Pierre2018-10-1613-0/+52
* | Merge pull request #5873 from cjerdonek/remove-get-backend-from-locationChris Jerdonek2018-10-133-32/+23
|\ \
| * | Remove unneeded if block in vcs.get_src_requirement().Chris Jerdonek2018-10-102-27/+18
| * | Refactor away VcsSupport.get_backend_from_location().Chris Jerdonek2018-10-103-10/+10
* | | Merge pull request #5838 from uranusjr/htmlpage-extract-breakdown-get-pageChris Jerdonek2018-10-113-82/+291
|\ \ \
| * | | More tests on successful scenarios, fix docstringsTzu-ping Chung2018-10-112-7/+71
| * | | Move HTML page tests to their own file, fix typosTzu-ping Chung2018-10-112-87/+99
| * | | Some tests for error and input correctionTzu-ping Chung2018-10-111-1/+87
| * | | Fix behavior if archive-like URL is not HTTP(S)Tzu-ping Chung2018-10-111-5/+14
| * | | Only store what we need in _NotHTMLTzu-ping Chung2018-10-111-5/+5
| * | | More detailed information on Content-Type error, fix typosTzu-ping Chung2018-10-111-14/+16
| * | | Move directory check out of _get_html_response()Tzu-ping Chung2018-10-112-10/+11
| * | | Group HEAD optimization logic into HTML getter, add docsTzu-ping Chung2018-10-111-10/+18
| * | | Extract content type detection logicTzu-ping Chung2018-10-111-25/+34
| * | | Move VCS scheme check back outTzu-ping Chung2018-10-111-17/+10
| * | | Don't need to unpack prematurelyTzu-ping Chung2018-10-011-12/+5
| * | | Inline PackageFinder._get_page()Tzu-ping Chung2018-10-011-4/+1
| * | | Extract request part of get_page into helperTzu-ping Chung2018-10-011-72/+96
| * | | Extract VCS scheme check into helper functionTzu-ping Chung2018-10-011-5/+16
* | | | Merge pull request #5843 from benoit-pierre/fix_tox.ini_install_commandPradyun Gedam2018-10-102-1/+35
|\ \ \ \
| * | | | tox: fix environment setupBenoit Pierre2018-10-072-1/+35
* | | | | Merge pull request #5871 from Sea-n/patch-1Pradyun Gedam2018-10-101-2/+2
|\ \ \ \ \
| * | | | | Fix TypoSean2018-10-101-2/+2
|/ / / / /
* | | | | travis: preemptively switch to VM-based jobs (#5864)Benoit Pierre2018-10-091-5/+0
* | | | | Fix a typo in tests/lib/configuration_helpers.py (#5858)Felix Yan2018-10-091-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #5869 from cjerdonek/remove-svn-freeze-codeChris Jerdonek2018-10-092-67/+19
|\ \ \ \
| * | | | Add guard clause.Chris Jerdonek2018-10-081-17/+16
| * | | | Remove deprecated SVN-specific freeze code.Chris Jerdonek2018-10-082-51/+4
* | | | | Merge pull request #5863 from benoit-pierre/drop_py25_workaroundPradyun Gedam2018-10-094-15/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | drop workaround for Python<=2.5Benoit Pierre2018-10-074-15/+0
| |/ / /
* | | | Merge pull request #5483 from popravich/retry_fixXavier Fernandez2018-10-084-3/+36
|\ \ \ \
| * | | | split test into twoAlexey Popravka2018-10-021-12/+17
| * | | | test fix: setup logging levelAlexey Popravka2018-10-021-0/+2
| * | | | fix lint issuesAlexey Popravka2018-10-021-1/+1
| * | | | add news fragmentsAlexey Popravka2018-10-022-0/+4
| * | | | handle RetryError in HTMLPage/PackageFinderAlexey Popravka2018-10-021-1/+3
| * | | | add failing test for HTMLPage.get_page raising RetryErrorAlexey Popravka2018-10-021-2/+22
| | |/ / | |/| |