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

Add a base_url option to ClientSession #6129

Merged
merged 20 commits into from Oct 31, 2021
Merged

Commits on Oct 30, 2021

  1. Add base_url to ClientSession

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    e32aae7 View commit details
    Browse the repository at this point in the history
  2. Add CHANGES file

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    6594496 View commit details
    Browse the repository at this point in the history
  3. Update docs

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    2284103 View commit details
    Browse the repository at this point in the history
  4. fix typing

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    8908e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e12793 View commit details
    Browse the repository at this point in the history
  6. Rename CHANGES file

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    cdd1d36 View commit details
    Browse the repository at this point in the history
  7. fix spelling

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    27abd80 View commit details
    Browse the repository at this point in the history
  8. fix test for 3.7

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    0215ef2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac70734 View commit details
    Browse the repository at this point in the history
  10. Update CHANGES/6013.feature

    Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    2 people authored and derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    fc43fa9 View commit details
    Browse the repository at this point in the history
  11. test names more clear

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    fc2c8b6 View commit details
    Browse the repository at this point in the history
  12. Use URL.join()

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    03fca2b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    adb988d View commit details
    Browse the repository at this point in the history
  14. Add params IDs

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    2691562 View commit details
    Browse the repository at this point in the history
  15. Better base_url handing in __init__

    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    derlih and asvetlov committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    6b98871 View commit details
    Browse the repository at this point in the history
  16. Test param ID

    Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    derlih and webknjaz committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    8868d36 View commit details
    Browse the repository at this point in the history
  17. Test ID params adjusted

    derlih committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    7e7b271 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    1d4fd67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a9915 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    asvetlov committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    3a85902 View commit details
    Browse the repository at this point in the history