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 types to loose cookies2 #4251

Closed
wants to merge 38 commits into from
Closed

Add types to loose cookies2 #4251

wants to merge 38 commits into from

Commits on Oct 9, 2019

  1. [3.6] Fix spelling (#4164) (#4167)

    (cherry picked from commit ca0d11a)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    72b9b58 View commit details
    Browse the repository at this point in the history
  2. [3.6] Apply towncrier to check changelog correctness (#4165) (#4170)

    (cherry picked from commit 9c77d18)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e101187 View commit details
    Browse the repository at this point in the history
  3. [3.6] Use version: ~> 1.0, remove conditions: v1 (#4162) (#4166)

    The version requirement `= 0` advertised in early development stages was an unfortunate choice, as this is going to be the opt-out once the new build config validation feature will be rolled out further. Please use `~> 1.0` instead.
    
    The conditions version `v1` is now the default, so this key can be removed.
    (cherry picked from commit f104e75)
    
    Co-authored-by: Sven Fuchs <me@svenfuchs.com>
    asvetlov and svenfuchs authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    21208f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. [3.6] Run Azure CI on backport branch also (#4172) (#4173)

    (cherry picked from commit 0a9c4ba)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    b8abc6f View commit details
    Browse the repository at this point in the history
  2. [3.6] Don't use docstring in tests. (#4163) (#4168)

    1. Test code is not a part of public API
    2. Test runners displays test docstring instead of test function if present,
       it complicates the code navigation, e.g. opening a failed test in editor etc..
    (cherry picked from commit 1864880)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    9cee65f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. [3.6] Enable windows CI (#4176). (#4183)

    (cherry picked from commit bbaf125)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d0eabc2 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    asvetlov committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    50b0fce View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. [3.6] Bump attrs from 19.2.0 to 19.3.0 (#4187)

    Bumps [attrs](https://github.com/python-attrs/attrs) from 19.2.0 to 19.3.0.
    - [Release notes](https://github.com/python-attrs/attrs/releases)
    - [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst)
    - [Commits](python-attrs/attrs@19.2.0...19.3.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and asvetlov committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    c020893 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. [3.6] Update docs/client_reference.rst timeout line (#4194) (#4206)

    Specify the unit of measure of the timeout.
    (cherry picked from commit 32ce31c)
    
    Co-authored-by: Andrea Giacomo Baldan <a.g.baldan@gmail.com>
    asvetlov and codepr authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    7db4a2e View commit details
    Browse the repository at this point in the history
  2. Backport 04a519b 3.6 (#4217)

    * Drop Travis CI and Appveyor from build matrix (#4184)
    
    (cherry picked from commit 04a519b)
    
    * [3.6] Drop Travis CI and Appveyor from build matrix (#4184).
    (cherry picked from commit 04a519b)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    d5e2bea View commit details
    Browse the repository at this point in the history
  3. [3.6] Fix the string representation of ServerDisconnectedError (#4188

    …) (#4208)
    
    (cherry picked from commit a54956d)
    
    Co-authored-by: JenSte <jens.steinhauser@protonmail.com>
    asvetlov and JenSte authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    89a30d2 View commit details
    Browse the repository at this point in the history
  4. [3.6] Bump aiohttp-theme from 0.1.5 to 0.1.6 (#4210)

    Bumps [aiohttp-theme](https://github.com/aio-libs/aiohttp-theme) from 0.1.5 to 0.1.6.
    - [Release notes](https://github.com/aio-libs/aiohttp-theme/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp-theme/blob/master/docs/changelog.rst)
    - [Commits](aio-libs/aiohttp-theme@v0.1.5...v0.1.6)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and asvetlov committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    267edd6 View commit details
    Browse the repository at this point in the history
  5. [3.6] Bump cryptography from 2.7 to 2.8 (#4211)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 to 2.8.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
    - [Commits](pyca/cryptography@2.7...2.8)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and asvetlov committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    53c6446 View commit details
    Browse the repository at this point in the history
  6. [3.6] Bump mypy from 0.720 to 0.740 (#4202)

    * [3.6] Bump mypy from 0.720 to 0.740
    
    Bumps [mypy](https://github.com/python/mypy) from 0.720 to 0.740.
    - [Release notes](https://github.com/python/mypy/releases)
    - [Commits](python/mypy@v0.720...v0.740)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    * Fix types
    dependabot-preview[bot] authored and asvetlov committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ee85a27 View commit details
    Browse the repository at this point in the history
  7. [3.6] Add docs for nginx + gunicorn + ssl (#4201) (#4207)

    (cherry picked from commit 993d6e7)
    
    Co-authored-by: Jonathan De Troye <detroyejr@outlook.com>
    asvetlov and detroyejr authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    447261a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    011ca1f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. [3.6] add more types to LooseCookies #4205 (#4218) (#4222)

    * add more types to LooseCookies #4205
    
    * predefine the Union types for LooseCookies
    
    * add CHANGES fragment
    (cherry picked from commit e048934)
    
    Co-authored-by: Adam Bannister <adam.p.bannister@gmail.com>
    asvetlov and AtomsForPeace authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    d51badb View commit details
    Browse the repository at this point in the history
  2. Backport fix of noop in least invasive way (#4213)

    The coroutine-style definition of noop causes a warning on Python 3.8.
    
    On master, it has been fixed and noop2 removed. This is the least invasive
    way to get rid of the warning in 3.6.
    hynek authored and asvetlov committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    60f01cc View commit details
    Browse the repository at this point in the history
  3. Clientsession timeout property (#4193)

    sunitdev authored and asvetlov committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c0a36b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b86839 View commit details
    Browse the repository at this point in the history
  5. Fix type declaration

    asvetlov committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    609990b View commit details
    Browse the repository at this point in the history
  6. Fix mypy checker task name

    asvetlov committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    4fbcfd5 View commit details
    Browse the repository at this point in the history
  7. Remove unused type: ignore

    asvetlov committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e81f6dd View commit details
    Browse the repository at this point in the history
  8. Update CI badges

    asvetlov committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2d8f62b View commit details
    Browse the repository at this point in the history
  9. [3.6] Apply Azure badge everywhere (#4226) (#4228)

    (cherry picked from commit f79f513)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    5952461 View commit details
    Browse the repository at this point in the history
  10. [3.6] Implement BaseRequest.get_extra_info() (#4196) (#4231)

    Add versionadded to get_extra_info() documentation
    (cherry picked from commit fbc9cf6)
    
    Co-authored-by: Raphael Bialon <rbialon@users.noreply.github.com>
    asvetlov and rbialon authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    529e760 View commit details
    Browse the repository at this point in the history
  11. [3.6] Refactor the test to fail instead of hanging (#4225) (#4229)

    (cherry picked from commit c7d841d)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c7eb6cf View commit details
    Browse the repository at this point in the history
  12. [3.6] UrlDispatcher - add_routes returns a list of AbstractRoutes (#4141

    ) (#4233)
    
    Co-Authored-By: Andrew Svetlov <andrew.svetlov@gmail.com>.
    (cherry picked from commit 60e6c22)
    
    Co-authored-by: Zlatan <zlatan.sicanica@gmail.com>
    asvetlov and zlatsic authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    62ebaa2 View commit details
    Browse the repository at this point in the history
  13. [3.6] Drop unused anymore tool scripts (#4227). (#4230)

    (cherry picked from commit 36bb09d)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e873709 View commit details
    Browse the repository at this point in the history
  14. [3.6] Fix docs markup (#4232) (#4234)

    (cherry picked from commit 2cdabe2)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c43ae74 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. [3.6] Fix issue #4190 (#4197). (#4235)

    (cherry picked from commit 564d9cc)
    
    Co-authored-by: polcak <ipolcak@fit.vutbr.cz>
    asvetlov and polcak authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    78ea83f View commit details
    Browse the repository at this point in the history
  2. [3.6] Increate test timeout to satisfy slow CI box (#4236) (#4237)

    (cherry picked from commit 3cf4104)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    asvetlov authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    b2ceae8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. [3.6] Added properties of default ClientSession params to ClientSessi…

    …on class (#4240) (#4242)
    
    * [3.6] Added properties of default ClientSession params to ClientSession class (#4240)
    (cherry picked from commit 5f291b0)
    
    Co-authored-by: Pavel Filatov <triksrimer@gmail.com>
    asvetlov and paulefoe authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    0dbf937 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    d8ffad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c2c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8b8c85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a508ffb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abf2382 View commit details
    Browse the repository at this point in the history