-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Comparing changes
Open a pull request
base repository: aio-libs/aiohttp
base: v3.8.5
head repository: aio-libs/aiohttp
compare: v3.8.6
- 13 commits
- 26 files changed
- 9 contributors
Commits on Jul 22, 2023
-
Fix PermissionError when loading .netrc (#7237) (#7378) (#7395)
## What do these changes do? If no NETRC environment variable is provided and the .netrc path cannot be accessed due to missing permission, a PermissionError was raised instead of returning None. See issue #7237. This PR fixes the issue. If the changes look good, I can also prepare backports. ## Are there changes in behavior for the user? If the .netrc cannot be accessed due to a permission problem (and the `NETRC` environment variable is unset), no `PermissionError` will be raised. Instead it will be silently ignored. ## Related issue number Fixes #7237 Backport of #7378 (cherry picked from commit 0d2e43b) ## Checklist - [x] I think the code is well written - [x] Unit tests for the changes exist - [x] Documentation reflects the changes - [x] If you provide code modification, please add yourself to `CONTRIBUTORS.txt` * The format is <Name> <Surname>. * Please keep alphabetical order, the file is sorted by names. - [x] Add a new news fragment into the `CHANGES` folder * name it `<issue_id>.<type>` for example (588.bugfix) * if you don't have an `issue_id` change it to the pr id after creating the pr * ensure type is one of the following: * `.feature`: Signifying a new feature. * `.bugfix`: Signifying a bug fix. * `.doc`: Signifying a documentation improvement. * `.removal`: Signifying a deprecation or removal of public API. * `.misc`: A ticket has been closed, but it is not of interest to users. * Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."
Configuration menu - View commit details
-
Copy full SHA for 8d701c3 - Browse repository at this point
Copy the full SHA 8d701c3View commit details
Commits on Aug 6, 2023
-
[PR #7480/1fb06bbc backport][3.8] Fix error pointer on linebreaks (#7482
Configuration menu - View commit details
-
Copy full SHA for 8129d26 - Browse repository at this point
Copy the full SHA 8129d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92b27b - Browse repository at this point
Copy the full SHA f92b27bView commit details
Commits on Aug 7, 2023
-
Use lenient headers for response parser (#7490) (#7492)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 6396531)
Configuration menu - View commit details
-
Copy full SHA for a0d234d - Browse repository at this point
Copy the full SHA a0d234dView commit details
Commits on Aug 12, 2023
-
[PR #7518/8bd42e74 backport][3.8] Fix GunicornWebWorker max_requests_…
…jitter not work (#7519) **This is a backport of PR #7518 as merged into master (8bd42e7).** <!-- Thank you for your contribution! --> ## What do these changes do? <!-- Please give a short brief about these changes. --> `GunicornWebWorker` use `self.cfg.max_requests` which is not add jitter, from https://github.com/benoitc/gunicorn/blob/master/gunicorn/workers/base.py#L56-L60, the correct way is to use `sef.max_requests` ## Are there changes in behavior for the user? <!-- Outline any notable behaviour for the end users. --> After the PR is merged, the max-requests-jitter parameter of Gunicorn can take effect. ## Related issue number <!-- Are there any issues opened that will be resolved by merging this change? --> ## Checklist - [x] I think the code is well written - [x] Unit tests for the changes exist - [ ] Documentation reflects the changes - [ ] If you provide code modification, please add yourself to `CONTRIBUTORS.txt` * The format is <Name> <Surname>. * Please keep alphabetical order, the file is sorted by names. - [x] Add a new news fragment into the `CHANGES` folder * name it `<issue_id>.<type>` for example (588.bugfix) * if you don't have an `issue_id` change it to the pr id after creating the pr * ensure type is one of the following: * `.feature`: Signifying a new feature. * `.bugfix`: Signifying a bug fix. * `.doc`: Signifying a documentation improvement. * `.removal`: Signifying a deprecation or removal of public API. * `.misc`: A ticket has been closed, but it is not of interest to users. * Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files." Co-authored-by: phyng <phyngk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8c4ec62 - Browse repository at this point
Copy the full SHA 8c4ec62View commit details
Commits on Sep 7, 2023
-
CookieJar - return 'best-match' and not LIFO (#7577) (#7588)
Co-authored-by: marq24 <marq24@emac.de> (cherry picked from commit 9c932f7) Co-authored-by: Matthias Marquardt <marquardt24@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5946c74 - Browse repository at this point
Copy the full SHA 5946c74View commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b30c0cd - Browse repository at this point
Copy the full SHA b30c0cdView commit details
Commits on Oct 3, 2023
-
[PR #7647/1303350e backport][3.8] Upgrade to llhttp 9.1.3 (#7648)
Configuration menu - View commit details
-
Copy full SHA for bcc416e - Browse repository at this point
Copy the full SHA bcc416eView commit details -
[PR #7272/b2a7983a backport][3.8] Fix Read The Docs config (#7650)
Configuration menu - View commit details
-
Copy full SHA for 8a3977a - Browse repository at this point
Copy the full SHA 8a3977aView commit details
Commits on Oct 6, 2023
-
[PR #7661/85713a48 backport][3.8] Update Python parser for RFCs 9110/…
Configuration menu - View commit details
-
Copy full SHA for d5c12ba - Browse repository at this point
Copy the full SHA d5c12baView commit details -
Allow lax response parsing on Py parser (#7663) (#7664)
(cherry picked from commit bd5f924) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89b7df1 - Browse repository at this point
Copy the full SHA 89b7df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c128d4 - Browse repository at this point
Copy the full SHA 8c128d4View commit details
Commits on Oct 7, 2023
-
Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 996de26 - Browse repository at this point
Copy the full SHA 996de26View commit details
There are no files selected for viewing