Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG, ENH: Read Data From Password-Protected URL's and allow self signed SSL certs #16910

Closed
wants to merge 14 commits into from

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    8b6e426 View commit details
    Browse the repository at this point in the history
  2. Change username pwd to auth (username, password)

    Sky NSS committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    145c7f4 View commit details
    Browse the repository at this point in the history
  3. simplify and unify py2 vs py3

    Sky NSS committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    9473316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c7524d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    598cf7b View commit details
    Browse the repository at this point in the history
  6. Added what's new

    Sky NSS committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    3b454dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d359b2d View commit details
    Browse the repository at this point in the history
  8. fix to test case - had checked in wrong one

    Sky NSS committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    eb03fd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbe3f49 View commit details
    Browse the repository at this point in the history
  10. Fixing whitespace to meet style guidelines

    Sky NSS committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    437e0a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Added live working test case for http auth and ssl override. Formatti…

    …ng changes
    Sky NSS committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    7b034b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Really added live working test case for http auth and ssl override (i…

    … hope). Strict require both uname/pwd or neither
    Sky NSS committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    0a4607a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Lot more test cases for HTTP. However, one fails when run with test_h…

    …tml.py. Common logic update. whatsnew fixed
    Sky NSS committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    209dd58 View commit details
    Browse the repository at this point in the history
  2. Updated test case to work with py3. However still fails when run afte…

    …r 'test_html.py' with error AssertionError: Did not see expected warning of class 'InsecureRequestWarning'
    Sky NSS committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    f520f7b View commit details
    Browse the repository at this point in the history