url stringlengths 50 53 | repository_url stringclasses 1
value | labels_url stringlengths 64 67 | comments_url stringlengths 59 62 | events_url stringlengths 57 60 | html_url stringlengths 38 43 | id int64 597k 2.65B | node_id stringlengths 18 32 | number int64 1 6.83k | title stringlengths 1 296 | user dict | labels listlengths 0 5 | state stringclasses 2
values | locked bool 2
classes | assignee dict | assignees listlengths 0 4 | milestone dict | comments int64 0 211 | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | closed_at stringlengths 20 20 ⌀ | author_association stringclasses 3
values | active_lock_reason stringclasses 4
values | body stringlengths 0 65.6k ⌀ | closed_by dict | reactions dict | timeline_url stringlengths 59 62 | performed_via_github_app null | state_reason stringclasses 3
values | draft bool 2
classes | pull_request dict | is_pull_request bool 2
classes | issue_comments listlengths 0 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/psf/requests/issues/4261 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4261/labels{/name} | https://api.github.com/repos/psf/requests/issues/4261/comments | https://api.github.com/repos/psf/requests/issues/4261/events | https://github.com/psf/requests/pull/4261 | 253,147,990 | MDExOlB1bGxSZXF1ZXN0MTM3ODI1MDEz | 4,261 | Pin to httpbin 0.5.0. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 4 | 2017-08-27T07:55:16Z | 2021-09-04T00:06:51Z | 2017-08-27T13:00:38Z | MEMBER | resolved | The release of httpbin 0.6.0 seems to have broken pytest-httpbin in a surprising way. We want to pin that version out, and probably also alert @kevin1024 about the problem.
Resolves #4259. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4261/reactions"
} | https://api.github.com/repos/psf/requests/issues/4261/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4261.diff",
"html_url": "https://github.com/psf/requests/pull/4261",
"merged_at": "2017-08-27T13:00:38Z",
"patch_url": "https://github.com/psf/requests/pull/4261.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4261"
} | true | [
"# [Codecov](https://codecov.io/gh/requests/requests/pull/4261?src=pr&el=h1) Report\n> Merging [#4261](https://codecov.io/gh/requests/requests/pull/4261?src=pr&el=desc) into [master](https://codecov.io/gh/requests/requests/commit/5dcbdb50fc9652cbeffeec22a21d1196e938bfca?src=pr&el=desc) will **not change** coverage.... |
https://api.github.com/repos/psf/requests/issues/4260 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4260/labels{/name} | https://api.github.com/repos/psf/requests/issues/4260/comments | https://api.github.com/repos/psf/requests/issues/4260/events | https://github.com/psf/requests/issues/4260 | 253,127,089 | MDU6SXNzdWUyNTMxMjcwODk= | 4,260 | Incorrect Response Headers Leave Session in an Inconsistent State | {
"avatar_url": "https://avatars.githubusercontent.com/u/2375201?v=4",
"events_url": "https://api.github.com/users/hiranya911/events{/privacy}",
"followers_url": "https://api.github.com/users/hiranya911/followers",
"following_url": "https://api.github.com/users/hiranya911/following{/other_user}",
"gists_url":... | [] | closed | true | null | [] | null | 3 | 2017-08-26T22:29:19Z | 2021-09-08T04:00:37Z | 2018-02-24T14:53:28Z | NONE | resolved | I have a server that is misbehaving slightly when sending 304 responses. It sends a `304 Not Modified` response with an empty response body, but with `Content-Length: 4` and `Content-Type: application/json; charset=utf-8` in the header header. This seems to break the requests session:
```
session = requests.Session... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4260/reactions"
} | https://api.github.com/repos/psf/requests/issues/4260/timeline | null | completed | null | null | false | [
"If this is happening that server isn't misbehaving, Requests/urllib3 is. 304's with Content-Length that corresponds to the cached entity body are entirely allowed, so this should work just fine. I'll see if I can reproduce.",
"I think in this case the server might be genuinely misbehaving. Here's a wire-level tr... |
https://api.github.com/repos/psf/requests/issues/4259 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4259/labels{/name} | https://api.github.com/repos/psf/requests/issues/4259/comments | https://api.github.com/repos/psf/requests/issues/4259/events | https://github.com/psf/requests/issues/4259 | 253,125,188 | MDU6SXNzdWUyNTMxMjUxODg= | 4,259 | tests are broken | {
"avatar_url": "https://avatars.githubusercontent.com/u/9677399?v=4",
"events_url": "https://api.github.com/users/ofek/events{/privacy}",
"followers_url": "https://api.github.com/users/ofek/followers",
"following_url": "https://api.github.com/users/ofek/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | true | null | [] | null | 3 | 2017-08-26T21:51:49Z | 2021-09-08T07:00:29Z | 2017-08-27T13:00:38Z | CONTRIBUTOR | resolved | Specifically, this hangs https://github.com/requests/requests/blob/5dcbdb50fc9652cbeffeec22a21d1196e938bfca/tests/test_requests.py#L151
It can be seen in #4258 https://travis-ci.org/requests/requests/jobs/268764155
This occurs locally for me as well. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4259/reactions"
} | https://api.github.com/repos/psf/requests/issues/4259/timeline | null | completed | null | null | false | [
"I'm loving these new GitHub line previews. ",
"So fancy!",
"See #4261."
] |
https://api.github.com/repos/psf/requests/issues/4258 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4258/labels{/name} | https://api.github.com/repos/psf/requests/issues/4258/comments | https://api.github.com/repos/psf/requests/issues/4258/events | https://github.com/psf/requests/pull/4258 | 253,123,560 | MDExOlB1bGxSZXF1ZXN0MTM3ODEyNDUy | 4,258 | info for #4259 DO NOT MERGE | {
"avatar_url": "https://avatars.githubusercontent.com/u/9677399?v=4",
"events_url": "https://api.github.com/users/ofek/events{/privacy}",
"followers_url": "https://api.github.com/users/ofek/followers",
"following_url": "https://api.github.com/users/ofek/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | true | null | [] | null | 11 | 2017-08-26T21:20:51Z | 2021-08-31T00:07:20Z | 2017-08-27T07:53:04Z | CONTRIBUTOR | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4258/reactions"
} | https://api.github.com/repos/psf/requests/issues/4258/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4258.diff",
"html_url": "https://github.com/psf/requests/pull/4258",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4258.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4258"
} | true | [
"@kennethreitz Hey there! Could you please re-open this? There is a hanging test I want to verify in CI.",
"sorry!",
"@kennethreitz No problem! I submitted #4259 ",
"Ok, so the first note is that I don't reproduce this failure locally. That suggests that the failure is environmental: either OS-based (I'm on m... | |
https://api.github.com/repos/psf/requests/issues/4257 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4257/labels{/name} | https://api.github.com/repos/psf/requests/issues/4257/comments | https://api.github.com/repos/psf/requests/issues/4257/events | https://github.com/psf/requests/issues/4257 | 252,943,846 | MDU6SXNzdWUyNTI5NDM4NDY= | 4,257 | Requesting the ability to globally override the CA bundle path | {
"avatar_url": "https://avatars.githubusercontent.com/u/517114?v=4",
"events_url": "https://api.github.com/users/wise0wl/events{/privacy}",
"followers_url": "https://api.github.com/users/wise0wl/followers",
"following_url": "https://api.github.com/users/wise0wl/following{/other_user}",
"gists_url": "https://... | [] | closed | true | null | [] | null | 1 | 2017-08-25T15:52:09Z | 2021-09-08T07:00:29Z | 2017-08-25T16:10:25Z | NONE | resolved | Currently, requests.certs.where() provides the path to the CA bundle by means of the certifi library. While this is fine it presents issues for developers who are using third party libraries requiring the requests library in situations where they need to use a internal or self signed CA.
A method prescribing a glob... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4257/reactions"
} | https://api.github.com/repos/psf/requests/issues/4257/timeline | null | completed | null | null | false | [
"Such an environment variable already exists: `REQUESTS_CA_BUNDLE`. I hope that helps!"
] |
https://api.github.com/repos/psf/requests/issues/4256 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4256/labels{/name} | https://api.github.com/repos/psf/requests/issues/4256/comments | https://api.github.com/repos/psf/requests/issues/4256/events | https://github.com/psf/requests/issues/4256 | 252,937,917 | MDU6SXNzdWUyNTI5Mzc5MTc= | 4,256 | SSL verification error when using requests sessions | {
"avatar_url": "https://avatars.githubusercontent.com/u/24897834?v=4",
"events_url": "https://api.github.com/users/PascalVA/events{/privacy}",
"followers_url": "https://api.github.com/users/PascalVA/followers",
"following_url": "https://api.github.com/users/PascalVA/following{/other_user}",
"gists_url": "htt... | [] | closed | true | null | [] | null | 11 | 2017-08-25T15:31:48Z | 2018-10-05T16:31:38Z | 2017-08-28T08:00:19Z | CONTRIBUTOR | resolved | ## The problem
When using requests sessions to connect to a https website with a self signed certificate, requests throws a SSLError. It is working pefectly fine when using requests without sessions.
## What I am using:
* python2.7
* requests (2.18.4)
* exported REQUESTS_CA_BUNDLE environment variable
... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4256/reactions"
} | https://api.github.com/repos/psf/requests/issues/4256/timeline | null | completed | null | null | false | [
"You should prepare the request using the `Session`:\r\n\r\n```python\r\nrequest = requests.Request('GET', 'https://kubernetes.default.svc')\r\nprepared_request = s.prepare_request(request)\r\nresponse = s.send(prepared_request)\r\n```",
"Thanks for the quick response Lukasa, I did make a mistake copy/pasting on ... |
https://api.github.com/repos/psf/requests/issues/4255 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4255/labels{/name} | https://api.github.com/repos/psf/requests/issues/4255/comments | https://api.github.com/repos/psf/requests/issues/4255/events | https://github.com/psf/requests/issues/4255 | 252,841,334 | MDU6SXNzdWUyNTI4NDEzMzQ= | 4,255 | requests does not remove the default port from response url | {
"avatar_url": "https://avatars.githubusercontent.com/u/2804645?v=4",
"events_url": "https://api.github.com/users/hydrargyrum/events{/privacy}",
"followers_url": "https://api.github.com/users/hydrargyrum/followers",
"following_url": "https://api.github.com/users/hydrargyrum/following{/other_user}",
"gists_ur... | [] | closed | true | null | [] | null | 12 | 2017-08-25T09:10:24Z | 2021-09-08T06:00:45Z | 2017-09-14T15:19:27Z | NONE | resolved | When requests is asked to open an url like `https://httpbin.org:443`, be it with a direct `requests.get` call or by a site redirection, the port part should be removed since it's the default one.
## Expected Result
`response.url` should not contain a port if it's the default one
## Actual Result
`response.u... | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4255/reactions"
} | https://api.github.com/repos/psf/requests/issues/4255/timeline | null | completed | null | null | false | [
"Why should we strip this from the URL? The URL is for the user only, it's not sent to the server, so what's the reason for stripping it?",
"- For end-users, real browsers already do strip it as soon as the user enters it in the URL bar.\r\n- Developers don't need to handle 2 different format for the same thing (... |
https://api.github.com/repos/psf/requests/issues/4254 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4254/labels{/name} | https://api.github.com/repos/psf/requests/issues/4254/comments | https://api.github.com/repos/psf/requests/issues/4254/events | https://github.com/psf/requests/issues/4254 | 252,820,667 | MDU6SXNzdWUyNTI4MjA2Njc= | 4,254 | Git Clone Fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/5565407?v=4",
"events_url": "https://api.github.com/users/evans/events{/privacy}",
"followers_url": "https://api.github.com/users/evans/followers",
"following_url": "https://api.github.com/users/evans/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | true | null | [] | null | 2 | 2017-08-25T07:35:03Z | 2021-09-08T07:00:30Z | 2017-08-25T07:36:48Z | NONE | resolved | The repository does not clone, due to a bad commit. Let me know if I can do anything more to help!
## Expected Result
The repository should be cloned successfully with the command:
```
git clone git@github.com:requests/requests.git
```
## Actual Result
I get this message:
```
Cloning into 'requests... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4254/reactions"
} | https://api.github.com/repos/psf/requests/issues/4254/timeline | null | completed | null | null | false | [
"Thanks for the report. This is a known problem: see #3088, #3008, and #2690 for previous discussions. The problem can be easily resolved on your end either by performing a shallow clone (if you don't need the history) or turning off the fsck timestamp check. This cannot be fixed without rewriting our history and c... |
https://api.github.com/repos/psf/requests/issues/4253 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4253/labels{/name} | https://api.github.com/repos/psf/requests/issues/4253/comments | https://api.github.com/repos/psf/requests/issues/4253/events | https://github.com/psf/requests/issues/4253 | 252,458,254 | MDU6SXNzdWUyNTI0NTgyNTQ= | 4,253 | If there is a value in the body, setting the content-length in the header does not transfer it. | {
"avatar_url": "https://avatars.githubusercontent.com/u/9694022?v=4",
"events_url": "https://api.github.com/users/kssim/events{/privacy}",
"followers_url": "https://api.github.com/users/kssim/followers",
"following_url": "https://api.github.com/users/kssim/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | true | null | [] | null | 4 | 2017-08-24T01:04:10Z | 2021-09-08T07:00:30Z | 2017-08-24T01:10:23Z | NONE | resolved | If there is a value in the body, setting the content-length in the header does not transfer it.
I wonder if you are willing to give me the option to ignore the body value and pass in the value set by content-length
If you are thinking about providing options, I am willing to send a pull-request
## Expected Result
... | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4253/reactions"
} | https://api.github.com/repos/psf/requests/issues/4253/timeline | null | completed | null | null | false | [
"Hey @kssim, you should be able to accomplish what you're looking for by creating a PreparedRequest and then modifying the value of the header before sending.\r\n\r\nYou really shouldn't be sending incorrect content lengths though as this can cause issues for some servers and will often leave sockets hanging open w... |
https://api.github.com/repos/psf/requests/issues/4252 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4252/labels{/name} | https://api.github.com/repos/psf/requests/issues/4252/comments | https://api.github.com/repos/psf/requests/issues/4252/events | https://github.com/psf/requests/issues/4252 | 252,222,328 | MDU6SXNzdWUyNTIyMjIzMjg= | 4,252 | get an error OpenSSL.SSL.SysCallError: (-1, 'Unexpected EOF'), | {
"avatar_url": "https://avatars.githubusercontent.com/u/19412136?v=4",
"events_url": "https://api.github.com/users/liying1993/events{/privacy}",
"followers_url": "https://api.github.com/users/liying1993/followers",
"following_url": "https://api.github.com/users/liying1993/following{/other_user}",
"gists_url"... | [
{
"color": "fef2c0",
"default": false,
"description": null,
"id": 298537994,
"name": "Needs More Information",
"node_id": "MDU6TGFiZWwyOTg1Mzc5OTQ=",
"url": "https://api.github.com/repos/psf/requests/labels/Needs%20More%20Information"
}
] | closed | true | null | [] | null | 3 | 2017-08-23T09:45:35Z | 2021-09-08T07:00:30Z | 2017-08-25T07:35:07Z | NONE | resolved | get an error OpenSSL.SSL.SysCallError: (-1, 'Unexpected EOF'),
## Expected Result
I just make a simple request, and i just want to see what is the response
## Actual Result
OpenSSL.SSL.SysCallError: (-1, 'Unexpected EOF')
## Reproduction Steps
here is my code
```python
import requests
r = requests.po... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4252/reactions"
} | https://api.github.com/repos/psf/requests/issues/4252/timeline | null | completed | null | null | false | [
"Hi @liying1993,\r\n\r\nPlease provide more information about your system. Without that we cannot provide much help.",
"In the absence of more detail I'm assuming this is a dupe of #4244.",
"@Lukasa sorry,I have not check my email boxes in time,\r\nI have asked our cooperative corporation which is the server I ... |
https://api.github.com/repos/psf/requests/issues/4251 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4251/labels{/name} | https://api.github.com/repos/psf/requests/issues/4251/comments | https://api.github.com/repos/psf/requests/issues/4251/events | https://github.com/psf/requests/issues/4251 | 252,182,030 | MDU6SXNzdWUyNTIxODIwMzA= | 4,251 | Configuration to follow redirect method after http redirect | {
"avatar_url": "https://avatars.githubusercontent.com/u/8131738?v=4",
"events_url": "https://api.github.com/users/raja-gola/events{/privacy}",
"followers_url": "https://api.github.com/users/raja-gola/followers",
"following_url": "https://api.github.com/users/raja-gola/following{/other_user}",
"gists_url": "h... | [] | closed | true | null | [] | null | 1 | 2017-08-23T07:09:33Z | 2021-09-08T07:00:31Z | 2017-08-23T07:46:00Z | NONE | resolved | Summary.
Basically HTTP 301 redirection replaces POST method with a GET.
More Info: https://softwareengineering.stackexchange.com/questions/99894/why-doesnt-http-have-post-redirect
Need an config option in python requests to override this behavior and follow redirect method after http redirection.
Thanks
Raja
| {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4251/reactions"
} | https://api.github.com/repos/psf/requests/issues/4251/timeline | null | completed | null | null | false | [
"For overriding our redirect logic we have a coarse grained switch: `allow_redirecte`, which can be set to `False`. Failing that, more modern versions of Requests have a `Session.rebuild_method` method that can be overridden to change the behaviour to get what you're looking for. \r\n\r\nThere is no plan to add an ... |
https://api.github.com/repos/psf/requests/issues/4250 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4250/labels{/name} | https://api.github.com/repos/psf/requests/issues/4250/comments | https://api.github.com/repos/psf/requests/issues/4250/events | https://github.com/psf/requests/issues/4250 | 252,161,567 | MDU6SXNzdWUyNTIxNjE1Njc= | 4,250 | Error with relative url | {
"avatar_url": "https://avatars.githubusercontent.com/u/322101?v=4",
"events_url": "https://api.github.com/users/marcoshipe/events{/privacy}",
"followers_url": "https://api.github.com/users/marcoshipe/followers",
"following_url": "https://api.github.com/users/marcoshipe/following{/other_user}",
"gists_url": ... | [] | closed | true | null | [] | null | 1 | 2017-08-23T05:14:25Z | 2021-09-08T07:00:31Z | 2017-08-23T06:02:33Z | NONE | resolved | I have a problem with a specific relative URL, but I suppose it's not the only one.
When i do:
`print(requests.get('http://www.resultados.gob.ar/escrutinio/dat99/../../javascript/mun.js')`
## Expected Result
The content of the js
## Actual Result
> b'File not found."'
## Reproduction Steps
```python... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4250/reactions"
} | https://api.github.com/repos/psf/requests/issues/4250/timeline | null | completed | null | null | false | [
"Yeah, it's currently the case that Requests does not clean up relative URLs. This is not planned to change in the short term: eventually we'll want to add a dependency on a proper URL handling module in urllib3, but until that work gets done we can't resolve this. \r\n\r\nIf you're interested in doing that work pl... |
https://api.github.com/repos/psf/requests/issues/4249 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4249/labels{/name} | https://api.github.com/repos/psf/requests/issues/4249/comments | https://api.github.com/repos/psf/requests/issues/4249/events | https://github.com/psf/requests/issues/4249 | 252,070,388 | MDU6SXNzdWUyNTIwNzAzODg= | 4,249 | requests-http-signature | {
"avatar_url": "https://avatars.githubusercontent.com/u/862013?v=4",
"events_url": "https://api.github.com/users/kislyuk/events{/privacy}",
"followers_url": "https://api.github.com/users/kislyuk/followers",
"following_url": "https://api.github.com/users/kislyuk/following{/other_user}",
"gists_url": "https://... | [] | closed | true | null | [] | null | 4 | 2017-08-22T19:54:03Z | 2021-09-08T07:00:28Z | 2017-08-22T19:58:14Z | NONE | resolved | I have published a new PyPI module, https://github.com/kislyuk/requests-http-signature, to implement the IETF draft for HTTP signatures (https://tools.ietf.org/html/draft-cavage-http-signatures-07). This draft RFC formalizes the use of symmetric (HMAC-SHA1, HMAC-SHA256) and asymmetric (RSA-SHA256, ECDSA-SHA256) message... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4249/reactions"
} | https://api.github.com/repos/psf/requests/issues/4249/timeline | null | completed | null | null | false | [
"Very nice work! For the moment I think it would be best to keep it separate; this ensures we don't bottleneck on the limited resources of the Requests team. However, if there is significant uptake and you no longer have the resources to do solo maintainership please let us know and we'll re-evaluate. ",
"For ref... |
https://api.github.com/repos/psf/requests/issues/4248 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4248/labels{/name} | https://api.github.com/repos/psf/requests/issues/4248/comments | https://api.github.com/repos/psf/requests/issues/4248/events | https://github.com/psf/requests/issues/4248 | 251,389,826 | MDU6SXNzdWUyNTEzODk4MjY= | 4,248 | Error decoding chunked response in _update_chunk_length: ValueError: invalid literal for int() with base 16: b'HTTP/1.1 200 OK\r\n' | {
"avatar_url": "https://avatars.githubusercontent.com/u/398575?v=4",
"events_url": "https://api.github.com/users/danc86/events{/privacy}",
"followers_url": "https://api.github.com/users/danc86/followers",
"following_url": "https://api.github.com/users/danc86/following{/other_user}",
"gists_url": "https://api... | [] | closed | true | null | [] | null | 25 | 2017-08-19T01:04:30Z | 2021-08-31T00:06:58Z | 2019-02-04T11:51:47Z | NONE | resolved | Decoding a response with chunked encoding fails because it seems to be reading from the HTTP status line instead of the start of the body.
## Expected Result
Successfully return a 200 response object.
## Actual Result
```
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/requests... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 6,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 6,
"url": "https://api.github.com/repos/psf/requests/issues/4248/reactions"
} | https://api.github.com/repos/psf/requests/issues/4248/timeline | null | completed | null | null | false | [
"This works fine with requests 2.10.0 so something regressed between then and 2.13.0. Also tested with 2.18.4 and the bug exists as above.",
"I can't spot anything defective or invalid in the response from that server when I look at it manually.\r\n\r\nOne thing I do notice is that it is using both `Content-Encod... |
https://api.github.com/repos/psf/requests/issues/4247 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4247/labels{/name} | https://api.github.com/repos/psf/requests/issues/4247/comments | https://api.github.com/repos/psf/requests/issues/4247/events | https://github.com/psf/requests/issues/4247 | 251,320,530 | MDU6SXNzdWUyNTEzMjA1MzA= | 4,247 | Having trouble with SSL verification | {
"avatar_url": "https://avatars.githubusercontent.com/u/19782075?v=4",
"events_url": "https://api.github.com/users/TJOak/events{/privacy}",
"followers_url": "https://api.github.com/users/TJOak/followers",
"following_url": "https://api.github.com/users/TJOak/following{/other_user}",
"gists_url": "https://api.... | [] | closed | true | null | [] | null | 2 | 2017-08-18T18:14:19Z | 2021-09-08T07:00:31Z | 2017-08-18T20:20:22Z | NONE | resolved | Preface: I have a feeling that this isn't an issue with requests itself, but it did up come while I was using it, so I was hoping that you could offer some insight. This issue might even be the same one that hellt had in https://github.com/requests/requests/issues/3212 , but there are a few differences that made me unc... | {
"avatar_url": "https://avatars.githubusercontent.com/u/19782075?v=4",
"events_url": "https://api.github.com/users/TJOak/events{/privacy}",
"followers_url": "https://api.github.com/users/TJOak/followers",
"following_url": "https://api.github.com/users/TJOak/following{/other_user}",
"gists_url": "https://api.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4247/reactions"
} | https://api.github.com/repos/psf/requests/issues/4247/timeline | null | completed | null | null | false | [
"So there are a number of issues here, but the core problem is that your server is not sending a TLS cert chain that makes any sense at all. From your OpenSSL output, the server is sending two certs:\r\n\r\n1. [redacted; local area + host], issued by DigiCert SHA2 High Assurance Server CA\r\n2. DigiCert High Assura... |
https://api.github.com/repos/psf/requests/issues/4246 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4246/labels{/name} | https://api.github.com/repos/psf/requests/issues/4246/comments | https://api.github.com/repos/psf/requests/issues/4246/events | https://github.com/psf/requests/issues/4246 | 251,072,141 | MDU6SXNzdWUyNTEwNzIxNDE= | 4,246 | SSLError HTTPSConnectionPool Max retries exceeded with url: /oauth/token Caused by SSLError('bad handshake: SysCallError(0, None)) | {
"avatar_url": "https://avatars.githubusercontent.com/u/16965638?v=4",
"events_url": "https://api.github.com/users/albayraktaroglu/events{/privacy}",
"followers_url": "https://api.github.com/users/albayraktaroglu/followers",
"following_url": "https://api.github.com/users/albayraktaroglu/following{/other_user}"... | [] | closed | true | null | [] | null | 12 | 2017-08-17T21:05:08Z | 2021-08-29T00:06:52Z | 2017-08-18T16:59:26Z | NONE | resolved | ## Summary
The problem that I am having is showing up after user enters their credentials at the Auth0's lock screen. When I looked at Auth0 Dashboard's log section I can see users can login successfully ( I see both Success Exchange, Success Login ). Then call back function is triggering the callback call. At that ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4246/reactions"
} | https://api.github.com/repos/psf/requests/issues/4246/timeline | null | completed | null | null | false | [
"Thanks for this report! I think we need to see a bit more of the actual Requests code. It seems like the server is rejecting the handshake but it's hard to know more without seeing your requests call.",
"Hi Lukasa, \r\n\r\n\r\nThe code below is being called by ` token = get_token.authorization_code('AUTH0_CLIENT... |
https://api.github.com/repos/psf/requests/issues/4245 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4245/labels{/name} | https://api.github.com/repos/psf/requests/issues/4245/comments | https://api.github.com/repos/psf/requests/issues/4245/events | https://github.com/psf/requests/pull/4245 | 250,810,681 | MDExOlB1bGxSZXF1ZXN0MTM2MTU5ODY5 | 4,245 | Fix parse_header_links on empty header | {
"avatar_url": "https://avatars.githubusercontent.com/u/426784?v=4",
"events_url": "https://api.github.com/users/remram44/events{/privacy}",
"followers_url": "https://api.github.com/users/remram44/followers",
"following_url": "https://api.github.com/users/remram44/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 4 | 2017-08-17T02:14:02Z | 2021-09-04T00:06:52Z | 2017-08-17T19:34:07Z | CONTRIBUTOR | resolved | When receiving an empty `Link:` header, one bogus entry was returned anyway. This breaks some applications.
I agree that web servers shouldn't be sending those but they do so here we are. Also fixes docstring with proper return type.
Fixes https://github.com/halcy/Mastodon.py/issues/74 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4245/reactions"
} | https://api.github.com/repos/psf/requests/issues/4245/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4245.diff",
"html_url": "https://github.com/psf/requests/pull/4245",
"merged_at": "2017-08-17T19:34:07Z",
"patch_url": "https://github.com/psf/requests/pull/4245.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4245"
} | true | [
"# [Codecov](https://codecov.io/gh/requests/requests/pull/4245?src=pr&el=h1) Report\n> Merging [#4245](https://codecov.io/gh/requests/requests/pull/4245?src=pr&el=desc) into [master](https://codecov.io/gh/requests/requests/commit/af9dd61fcba5a1d0b3f75abf5499f6e1f845349c?src=pr&el=desc) will **increase** coverage by... |
https://api.github.com/repos/psf/requests/issues/4244 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4244/labels{/name} | https://api.github.com/repos/psf/requests/issues/4244/comments | https://api.github.com/repos/psf/requests/issues/4244/events | https://github.com/psf/requests/issues/4244 | 250,439,971 | MDU6SXNzdWUyNTA0Mzk5NzE= | 4,244 | ("bad handshake: SysCallError(-1, 'Unexpected EOF')",) despite using verify=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/15695586?v=4",
"events_url": "https://api.github.com/users/adamwilbert/events{/privacy}",
"followers_url": "https://api.github.com/users/adamwilbert/followers",
"following_url": "https://api.github.com/users/adamwilbert/following{/other_user}",
"gists_u... | [] | closed | true | null | [] | null | 32 | 2017-08-15T21:09:26Z | 2018-09-28T12:56:07Z | 2017-11-25T14:29:02Z | NONE | resolved | Summary.
I am trying to make a request to a private api with a private api with an expired certificate that I do not control.
I am attempting to use verify=False in the request, but continue to get a
("bad handshake: SysCallError(-1, 'Unexpected EOF')",) error.
I have tried using the old 2.11 cipher string, ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4244/reactions"
} | https://api.github.com/repos/psf/requests/issues/4244/timeline | null | completed | null | null | false | [
"`verify=False` only prevents us from validating the certificate. Based on this error we aren't getting that far: the server is shutting down the connection. Is the server in question publicly reachable?",
"Oh, wait, I see that curl works. Can you use `curl -v` and print the debug output here?",
"Note: Unnecess... |
https://api.github.com/repos/psf/requests/issues/4243 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4243/labels{/name} | https://api.github.com/repos/psf/requests/issues/4243/comments | https://api.github.com/repos/psf/requests/issues/4243/events | https://github.com/psf/requests/issues/4243 | 249,901,271 | MDU6SXNzdWUyNDk5MDEyNzE= | 4,243 | Slow charset detection on Json file with no explicit encoding | {
"avatar_url": "https://avatars.githubusercontent.com/u/6244078?v=4",
"events_url": "https://api.github.com/users/gil9red/events{/privacy}",
"followers_url": "https://api.github.com/users/gil9red/followers",
"following_url": "https://api.github.com/users/gil9red/following{/other_user}",
"gists_url": "https:/... | [] | closed | true | null | [] | null | 1 | 2017-08-13T21:49:21Z | 2021-09-08T07:00:32Z | 2017-08-14T05:40:17Z | NONE | resolved | Hello!
In Reproduction Steps a large JSON file is downloaded - about 180MB
When I called rs.text (step 6), I did not wait for the result - I waited about 25 minutes
Console:
```
None
[1] total time: 4.0396250532594795 sec
[2] total time: 3.9574704779202534 sec
[3] total time: 0.271754903759728 sec
[4] ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4243/reactions"
} | https://api.github.com/repos/psf/requests/issues/4243/timeline | null | completed | null | null | false | [
"Thanks for this! This is a dupe of #4235: closing to centralise. "
] |
https://api.github.com/repos/psf/requests/issues/4242 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4242/labels{/name} | https://api.github.com/repos/psf/requests/issues/4242/comments | https://api.github.com/repos/psf/requests/issues/4242/events | https://github.com/psf/requests/issues/4242 | 249,814,935 | MDU6SXNzdWUyNDk4MTQ5MzU= | 4,242 | .get params is ignored if there is a double slash in the url | {
"avatar_url": "https://avatars.githubusercontent.com/u/800543?v=4",
"events_url": "https://api.github.com/users/robertlayton/events{/privacy}",
"followers_url": "https://api.github.com/users/robertlayton/followers",
"following_url": "https://api.github.com/users/robertlayton/following{/other_user}",
"gists_... | [] | closed | true | null | [] | null | 5 | 2017-08-12T14:23:00Z | 2021-09-08T05:00:38Z | 2017-09-14T15:39:10Z | NONE | resolved | Summary.
The behaviour doesn't seem to be consistent everywhere, but when I run the following with Python 3 / requests 2.14-2, params is ignored in the double-slash case:
```python
import requests
response = requests.get("https://erikberg.com/nba/results/atlanta-hawks.json", params={"season": "2014"}, verify=... | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4242/reactions"
} | https://api.github.com/repos/psf/requests/issues/4242/timeline | null | completed | null | null | false | [
"Did you say this happens with Requests 2.14? Why does your help output identify the Requests version as 2.18.3?",
"The case above seems to be very specific, testing with any other url that has a double slash in it seems to work. \r\n\r\n >>> response = requests.get(\"https://www.sinax.be/blog\", params={\"sea... |
https://api.github.com/repos/psf/requests/issues/4241 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4241/labels{/name} | https://api.github.com/repos/psf/requests/issues/4241/comments | https://api.github.com/repos/psf/requests/issues/4241/events | https://github.com/psf/requests/pull/4241 | 249,734,863 | MDExOlB1bGxSZXF1ZXN0MTM1NDA5NDE1 | 4,241 | attempted fix of travis | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | [] | closed | true | null | [] | null | 3 | 2017-08-11T20:06:33Z | 2021-08-28T00:06:24Z | 2018-02-24T14:53:50Z | CONTRIBUTOR | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4241/reactions"
} | https://api.github.com/repos/psf/requests/issues/4241/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4241.diff",
"html_url": "https://github.com/psf/requests/pull/4241",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4241.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4241"
} | true | [
"# [Codecov](https://codecov.io/gh/requests/requests/pull/4241?src=pr&el=h1) Report\n> Merging [#4241](https://codecov.io/gh/requests/requests/pull/4241?src=pr&el=desc) into [master](https://codecov.io/gh/requests/requests/commit/1c2022cf868cb503815f34901ad8e85cf524d01a?src=pr&el=desc) will **increase** coverage by... | |
https://api.github.com/repos/psf/requests/issues/4240 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4240/labels{/name} | https://api.github.com/repos/psf/requests/issues/4240/comments | https://api.github.com/repos/psf/requests/issues/4240/events | https://github.com/psf/requests/pull/4240 | 249,731,154 | MDExOlB1bGxSZXF1ZXN0MTM1NDA2NTU5 | 4,240 | Adding header name to exception | {
"avatar_url": "https://avatars.githubusercontent.com/u/25228167?v=4",
"events_url": "https://api.github.com/users/mgasvoda/events{/privacy}",
"followers_url": "https://api.github.com/users/mgasvoda/followers",
"following_url": "https://api.github.com/users/mgasvoda/following{/other_user}",
"gists_url": "htt... | [] | closed | true | null | [] | null | 6 | 2017-08-11T19:49:57Z | 2021-09-04T00:06:53Z | 2017-08-12T14:41:28Z | CONTRIBUTOR | resolved | Adds the name of the header to the invalid header exception raised on TypeError.
Fixes #4239 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4240/reactions"
} | https://api.github.com/repos/psf/requests/issues/4240/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4240.diff",
"html_url": "https://github.com/psf/requests/pull/4240",
"merged_at": "2017-08-12T14:41:27Z",
"patch_url": "https://github.com/psf/requests/pull/4240.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4240"
} | true | [
"I like this. ",
"# [Codecov](https://codecov.io/gh/requests/requests/pull/4240?src=pr&el=h1) Report\n> Merging [#4240](https://codecov.io/gh/requests/requests/pull/4240?src=pr&el=desc) into [master](https://codecov.io/gh/requests/requests/commit/1c2022cf868cb503815f34901ad8e85cf524d01a?src=pr&el=desc) will **not... |
https://api.github.com/repos/psf/requests/issues/4239 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4239/labels{/name} | https://api.github.com/repos/psf/requests/issues/4239/comments | https://api.github.com/repos/psf/requests/issues/4239/events | https://github.com/psf/requests/issues/4239 | 249,683,433 | MDU6SXNzdWUyNDk2ODM0MzM= | 4,239 | Add header name to InvalidHeader exception message | {
"avatar_url": "https://avatars.githubusercontent.com/u/3511141?v=4",
"events_url": "https://api.github.com/users/lsmithso/events{/privacy}",
"followers_url": "https://api.github.com/users/lsmithso/followers",
"following_url": "https://api.github.com/users/lsmithso/following{/other_user}",
"gists_url": "http... | [
{
"color": "02e10c",
"default": false,
"description": null,
"id": 76800,
"name": "Feature Request",
"node_id": "MDU6TGFiZWw3NjgwMA==",
"url": "https://api.github.com/repos/psf/requests/labels/Feature%20Request"
},
{
"color": "0b02e1",
"default": false,
"description": null... | closed | true | null | [] | null | 3 | 2017-08-11T16:19:45Z | 2021-09-08T07:00:32Z | 2017-08-12T14:41:28Z | NONE | resolved | requests.get('http://example.com', headers={'foo': 1})
requests.exceptions.InvalidHeader: Header value 1 must be of type str or bytes, not <class 'int'>
It would be good to add the name of the bad header to make it easier
to track this down in large bodies of code. Something like:
requests.exceptions.InvalidHea... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4239/reactions"
} | https://api.github.com/repos/psf/requests/issues/4239/timeline | null | completed | null | null | false | [
"Agreed, this seems like a useful enhancement. ",
"I'd like to help on this one if that's alright, I can have a pull request in shortly.",
"\nHi: Please be my guest.\n\nmgasvoda writes:\n > I'd like to help on this one if that's alright, I can have a pull request in shortly.\n > \n > -- \n > You are receiving t... |
https://api.github.com/repos/psf/requests/issues/4238 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4238/labels{/name} | https://api.github.com/repos/psf/requests/issues/4238/comments | https://api.github.com/repos/psf/requests/issues/4238/events | https://github.com/psf/requests/issues/4238 | 249,497,185 | MDU6SXNzdWUyNDk0OTcxODU= | 4,238 | 418 I'm a Teapot | {
"avatar_url": "https://avatars.githubusercontent.com/u/74384?v=4",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github... | [] | closed | true | null | [] | null | 22 | 2017-08-10T22:43:46Z | 2017-08-11T11:29:43Z | 2017-08-11T00:12:12Z | NONE | null | Requests implements the 418 I'm a Teapot status code in `status_codes.py`.
Its source is RFC2324, Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0). Note the title - HTCPCP/1.0 is not HTTP/1.x.
HTCPCP was an April 1 joke by Larry to illustrate how people were abusing HTTP in various ways. Ironically, it's not b... | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 3,
"-1": 93,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 96,
"url": "https://api.github.com/repos/psf/requests/issues/4238/reactions"
} | https://api.github.com/repos/psf/requests/issues/4238/timeline | null | completed | null | null | false | [
"BTW, I'm aware this is a breaking change; deprecating and delaying to the next major release is fine.",
"Line of code in question: https://github.com/requests/requests/blob/master/requests/status_codes.py#L55",
"Please note the alternative versions for 200 OK: https://github.com/requests/requests/blob/master/r... |
https://api.github.com/repos/psf/requests/issues/4237 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4237/labels{/name} | https://api.github.com/repos/psf/requests/issues/4237/comments | https://api.github.com/repos/psf/requests/issues/4237/events | https://github.com/psf/requests/pull/4237 | 249,420,106 | MDExOlB1bGxSZXF1ZXN0MTM1MTc5ODU0 | 4,237 | Adds import statement to front page of docs for clarity and quicker start up | {
"avatar_url": "https://avatars.githubusercontent.com/u/3673341?v=4",
"events_url": "https://api.github.com/users/robinske/events{/privacy}",
"followers_url": "https://api.github.com/users/robinske/followers",
"following_url": "https://api.github.com/users/robinske/following{/other_user}",
"gists_url": "http... | [] | closed | true | null | [] | null | 2 | 2017-08-10T17:27:45Z | 2021-09-04T00:06:54Z | 2017-08-10T18:02:57Z | CONTRIBUTOR | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4237/reactions"
} | https://api.github.com/repos/psf/requests/issues/4237/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4237.diff",
"html_url": "https://github.com/psf/requests/pull/4237",
"merged_at": "2017-08-10T18:02:57Z",
"patch_url": "https://github.com/psf/requests/pull/4237.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4237"
} | true | [
"I'm down to try this — but I may remove it later. ",
"Current example is very intentional. "
] | |
https://api.github.com/repos/psf/requests/issues/4236 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4236/labels{/name} | https://api.github.com/repos/psf/requests/issues/4236/comments | https://api.github.com/repos/psf/requests/issues/4236/events | https://github.com/psf/requests/issues/4236 | 249,416,345 | MDU6SXNzdWUyNDk0MTYzNDU= | 4,236 | Redirection 301 different behavior between versions | {
"avatar_url": "https://avatars.githubusercontent.com/u/2580646?v=4",
"events_url": "https://api.github.com/users/estevopaz/events{/privacy}",
"followers_url": "https://api.github.com/users/estevopaz/followers",
"following_url": "https://api.github.com/users/estevopaz/following{/other_user}",
"gists_url": "h... | [] | closed | true | null | [] | null | 6 | 2017-08-10T17:13:21Z | 2021-09-08T07:00:33Z | 2017-08-11T05:50:06Z | NONE | resolved | Hi, I have different redirection behavior between version 2.12.4 and 2.18.3:
Version 2.18.3 redirects POST method to GET after 301.
Version 2.12.4 get POST data directly without redirection ???
URL: http://www.eddyseverything.com/
POST data:
{'_post_id': '5',
'_referer': '/used-vehicles/',
'action': 'im_aj... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4236/reactions"
} | https://api.github.com/repos/psf/requests/issues/4236/timeline | null | completed | null | null | false | [
"Version 2.12.4:\r\n```\r\nIn [1]: import requests\r\n ...: session = requests.Session()\r\n ...: session.get('http://www.eddyseverything.com/')\r\n ...: '\"num_rows\"' in session.post('http://www.eddyseverything.com/', {'_post_id': '5', '_referer': '/used-vehicles/', 'action': 'im_ajax_call', 'make[]': 'Acur... |
https://api.github.com/repos/psf/requests/issues/4235 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4235/labels{/name} | https://api.github.com/repos/psf/requests/issues/4235/comments | https://api.github.com/repos/psf/requests/issues/4235/events | https://github.com/psf/requests/issues/4235 | 249,398,342 | MDU6SXNzdWUyNDkzOTgzNDI= | 4,235 | Slow charset detection on JavaScript file with no explicit encoding | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | true | null | [] | null | 6 | 2017-08-10T16:06:19Z | 2021-11-24T07:00:24Z | 2021-08-26T06:45:08Z | NONE | resolved | When I request https://play.wimpmusic.com/v1.1.3-p-40/app.js and then try to use `r.text` without setting `r.encoding`, my script hangs indefinitely instead of returning the text or raising an exception. `r.content` works fine, and as soon as I set `r.encoding = 'utf-8'` or anything, `r.text` also works. The `Content-T... | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4235/reactions"
} | https://api.github.com/repos/psf/requests/issues/4235/timeline | null | completed | null | null | false | [
"How big is the file? If you ctrl+c the code while running indefinitely, what traceback do you see?",
"It's about 1.31 MiB. This is the traceback I get when interrupting it after about 10 seconds:\r\n\r\n```pytb\r\nTraceback (most recent call last):\r\n File \"<stdin>\", line 1, in <module>\r\n File \"/home/nyu... |
https://api.github.com/repos/psf/requests/issues/4234 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4234/labels{/name} | https://api.github.com/repos/psf/requests/issues/4234/comments | https://api.github.com/repos/psf/requests/issues/4234/events | https://github.com/psf/requests/pull/4234 | 249,290,792 | MDExOlB1bGxSZXF1ZXN0MTM1MDgyODkw | 4,234 | Feature Suggestion: Include response body in raise_for_status method | {
"avatar_url": "https://avatars.githubusercontent.com/u/5054356?v=4",
"events_url": "https://api.github.com/users/westover/events{/privacy}",
"followers_url": "https://api.github.com/users/westover/followers",
"following_url": "https://api.github.com/users/westover/following{/other_user}",
"gists_url": "http... | [] | closed | true | null | [] | null | 7 | 2017-08-10T09:46:28Z | 2018-09-15T18:34:54Z | 2017-08-10T15:11:11Z | NONE | resolved | #4233
Potential implementation of my feature suggestion | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4234/reactions"
} | https://api.github.com/repos/psf/requests/issues/4234/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4234.diff",
"html_url": "https://github.com/psf/requests/pull/4234",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4234.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4234"
} | true | [
"> The response object is already attached to the exception, which means it's fairly trivial for user code to access this data in a way that is going to be safe for their application. What benefit do we obtain by placing the body into the exception message, and does it outweigh the risks?\r\n\r\nThis is exactly my ... |
https://api.github.com/repos/psf/requests/issues/4233 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4233/labels{/name} | https://api.github.com/repos/psf/requests/issues/4233/comments | https://api.github.com/repos/psf/requests/issues/4233/events | https://github.com/psf/requests/issues/4233 | 249,287,873 | MDU6SXNzdWUyNDkyODc4NzM= | 4,233 | Suggestion: Improve the raise for status to include response body if there is one | {
"avatar_url": "https://avatars.githubusercontent.com/u/5054356?v=4",
"events_url": "https://api.github.com/users/westover/events{/privacy}",
"followers_url": "https://api.github.com/users/westover/followers",
"following_url": "https://api.github.com/users/westover/following{/other_user}",
"gists_url": "http... | [] | closed | true | null | [] | null | 2 | 2017-08-10T09:35:42Z | 2021-09-08T07:00:33Z | 2017-08-10T10:18:11Z | NONE | resolved | Looking for more details on the HTTPError exception. The API I am working with sends back a 400 but also has a text/json body in it. It would be nice if the raise_for_status() function included the response text if there was any.
## Expected Result
That the body would be included
## Actual Result
No respons... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 6,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 6,
"url": "https://api.github.com/repos/psf/requests/issues/4233/reactions"
} | https://api.github.com/repos/psf/requests/issues/4233/timeline | null | completed | null | null | false | [
"Added a pull with an implementation",
"Let's close this to focus on the pull itself: it's always nicer to discuss an idea with actual code, rather than in the abstract. :smile: Closing to focus on #4234."
] |
https://api.github.com/repos/psf/requests/issues/4232 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4232/labels{/name} | https://api.github.com/repos/psf/requests/issues/4232/comments | https://api.github.com/repos/psf/requests/issues/4232/events | https://github.com/psf/requests/issues/4232 | 249,268,091 | MDU6SXNzdWUyNDkyNjgwOTE= | 4,232 | Posting Multiselect Forms | {
"avatar_url": "https://avatars.githubusercontent.com/u/5037305?v=4",
"events_url": "https://api.github.com/users/kianhean/events{/privacy}",
"followers_url": "https://api.github.com/users/kianhean/followers",
"following_url": "https://api.github.com/users/kianhean/following{/other_user}",
"gists_url": "http... | [] | closed | true | null | [] | null | 4 | 2017-08-10T08:19:16Z | 2021-09-08T07:00:33Z | 2017-08-10T08:22:14Z | NONE | resolved | Please help me. I am trying to automate a post from a form. The multiselect portion is throwing me off. the below doesnt work. quite sure the way i am posting the mutliselect portion ('session_id') is wrong
## Expected Result
Expected this to work
 also provides a function to do this for ... |
https://api.github.com/repos/psf/requests/issues/4231 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4231/labels{/name} | https://api.github.com/repos/psf/requests/issues/4231/comments | https://api.github.com/repos/psf/requests/issues/4231/events | https://github.com/psf/requests/pull/4231 | 249,113,345 | MDExOlB1bGxSZXF1ZXN0MTM0OTU0MjQ4 | 4,231 | Drop Python 3.3 support. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 3 | 2017-08-09T18:02:49Z | 2021-09-04T00:06:53Z | 2017-08-10T18:03:37Z | MEMBER | resolved | At this point, urllib3 is dropping 3.3 support. I think we should do so as well: 3.3 is long past support and never had the usage that 2.6 did, so we should probably abandon it. As a bonus reason, our CI is breaking on 3.3, so we should probably take the easy route out of that problem. | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4231/reactions"
} | https://api.github.com/repos/psf/requests/issues/4231/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4231.diff",
"html_url": "https://github.com/psf/requests/pull/4231",
"merged_at": "2017-08-10T18:03:37Z",
"patch_url": "https://github.com/psf/requests/pull/4231.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4231"
} | true | [
"Nice :)\r\n\r\nDon't forget to update the docs!",
"Good call, updated.",
"This is also currently blocking other builds from succeeding #4234 because of dependency issues in 3.3 specifically!"
] |
https://api.github.com/repos/psf/requests/issues/4230 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4230/labels{/name} | https://api.github.com/repos/psf/requests/issues/4230/comments | https://api.github.com/repos/psf/requests/issues/4230/events | https://github.com/psf/requests/issues/4230 | 249,035,848 | MDU6SXNzdWUyNDkwMzU4NDg= | 4,230 | Please bump certifi to 2017.7.27.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/27829577?v=4",
"events_url": "https://api.github.com/users/mtdeguzis/events{/privacy}",
"followers_url": "https://api.github.com/users/mtdeguzis/followers",
"following_url": "https://api.github.com/users/mtdeguzis/following{/other_user}",
"gists_url": "... | [] | closed | true | null | [] | null | 1 | 2017-08-09T13:45:36Z | 2021-09-08T07:00:34Z | 2017-08-09T14:37:50Z | NONE | resolved | Cannot build requests via pip/buildout/easy_install due to old specified certifi
## Expected Result
Buildout succeeds
## Actual Result
```
Got pykerberos 1.1.14.
Picked: pykerberos = 1.1.14
Getting required 'certifi>=2017.4.17'
required by requests 2.18.3.
We have no distributions for certifi that sa... | {
"avatar_url": "https://avatars.githubusercontent.com/u/27829577?v=4",
"events_url": "https://api.github.com/users/mtdeguzis/events{/privacy}",
"followers_url": "https://api.github.com/users/mtdeguzis/followers",
"following_url": "https://api.github.com/users/mtdeguzis/following{/other_user}",
"gists_url": "... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4230/reactions"
} | https://api.github.com/repos/psf/requests/issues/4230/timeline | null | completed | null | null | false | [
"This bug report makes no sense. Our certifi requirement specifies only a *minimum* version. You should be able to install alongside any newer certifi without difficulty. "
] |
https://api.github.com/repos/psf/requests/issues/4229 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4229/labels{/name} | https://api.github.com/repos/psf/requests/issues/4229/comments | https://api.github.com/repos/psf/requests/issues/4229/events | https://github.com/psf/requests/pull/4229 | 249,017,781 | MDExOlB1bGxSZXF1ZXN0MTM0ODgzMjE2 | 4,229 | Fixes issue #3863 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10330520?v=4",
"events_url": "https://api.github.com/users/NikosVlagoidis/events{/privacy}",
"followers_url": "https://api.github.com/users/NikosVlagoidis/followers",
"following_url": "https://api.github.com/users/NikosVlagoidis/following{/other_user}",
... | [] | closed | true | null | [] | null | 2 | 2017-08-09T12:42:35Z | 2021-09-04T00:06:55Z | 2017-08-09T17:56:40Z | CONTRIBUTOR | resolved | Update the docs for issue #3863 . | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4229/reactions"
} | https://api.github.com/repos/psf/requests/issues/4229/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4229.diff",
"html_url": "https://github.com/psf/requests/pull/4229",
"merged_at": "2017-08-09T17:56:40Z",
"patch_url": "https://github.com/psf/requests/pull/4229.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4229"
} | true | [
"How tests are failing for Python 3.3. I have only changed one .rst on the docs",
"I update the docs accordingly."
] |
https://api.github.com/repos/psf/requests/issues/4228 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4228/labels{/name} | https://api.github.com/repos/psf/requests/issues/4228/comments | https://api.github.com/repos/psf/requests/issues/4228/events | https://github.com/psf/requests/issues/4228 | 248,960,728 | MDU6SXNzdWUyNDg5NjA3Mjg= | 4,228 | Please support idna 2.6 | {
"avatar_url": "https://avatars.githubusercontent.com/u/24315939?v=4",
"events_url": "https://api.github.com/users/stephanema/events{/privacy}",
"followers_url": "https://api.github.com/users/stephanema/followers",
"following_url": "https://api.github.com/users/stephanema/following{/other_user}",
"gists_url"... | [] | closed | true | null | [] | null | 2 | 2017-08-09T08:51:55Z | 2021-09-08T07:00:34Z | 2017-08-09T09:18:17Z | NONE | resolved | Today I updated idna to 2.6 then I tried to install requests 2.18.3 and got an
error that dna must be <2.6.
Would be nice it you support the actual idna package,
thanks.
System: python 3.6.2 64 bit on windows7 64 bit | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/psf/requests/issues/4228/reactions"
} | https://api.github.com/repos/psf/requests/issues/4228/timeline | null | completed | null | null | false | [
"*Please* check recent issues. You'll find that two have been opened before you, both saying that we have updated the pin in the current master and will be releasing an update next week.",
"Oops sorry, I didn't realize it (I use seldomly the github issues pages)"
] |
https://api.github.com/repos/psf/requests/issues/4227 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4227/labels{/name} | https://api.github.com/repos/psf/requests/issues/4227/comments | https://api.github.com/repos/psf/requests/issues/4227/events | https://github.com/psf/requests/issues/4227 | 248,953,399 | MDU6SXNzdWUyNDg5NTMzOTk= | 4,227 | requests.get(stream=True) will get incomplete data | {
"avatar_url": "https://avatars.githubusercontent.com/u/3338245?v=4",
"events_url": "https://api.github.com/users/MrKang/events{/privacy}",
"followers_url": "https://api.github.com/users/MrKang/followers",
"following_url": "https://api.github.com/users/MrKang/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 19 | 2017-08-09T08:22:36Z | 2021-08-30T00:06:08Z | 2018-02-24T14:52:20Z | NONE | resolved | when I use stream=True, I get these:
```python
#print response.headers['Content-Length']
1332224
#print response.raw.tell()
1332224
#print len(response.content)
1331968
```
the content I get is incomplete.But when I use stream=False,I can get complete data.
when I set `stream=True` and `response.iter_content(... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4227/reactions"
} | https://api.github.com/repos/psf/requests/issues/4227/timeline | null | completed | null | null | false | [
"The only change in behaviour from `stream=True` to `stream=False` is changing where in the code-path we consume the body. It causes no externally visible effects, nor does it affect the way we load the code. Do you know for a fact that the body is corrupted in this case?",
"```python\r\n#this is the property of ... |
https://api.github.com/repos/psf/requests/issues/4226 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4226/labels{/name} | https://api.github.com/repos/psf/requests/issues/4226/comments | https://api.github.com/repos/psf/requests/issues/4226/events | https://github.com/psf/requests/pull/4226 | 248,873,679 | MDExOlB1bGxSZXF1ZXN0MTM0Nzc5Mjk0 | 4,226 | TEST OF CI | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | [] | closed | true | null | [] | null | 0 | 2017-08-08T23:17:03Z | 2021-09-04T00:06:54Z | 2017-08-09T17:57:03Z | CONTRIBUTOR | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4226/reactions"
} | https://api.github.com/repos/psf/requests/issues/4226/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4226.diff",
"html_url": "https://github.com/psf/requests/pull/4226",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4226.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4226"
} | true | [] | |
https://api.github.com/repos/psf/requests/issues/4225 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4225/labels{/name} | https://api.github.com/repos/psf/requests/issues/4225/comments | https://api.github.com/repos/psf/requests/issues/4225/events | https://github.com/psf/requests/pull/4225 | 248,871,357 | MDExOlB1bGxSZXF1ZXN0MTM0Nzc3NTU2 | 4,225 | TEST FOR CI | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | [] | closed | true | null | [] | null | 0 | 2017-08-08T23:03:14Z | 2021-09-05T00:07:06Z | 2017-08-08T23:03:26Z | CONTRIBUTOR | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4225/reactions"
} | https://api.github.com/repos/psf/requests/issues/4225/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4225.diff",
"html_url": "https://github.com/psf/requests/pull/4225",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4225.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4225"
} | true | [] | |
https://api.github.com/repos/psf/requests/issues/4224 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4224/labels{/name} | https://api.github.com/repos/psf/requests/issues/4224/comments | https://api.github.com/repos/psf/requests/issues/4224/events | https://github.com/psf/requests/issues/4224 | 248,763,772 | MDU6SXNzdWUyNDg3NjM3NzI= | 4,224 | idna dependency | {
"avatar_url": "https://avatars.githubusercontent.com/u/244702?v=4",
"events_url": "https://api.github.com/users/papachoco/events{/privacy}",
"followers_url": "https://api.github.com/users/papachoco/followers",
"following_url": "https://api.github.com/users/papachoco/following{/other_user}",
"gists_url": "ht... | [] | closed | true | null | [] | null | 3 | 2017-08-08T15:56:13Z | 2021-09-08T07:00:35Z | 2017-08-08T16:19:36Z | NONE | resolved | Hi,
Could we get a new release of requests w/ an updated idna dependency.
Thanks a lot,
Carlos | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/psf/requests/issues/4224/reactions"
} | https://api.github.com/repos/psf/requests/issues/4224/timeline | null | completed | null | null | false | [
"This is already updated in master. A new release will be shipped next week. ",
"It seems that we get into an invalid state when something that has an unbounded-upper requirement of `idna` is listed first to `pip install`. Example:\r\n```\r\n$ pip install cryptography requests\r\nCollecting cryptography\r\n Usi... |
https://api.github.com/repos/psf/requests/issues/4223 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4223/labels{/name} | https://api.github.com/repos/psf/requests/issues/4223/comments | https://api.github.com/repos/psf/requests/issues/4223/events | https://github.com/psf/requests/pull/4223 | 248,699,778 | MDExOlB1bGxSZXF1ZXN0MTM0NjQ4ODMy | 4,223 | Allow IDNA 2.6 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 2 | 2017-08-08T12:33:55Z | 2021-09-05T00:07:06Z | 2017-08-08T14:42:55Z | MEMBER | resolved | Resolves #4222. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 1,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/psf/requests/issues/4223/reactions"
} | https://api.github.com/repos/psf/requests/issues/4223/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4223.diff",
"html_url": "https://github.com/psf/requests/pull/4223",
"merged_at": "2017-08-08T14:42:55Z",
"patch_url": "https://github.com/psf/requests/pull/4223.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4223"
} | true | [
"Looks like the CI is busted again. 😞 ",
"tests passed"
] |
https://api.github.com/repos/psf/requests/issues/4222 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4222/labels{/name} | https://api.github.com/repos/psf/requests/issues/4222/comments | https://api.github.com/repos/psf/requests/issues/4222/events | https://github.com/psf/requests/issues/4222 | 248,661,329 | MDU6SXNzdWUyNDg2NjEzMjk= | 4,222 | support idna 2.6 | {
"avatar_url": "https://avatars.githubusercontent.com/u/632049?v=4",
"events_url": "https://api.github.com/users/cjw296/events{/privacy}",
"followers_url": "https://api.github.com/users/cjw296/followers",
"following_url": "https://api.github.com/users/cjw296/following{/other_user}",
"gists_url": "https://api... | [] | closed | true | null | [] | null | 9 | 2017-08-08T09:54:36Z | 2021-08-27T00:08:26Z | 2017-08-08T14:42:55Z | CONTRIBUTOR | resolved | idna 2.6 has been released, so the constraint in setup.py is now blowing up:
```
pkg_resources.ContextualVersionConflict: (idna 2.6 (.../ve/lib/python2.7/site-packages), Requirement.parse('idna<2.6,>=2.5'), set(['requests']))
```
| {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4222/reactions"
} | https://api.github.com/repos/psf/requests/issues/4222/timeline | null | completed | null | null | false | [
"Hang on, why is that constraint exploding? 2.5 should satisfy the requirement.",
"My guess something is installing it earlier in the build chain, and pip isn't clever enough to downgrade to 2.5 once 2.6 is installed.\r\n\r\nIs there a problem with 2.6 that makes it backwards incompatible?",
"We don't know at t... |
https://api.github.com/repos/psf/requests/issues/4221 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4221/labels{/name} | https://api.github.com/repos/psf/requests/issues/4221/comments | https://api.github.com/repos/psf/requests/issues/4221/events | https://github.com/psf/requests/issues/4221 | 248,415,832 | MDU6SXNzdWUyNDg0MTU4MzI= | 4,221 | HTTPS proxy fails with requests. | {
"avatar_url": "https://avatars.githubusercontent.com/u/4874269?v=4",
"events_url": "https://api.github.com/users/sebastienvercammen/events{/privacy}",
"followers_url": "https://api.github.com/users/sebastienvercammen/followers",
"following_url": "https://api.github.com/users/sebastienvercammen/following{/othe... | [] | closed | true | null | [] | null | 10 | 2017-08-07T13:42:49Z | 2021-09-08T07:00:35Z | 2017-08-07T23:11:02Z | NONE | resolved | Using `requests` with an HTTPS proxy (Node.js with `https` to receive incoming requests and `http-proxy` to tunnel) always results in:
```
requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",))
```
The Node.js proxy server intentionally returns 401 on all requests for testing purpose... | {
"avatar_url": "https://avatars.githubusercontent.com/u/4874269?v=4",
"events_url": "https://api.github.com/users/sebastienvercammen/events{/privacy}",
"followers_url": "https://api.github.com/users/sebastienvercammen/followers",
"following_url": "https://api.github.com/users/sebastienvercammen/following{/othe... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4221/reactions"
} | https://api.github.com/repos/psf/requests/issues/4221/timeline | null | completed | null | null | false | [
"Can you show me the contents of the `proxies` dict please?",
"@Lukasa Tested with these:\r\n```\r\nproxies = {'http': 'http://censored-proxy-domain.com:8080', 'https': 'https://censored-proxy-domain.com:8081'}\r\nproxies = {'http': 'https://censored-proxy-domain.com:8081', 'https': 'https://censored-proxy-domain... |
https://api.github.com/repos/psf/requests/issues/4220 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4220/labels{/name} | https://api.github.com/repos/psf/requests/issues/4220/comments | https://api.github.com/repos/psf/requests/issues/4220/events | https://github.com/psf/requests/issues/4220 | 248,237,895 | MDU6SXNzdWUyNDgyMzc4OTU= | 4,220 | Traceback format_exc failing with ConnectionError | {
"avatar_url": "https://avatars.githubusercontent.com/u/3856586?v=4",
"events_url": "https://api.github.com/users/Phyks/events{/privacy}",
"followers_url": "https://api.github.com/users/Phyks/followers",
"following_url": "https://api.github.com/users/Phyks/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | true | null | [] | null | 2 | 2017-08-06T10:07:05Z | 2021-09-08T07:00:36Z | 2017-08-06T10:42:36Z | NONE | resolved | Hi,
I tried to use a script using requests (v2.18.1) on a remote website without having any internet connectivity. Of course, this resulted in a long stack traces due to the absence of internet connectivity, as expected, which ended up with
```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='updat... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4220/reactions"
} | https://api.github.com/repos/psf/requests/issues/4220/timeline | null | completed | null | null | false | [
"The first argument of `format_exc` is not the exception to print, it's a limit on how many lines of trace back to print. You may want to reread the documentation for the function on python.org. The correct call is just `format_exc`.",
"Oops, truly sorry about this :/ I took it from a snippet and should have chec... |
https://api.github.com/repos/psf/requests/issues/4219 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4219/labels{/name} | https://api.github.com/repos/psf/requests/issues/4219/comments | https://api.github.com/repos/psf/requests/issues/4219/events | https://github.com/psf/requests/issues/4219 | 248,164,643 | MDU6SXNzdWUyNDgxNjQ2NDM= | 4,219 | _validate_timeout raise an exception about typage | {
"avatar_url": "https://avatars.githubusercontent.com/u/3684625?v=4",
"events_url": "https://api.github.com/users/tomapp/events{/privacy}",
"followers_url": "https://api.github.com/users/tomapp/followers",
"following_url": "https://api.github.com/users/tomapp/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 1 | 2017-08-05T06:10:12Z | 2021-09-08T07:00:36Z | 2017-08-05T07:59:01Z | NONE | resolved | Hello!
When i use docker-compose, i have an error with this lib.
## Expected Result
utils/_validate_timeout should not raise any errors.
## Actual Result
utils _validate_timeout should raise an exception :
```
Timeout(connect=None, read=None, total=None)
Traceback (most recent call last):
File "/... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4219/reactions"
} | https://api.github.com/repos/psf/requests/issues/4219/timeline | null | completed | null | null | false | [
"Where did you get your Requests from? It looks like you have multiple copies of Requests on your system, because you're apparently using 2.18.3, but are looking at a vendored copy of urllib3 (which we got rid of in 2.17).\r\n\r\nI recommend creating a clean installation and try again. "
] |
https://api.github.com/repos/psf/requests/issues/4218 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4218/labels{/name} | https://api.github.com/repos/psf/requests/issues/4218/comments | https://api.github.com/repos/psf/requests/issues/4218/events | https://github.com/psf/requests/issues/4218 | 248,155,180 | MDU6SXNzdWUyNDgxNTUxODA= | 4,218 | File name encoding cannot be set when uploading files | {
"avatar_url": "https://avatars.githubusercontent.com/u/11145391?v=4",
"events_url": "https://api.github.com/users/fym0121/events{/privacy}",
"followers_url": "https://api.github.com/users/fym0121/followers",
"following_url": "https://api.github.com/users/fym0121/following{/other_user}",
"gists_url": "https:... | [] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 29,
"created_at": "2024-05-19T18:29:04Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/18519037?v=4",
"events_url": "https://api.github.com/users/sethmlarson/events{/privacy}",
"followers_url": "https://api.github.com/users/sethmlarson/fol... | 6 | 2017-08-05T03:39:00Z | 2024-05-20T14:36:52Z | 2024-05-20T14:36:51Z | NONE | null | Summary.
The server code is windows-1251, and the program file code is UTF-8. When I upload the file, the file name obtained by the server is garbled. File name cannot be encoded as windows-1251, otherwise an exception will be thrown.
## Expected Result
the file name obtained by the server is normal
## Actu... | {
"avatar_url": "https://avatars.githubusercontent.com/u/18519037?v=4",
"events_url": "https://api.github.com/users/sethmlarson/events{/privacy}",
"followers_url": "https://api.github.com/users/sethmlarson/followers",
"following_url": "https://api.github.com/users/sethmlarson/following{/other_user}",
"gists_u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4218/reactions"
} | https://api.github.com/repos/psf/requests/issues/4218/timeline | null | completed | null | null | false | [
"Can you please provide me with the full traceback that occurs when you encode with cp1251?",
"```\r\nTraceback (most recent call last):\r\n File \"C:\\Users\\Administrator\\vso_python\\vso.py\", line 453, in <module>\r\n v.upload_pdf('169519', u'fym_Пуск.pdf')\r\n File \"C:\\Users\\Administrator\\vso_python... |
https://api.github.com/repos/psf/requests/issues/4217 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4217/labels{/name} | https://api.github.com/repos/psf/requests/issues/4217/comments | https://api.github.com/repos/psf/requests/issues/4217/events | https://github.com/psf/requests/pull/4217 | 247,407,971 | MDExOlB1bGxSZXF1ZXN0MTMzNzIyNzE5 | 4,217 | fix typo in changelog | {
"avatar_url": "https://avatars.githubusercontent.com/u/59292?v=4",
"events_url": "https://api.github.com/users/nikolas/events{/privacy}",
"followers_url": "https://api.github.com/users/nikolas/followers",
"following_url": "https://api.github.com/users/nikolas/following{/other_user}",
"gists_url": "https://a... | [] | closed | true | null | [] | null | 1 | 2017-08-02T14:26:47Z | 2021-09-05T00:07:06Z | 2017-08-02T14:38:47Z | CONTRIBUTOR | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4217/reactions"
} | https://api.github.com/repos/psf/requests/issues/4217/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4217.diff",
"html_url": "https://github.com/psf/requests/pull/4217",
"merged_at": "2017-08-02T14:38:47Z",
"patch_url": "https://github.com/psf/requests/pull/4217.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4217"
} | true | [
"yay cake for everyone!"
] | |
https://api.github.com/repos/psf/requests/issues/4216 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4216/labels{/name} | https://api.github.com/repos/psf/requests/issues/4216/comments | https://api.github.com/repos/psf/requests/issues/4216/events | https://github.com/psf/requests/issues/4216 | 247,351,498 | MDU6SXNzdWUyNDczNTE0OTg= | 4,216 | multiline header should be supported! | {
"avatar_url": "https://avatars.githubusercontent.com/u/524216?v=4",
"events_url": "https://api.github.com/users/dotpot/events{/privacy}",
"followers_url": "https://api.github.com/users/dotpot/followers",
"following_url": "https://api.github.com/users/dotpot/following{/other_user}",
"gists_url": "https://api... | [] | closed | true | null | [] | null | 1 | 2017-08-02T11:01:09Z | 2021-09-08T07:00:38Z | 2017-08-02T11:13:13Z | NONE | resolved | Summary.
2.11 version introduced this change:
- Reject header values that contain leading whitespace or newline characters to
reduce risk of header smuggling.
BUT, as per standard https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 It whould be possible to have multiline headers.
f.ex. I need to atta... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4216/reactions"
} | https://api.github.com/repos/psf/requests/issues/4216/timeline | null | completed | null | null | false | [
"Multiline headers *should not* be supported. RFC 2616 is not the HTTP specification anymore: the relevant one is RFC 7230. \r\n\r\n[Here](https://tools.ietf.org/html/rfc7230#section-3.2.4) is the relevant part:\r\n\r\n> Historically, HTTP header field values could be extended over multiple lines by preceding each ... |
https://api.github.com/repos/psf/requests/issues/4215 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4215/labels{/name} | https://api.github.com/repos/psf/requests/issues/4215/comments | https://api.github.com/repos/psf/requests/issues/4215/events | https://github.com/psf/requests/issues/4215 | 247,214,166 | MDU6SXNzdWUyNDcyMTQxNjY= | 4,215 | Sending an empty body from a file, with Content-Length: 0 header times out | {
"avatar_url": "https://avatars.githubusercontent.com/u/327833?v=4",
"events_url": "https://api.github.com/users/dobesv/events{/privacy}",
"followers_url": "https://api.github.com/users/dobesv/followers",
"following_url": "https://api.github.com/users/dobesv/following{/other_user}",
"gists_url": "https://api... | [] | closed | true | null | [] | null | 2 | 2017-08-01T21:57:02Z | 2021-09-08T07:00:38Z | 2017-08-01T23:03:33Z | NONE | resolved | Sending a POST request with an empty body read from an empty file and a `Content-Length: 0` header times out after a long time instead of doing normal processing.
## Expected Result
Sending an empty body from a file with `Content-Length: 0` should send the request and return a result in a similar amount of time a... | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4215/reactions"
} | https://api.github.com/repos/psf/requests/issues/4215/timeline | null | completed | null | null | false | [
"Hey @dobesv, this is a known bug in the 2.x versions of requests and was originally recorded in #3066. We have a patch submitted (#3897) and merged into the 3.0.0 branch which will address this.\r\n\r\nFor the time being, Requests should be capable of determining the required headers in it's current state. If you ... |
https://api.github.com/repos/psf/requests/issues/4214 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4214/labels{/name} | https://api.github.com/repos/psf/requests/issues/4214/comments | https://api.github.com/repos/psf/requests/issues/4214/events | https://github.com/psf/requests/issues/4214 | 247,004,428 | MDU6SXNzdWUyNDcwMDQ0Mjg= | 4,214 | Returning cookies from Adapters | {
"avatar_url": "https://avatars.githubusercontent.com/u/6284?v=4",
"events_url": "https://api.github.com/users/Singletoned/events{/privacy}",
"followers_url": "https://api.github.com/users/Singletoned/followers",
"following_url": "https://api.github.com/users/Singletoned/following{/other_user}",
"gists_url":... | [] | open | false | null | [] | null | 7 | 2017-08-01T09:12:47Z | 2017-09-05T13:52:49Z | null | NONE | null | I've been trying to create a subclass of `BaseAdapter` for Requests that supports WSGI applications, (preferably based on the requests-wsgi-adapter package, or from scratch if need be).
The sticking point has been cookies and session handling. From reading the Requests code, my understanding is that cookies are aut... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4214/reactions"
} | https://api.github.com/repos/psf/requests/issues/4214/timeline | null | null | null | null | false | [
"> Have I misunderstood? Are there any helper functions for performing these steps?\r\n\r\nYou have not: there are no helper functions for performing these steps.\r\n\r\n> Alternatively, would you consider supporting something like https://pypi.python.org/pypi/cookies/ with a friendlier interface (kind of \"Request... |
https://api.github.com/repos/psf/requests/issues/4213 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4213/labels{/name} | https://api.github.com/repos/psf/requests/issues/4213/comments | https://api.github.com/repos/psf/requests/issues/4213/events | https://github.com/psf/requests/issues/4213 | 246,877,626 | MDU6SXNzdWUyNDY4Nzc2MjY= | 4,213 | Incorrect default value of Session attributes in documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/1050156?v=4",
"events_url": "https://api.github.com/users/lmazuel/events{/privacy}",
"followers_url": "https://api.github.com/users/lmazuel/followers",
"following_url": "https://api.github.com/users/lmazuel/following{/other_user}",
"gists_url": "https:/... | [] | closed | true | null | [] | null | 2 | 2017-07-31T20:41:42Z | 2022-02-26T04:00:38Z | 2021-11-28T03:06:36Z | NONE | resolved | See for instance `trust_env`, that is `True` by default, but `None` in the documentation:
http://docs.python-requests.org/en/latest/api/#requests.Session.trust_env
In that case, True/None are opposite, and I understood my own issue only after looking at the code :/
Same for all attributes actually, that are all ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/18519037?v=4",
"events_url": "https://api.github.com/users/sethmlarson/events{/privacy}",
"followers_url": "https://api.github.com/users/sethmlarson/followers",
"following_url": "https://api.github.com/users/sethmlarson/following{/other_user}",
"gists_u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4213/reactions"
} | https://api.github.com/repos/psf/requests/issues/4213/timeline | null | completed | null | null | false | [
"Hrm, Sphinx autodoc should be getting those rights they're very simple. Rather than change the text, which will end up out of sync with the code, it may be worth digging in to why Sphinx is failing to detect this. ",
"Defaults are no longer displayed in the documentation, closing this issue."
] |
https://api.github.com/repos/psf/requests/issues/4212 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4212/labels{/name} | https://api.github.com/repos/psf/requests/issues/4212/comments | https://api.github.com/repos/psf/requests/issues/4212/events | https://github.com/psf/requests/issues/4212 | 246,643,771 | MDU6SXNzdWUyNDY2NDM3NzE= | 4,212 | ECONNRESET error after upgrading packages | {
"avatar_url": "https://avatars.githubusercontent.com/u/19325732?v=4",
"events_url": "https://api.github.com/users/sugiantolauw/events{/privacy}",
"followers_url": "https://api.github.com/users/sugiantolauw/followers",
"following_url": "https://api.github.com/users/sugiantolauw/following{/other_user}",
"gist... | [
{
"color": "fef2c0",
"default": false,
"description": null,
"id": 298537994,
"name": "Needs More Information",
"node_id": "MDU6TGFiZWwyOTg1Mzc5OTQ=",
"url": "https://api.github.com/repos/psf/requests/labels/Needs%20More%20Information"
}
] | closed | true | null | [] | null | 8 | 2017-07-31T04:48:51Z | 2021-09-08T01:21:06Z | 2018-08-04T12:30:57Z | NONE | resolved | Summary:
Hi Team,
Hope you are well.
I am having an issue with OpenSSL which I didnt experience before.
I am running a Python script that extracts data from a DMP's API (https://www.lotame.com/). The script has been working for a month now and I was able to extract data properly for over a month now.
## ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4212/reactions"
} | https://api.github.com/repos/psf/requests/issues/4212/timeline | null | completed | null | null | false | [
"Thanks for this issue! Did you also upgrade `cryptography`? Can you try downgrading `cryptography` to version 1.9 and see if the problem reproduces?",
"hahahha, happy to be of help.\r\n\r\nYes, I did as I also upgrade all of my Python packages.\r\n\r\nWill try to run this with downgraded cryptography version 1.9... |
https://api.github.com/repos/psf/requests/issues/4211 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4211/labels{/name} | https://api.github.com/repos/psf/requests/issues/4211/comments | https://api.github.com/repos/psf/requests/issues/4211/events | https://github.com/psf/requests/issues/4211 | 246,581,160 | MDU6SXNzdWUyNDY1ODExNjA= | 4,211 | SSLError has been changed to ConnectionError in requests 2.18.2? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1055747?v=4",
"events_url": "https://api.github.com/users/5j9/events{/privacy}",
"followers_url": "https://api.github.com/users/5j9/followers",
"following_url": "https://api.github.com/users/5j9/following{/other_user}",
"gists_url": "https://api.github.... | [] | closed | true | null | [] | null | 2 | 2017-07-30T12:33:00Z | 2021-09-08T07:00:40Z | 2017-07-30T12:45:54Z | NONE | resolved | In requests-2.18.1 and earlier:
`requests.get('https://testssl-expire-r2i2.disig.sk/index.en.html')`
Used to raise `SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",)`
But as of requests-2.18.2 (the latest version), the same URL is returning... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4211/reactions"
} | https://api.github.com/repos/psf/requests/issues/4211/timeline | null | completed | null | null | false | [
"Thanks for this! This is a duplicate of #4902, so I'll refer you to that issue. ",
"Sorry, I meant #4209."
] |
https://api.github.com/repos/psf/requests/issues/4210 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4210/labels{/name} | https://api.github.com/repos/psf/requests/issues/4210/comments | https://api.github.com/repos/psf/requests/issues/4210/events | https://github.com/psf/requests/pull/4210 | 246,515,706 | MDExOlB1bGxSZXF1ZXN0MTMzMDg5NTE2 | 4,210 | Make sure we raise SSLError. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 1 | 2017-07-29T11:15:18Z | 2021-09-05T00:07:07Z | 2017-07-29T11:27:18Z | MEMBER | resolved | Resolves #4209. | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4210/reactions"
} | https://api.github.com/repos/psf/requests/issues/4210/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4210.diff",
"html_url": "https://github.com/psf/requests/pull/4210",
"merged_at": "2017-07-29T11:27:18Z",
"patch_url": "https://github.com/psf/requests/pull/4210.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4210"
} | true | [
"✨ 🎉 ✨ "
] |
https://api.github.com/repos/psf/requests/issues/4209 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4209/labels{/name} | https://api.github.com/repos/psf/requests/issues/4209/comments | https://api.github.com/repos/psf/requests/issues/4209/events | https://github.com/psf/requests/issues/4209 | 246,493,653 | MDU6SXNzdWUyNDY0OTM2NTM= | 4,209 | SSLError -> ConnectionError in 2.18.2: intended? | {
"avatar_url": "https://avatars.githubusercontent.com/u/950506?v=4",
"events_url": "https://api.github.com/users/simon-weber/events{/privacy}",
"followers_url": "https://api.github.com/users/simon-weber/followers",
"following_url": "https://api.github.com/users/simon-weber/following{/other_user}",
"gists_url... | [] | closed | true | null | [] | null | 2 | 2017-07-29T02:31:43Z | 2021-09-08T08:00:32Z | 2017-07-29T11:27:18Z | NONE | resolved | My dev builds started failing after 2.18.2 was released (they purposefully run on the latest releases to flush out problems). They work on 2.18.1.
It looks like the cause is a minor breaking change: in at least my particular situation, an SSLError has changed to ConnectionError.
I can update my tests to look for ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4209/reactions"
} | https://api.github.com/repos/psf/requests/issues/4209/timeline | null | completed | null | null | false | [
"Hrm, this breaking change happened because we made urllib3 retry on `SSLError`. In this case I think we need to add some custom code to Requests to make this work a bit better, namely by throwing SSLError again. Good catch!",
"Thanks!"
] |
https://api.github.com/repos/psf/requests/issues/4208 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4208/labels{/name} | https://api.github.com/repos/psf/requests/issues/4208/comments | https://api.github.com/repos/psf/requests/issues/4208/events | https://github.com/psf/requests/issues/4208 | 246,291,184 | MDU6SXNzdWUyNDYyOTExODQ= | 4,208 | `requests.exceptions.*` do not inherit from Python's own specific exceptions. | {
"avatar_url": "https://avatars.githubusercontent.com/u/167327?v=4",
"events_url": "https://api.github.com/users/StyXman/events{/privacy}",
"followers_url": "https://api.github.com/users/StyXman/followers",
"following_url": "https://api.github.com/users/StyXman/following{/other_user}",
"gists_url": "https://... | [] | closed | true | null | [] | null | 1 | 2017-07-28T09:13:26Z | 2021-09-08T08:00:32Z | 2017-07-28T09:19:03Z | CONTRIBUTOR | resolved | Several `Exceptions` in https://github.com/requests/requests/blob/master/requests/exceptions.py inherit (indirectly) from `IOError`, but not from other Python exception. Two I can easily see are `ConnectionError` (see https://docs.python.org/3/library/exceptions.html#ConnectionError) and `TimeoutError`.
It might ma... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4208/reactions"
} | https://api.github.com/repos/psf/requests/issues/4208/timeline | null | completed | null | null | false | [
"I don't think it does at this time; while we're keeping compatibility across Python 2 and 3 it is probably not worth attempting to build complex exception hierarchies on different versions. For now, I think it's fine as-is. \r\n\r\nThanks for the suggestion!"
] |
https://api.github.com/repos/psf/requests/issues/4207 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4207/labels{/name} | https://api.github.com/repos/psf/requests/issues/4207/comments | https://api.github.com/repos/psf/requests/issues/4207/events | https://github.com/psf/requests/pull/4207 | 245,892,191 | MDExOlB1bGxSZXF1ZXN0MTMyNjQyNDU1 | 4,207 | remove legacy super() call | {
"avatar_url": "https://avatars.githubusercontent.com/u/611033?v=4",
"events_url": "https://api.github.com/users/markjszy/events{/privacy}",
"followers_url": "https://api.github.com/users/markjszy/followers",
"following_url": "https://api.github.com/users/markjszy/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 0 | 2017-07-27T00:24:53Z | 2021-09-05T00:07:08Z | 2017-07-27T04:40:04Z | CONTRIBUTOR | resolved | This does not seem to be necessary anymore since there is no longer a `BaseResponse` object from which `Response` inherits. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4207/reactions"
} | https://api.github.com/repos/psf/requests/issues/4207/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4207.diff",
"html_url": "https://github.com/psf/requests/pull/4207",
"merged_at": "2017-07-27T04:40:04Z",
"patch_url": "https://github.com/psf/requests/pull/4207.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4207"
} | true | [] |
https://api.github.com/repos/psf/requests/issues/4206 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4206/labels{/name} | https://api.github.com/repos/psf/requests/issues/4206/comments | https://api.github.com/repos/psf/requests/issues/4206/events | https://github.com/psf/requests/pull/4206 | 245,830,929 | MDExOlB1bGxSZXF1ZXN0MTMyNTk2NDk1 | 4,206 | some docs on request redirect detection | {
"avatar_url": "https://avatars.githubusercontent.com/u/204779?v=4",
"events_url": "https://api.github.com/users/jvanasco/events{/privacy}",
"followers_url": "https://api.github.com/users/jvanasco/followers",
"following_url": "https://api.github.com/users/jvanasco/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 1 | 2017-07-26T19:36:38Z | 2021-09-05T00:07:08Z | 2017-07-26T19:57:22Z | CONTRIBUTOR | resolved | This is just a small docstring that I wanted to suggest for inclusion. I should have offered it in my earlier commit.
The purpose of the docstring: we had some unit tests to ensure that `get_redirect_target` was being called the appropriate number of times. They broke because I calculated the number incorrectly. It... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4206/reactions"
} | https://api.github.com/repos/psf/requests/issues/4206/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4206.diff",
"html_url": "https://github.com/psf/requests/pull/4206",
"merged_at": "2017-07-26T19:57:22Z",
"patch_url": "https://github.com/psf/requests/pull/4206.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4206"
} | true | [
"this looks solid to me!"
] |
https://api.github.com/repos/psf/requests/issues/4205 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4205/labels{/name} | https://api.github.com/repos/psf/requests/issues/4205/comments | https://api.github.com/repos/psf/requests/issues/4205/events | https://github.com/psf/requests/issues/4205 | 245,777,319 | MDU6SXNzdWUyNDU3NzczMTk= | 4,205 | Requests not working with Mac osx 10.11 Python-3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/30474062?v=4",
"events_url": "https://api.github.com/users/paul93065/events{/privacy}",
"followers_url": "https://api.github.com/users/paul93065/followers",
"following_url": "https://api.github.com/users/paul93065/following{/other_user}",
"gists_url": "... | [] | closed | true | null | [] | null | 4 | 2017-07-26T16:17:29Z | 2021-09-08T08:00:33Z | 2017-07-26T18:23:53Z | NONE | resolved | Environment is Max OS-X 10.11, fully updated.
Python 3.6.2
Requests:
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
urllib3<1.23,>=1.21.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
chardet<3.1.0,>=3.0.2 in /Library/Frameworks/Python.framework/Ver... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4205/reactions"
} | https://api.github.com/repos/psf/requests/issues/4205/timeline | null | completed | null | null | false | [
"This seems to be a problem with your Python installation. It appears that this would happen with any TLS connection. How did you get your Python 3?",
"Hello Lukasa,\r\nInstalled a package from Python.org\r\nhttps://www.python.org/downloads/release/python-362/\r\nThe problem seems particular to OSX 10-11. Works O... |
https://api.github.com/repos/psf/requests/issues/4204 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4204/labels{/name} | https://api.github.com/repos/psf/requests/issues/4204/comments | https://api.github.com/repos/psf/requests/issues/4204/events | https://github.com/psf/requests/pull/4204 | 245,659,608 | MDExOlB1bGxSZXF1ZXN0MTMyNDY4NzEz | 4,204 | Correct urllib3 compatibility comment | {
"avatar_url": "https://avatars.githubusercontent.com/u/861044?v=4",
"events_url": "https://api.github.com/users/browniebroke/events{/privacy}",
"followers_url": "https://api.github.com/users/browniebroke/followers",
"following_url": "https://api.github.com/users/browniebroke/following{/other_user}",
"gists_... | [] | closed | true | null | [] | null | 1 | 2017-07-26T09:25:09Z | 2023-01-06T16:49:52Z | 2017-07-26T10:03:58Z | CONTRIBUTOR | resolved | So that it's in line with the code.
I saw the warning raised recently and had to dive into the code for exact compatibility, but I stopped after reading the comment rather than the code.
Maybe a better solution would be to surface the supported versions in the warning? However, I see it was changed recently in ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4204/reactions"
} | https://api.github.com/repos/psf/requests/issues/4204/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4204.diff",
"html_url": "https://github.com/psf/requests/pull/4204",
"merged_at": "2017-07-26T10:03:58Z",
"patch_url": "https://github.com/psf/requests/pull/4204.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4204"
} | true | [
"The primary reason is just trying to reduce the maintenance area of this code: it's painful to need to update in lots of places. Ideally we'd have a nice refactor that will work here to minimise the number of places we need to write our version constraints: if someone wants to do that, it might be a worthwhile pro... |
https://api.github.com/repos/psf/requests/issues/4203 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4203/labels{/name} | https://api.github.com/repos/psf/requests/issues/4203/comments | https://api.github.com/repos/psf/requests/issues/4203/events | https://github.com/psf/requests/issues/4203 | 245,187,624 | MDU6SXNzdWUyNDUxODc2MjQ= | 4,203 | requests is asking for urllib3 1.21.1, when 1.22 is on pypi | {
"avatar_url": "https://avatars.githubusercontent.com/u/27829577?v=4",
"events_url": "https://api.github.com/users/mtdeguzis/events{/privacy}",
"followers_url": "https://api.github.com/users/mtdeguzis/followers",
"following_url": "https://api.github.com/users/mtdeguzis/following{/other_user}",
"gists_url": "... | [] | closed | true | null | [] | null | 1 | 2017-07-24T19:42:35Z | 2021-09-08T08:00:34Z | 2017-07-24T19:49:01Z | NONE | resolved | Summary.
## Expected Result
requests is asking for urllib3 1.21.1, when 1.22 is on pypi. If pip/setuptools pulls the latest version of urllib3, you will not be able to run setup.py here.
## Actual Result
```'
Error: Couldn't find a distribution for 'urllib3<1.22,>=1.21.1'
```
## Reproduction Steps
*... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4203/reactions"
} | https://api.github.com/repos/psf/requests/issues/4203/timeline | null | completed | null | null | false | [
"A new release is coming tomorrow to resolve this. "
] |
https://api.github.com/repos/psf/requests/issues/4202 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4202/labels{/name} | https://api.github.com/repos/psf/requests/issues/4202/comments | https://api.github.com/repos/psf/requests/issues/4202/events | https://github.com/psf/requests/issues/4202 | 245,095,372 | MDU6SXNzdWUyNDUwOTUzNzI= | 4,202 | request not return in time | {
"avatar_url": "https://avatars.githubusercontent.com/u/3711655?v=4",
"events_url": "https://api.github.com/users/zjbzju/events{/privacy}",
"followers_url": "https://api.github.com/users/zjbzju/followers",
"following_url": "https://api.github.com/users/zjbzju/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "f7c6c7",
"default": false,
"description": null,
"id": 167537670,
"name": "Propose Close",
"node_id": "MDU6TGFiZWwxNjc1Mzc2NzA=",
"url": "https://api.github.com/repos/psf/requests/labels/Propose%20Close"
},
{
"color": "fef2c0",
"default": false,
"description": ... | closed | true | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}... | null | 2 | 2017-07-24T14:18:06Z | 2021-09-08T07:00:36Z | 2017-08-06T11:39:31Z | NONE | resolved | I'm using request('POST', url, data=data) to access a 4 layer SLB. I found that some of requests delayed for about 2s.
The tcp packets (dumped using tcpdump) shows that the packets are really received from SLB, but request doesn't returned to the caller. Does anyone have any idea about it?
BTW: my requests lib v... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4202/reactions"
} | https://api.github.com/repos/psf/requests/issues/4202/timeline | null | completed | null | null | false | [
"@zjbzju could you provide more information, including the operating system, whether or not TLS is involved, what versions of openssl you have installed and are using, what you mean by `4 layer SLB`, and perhaps even the `tcpdump` itself.",
"Closing since no new information has been supplied to provide additional... |
https://api.github.com/repos/psf/requests/issues/4201 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4201/labels{/name} | https://api.github.com/repos/psf/requests/issues/4201/comments | https://api.github.com/repos/psf/requests/issues/4201/events | https://github.com/psf/requests/issues/4201 | 244,915,908 | MDU6SXNzdWUyNDQ5MTU5MDg= | 4,201 | Feature request: timeout on full request completion | {
"avatar_url": "https://avatars.githubusercontent.com/u/581718?v=4",
"events_url": "https://api.github.com/users/dgillis/events{/privacy}",
"followers_url": "https://api.github.com/users/dgillis/followers",
"following_url": "https://api.github.com/users/dgillis/following{/other_user}",
"gists_url": "https://... | [] | closed | true | null | [] | null | 2 | 2017-07-23T15:07:00Z | 2021-09-08T08:00:34Z | 2017-07-23T15:34:45Z | NONE | resolved | A simple way to place a timeout on the entire request duration would be very useful. I see this was discussed previously but workarounds involved using additional libraries, signals, etc.
Can this not be fixed by simply modifying `Response.iter_content()` and checking the time after each chunk is read, raising an ex... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4201/reactions"
} | https://api.github.com/repos/psf/requests/issues/4201/timeline | null | completed | null | null | false | [
"> Can this not be fixed by simply modifying Response.iter_content() and checking the time after each chunk is read, raising an exception after some \"complete_timeout\" is surpassed?\r\n\r\nNot really. This won't prevent `iter_content` potentially blocking well past any such timeout, because the socket reads may t... |
https://api.github.com/repos/psf/requests/issues/4200 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4200/labels{/name} | https://api.github.com/repos/psf/requests/issues/4200/comments | https://api.github.com/repos/psf/requests/issues/4200/events | https://github.com/psf/requests/issues/4200 | 244,909,766 | MDU6SXNzdWUyNDQ5MDk3NjY= | 4,200 | Cookies lost after redirect | {
"avatar_url": "https://avatars.githubusercontent.com/u/26007903?v=4",
"events_url": "https://api.github.com/users/HynekBlaha/events{/privacy}",
"followers_url": "https://api.github.com/users/HynekBlaha/followers",
"following_url": "https://api.github.com/users/HynekBlaha/following{/other_user}",
"gists_url"... | [] | closed | true | null | [] | null | 2 | 2017-07-23T13:19:39Z | 2021-09-08T08:00:35Z | 2017-07-23T13:38:30Z | NONE | resolved | After redirect, the JSESSIONID cookie is lost.
## Expected Result
Status code: 200
Cookies:
**JSESSIONID=91D71FBD2086F8FD1968001E6EECC9E5 for jizdenky.regiojet.cz,**
currency=CZK for jizdenky.regiojet.cz
locale=cs for jizdenky.regiojet.cz
Status code: 302
Cookies:
**JSESSIONID=91D71FBD2086F8FD1968001E6E... | {
"avatar_url": "https://avatars.githubusercontent.com/u/26007903?v=4",
"events_url": "https://api.github.com/users/HynekBlaha/events{/privacy}",
"followers_url": "https://api.github.com/users/HynekBlaha/followers",
"following_url": "https://api.github.com/users/HynekBlaha/following{/other_user}",
"gists_url"... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4200/reactions"
} | https://api.github.com/repos/psf/requests/issues/4200/timeline | null | completed | null | null | false | [
"@HynekBlaha why did you close this?",
"My mistake. Didn't read doc enough. \r\nrequests.cookies return cookies of the last response. \r\nCookie was already used in the second request header. Everything is ok. "
] |
https://api.github.com/repos/psf/requests/issues/4199 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4199/labels{/name} | https://api.github.com/repos/psf/requests/issues/4199/comments | https://api.github.com/repos/psf/requests/issues/4199/events | https://github.com/psf/requests/issues/4199 | 244,594,451 | MDU6SXNzdWUyNDQ1OTQ0NTE= | 4,199 | HEAD response with chunked Transfer-Encoding does not release the connection | {
"avatar_url": "https://avatars.githubusercontent.com/u/703870?v=4",
"events_url": "https://api.github.com/users/timuralp/events{/privacy}",
"followers_url": "https://api.github.com/users/timuralp/followers",
"following_url": "https://api.github.com/users/timuralp/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 2 | 2017-07-21T08:07:55Z | 2021-09-08T08:00:35Z | 2017-07-21T14:20:24Z | NONE | resolved | Filing this to track the issue in urllib3 -- https://github.com/shazow/urllib3/issues/1234. Whenever urllib3 merges a fix, requests should update its requirements to avoid leaking connections.
The issue is that some servers -- in my case, Amazon S3 -- will set "Transfer-Encoding: chunked" even in response to a HEAD ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4199/reactions"
} | https://api.github.com/repos/psf/requests/issues/4199/timeline | null | completed | null | null | false | [
"As we don't vendor in urllib3 anymore, we don't need to open bug reports to track upstream issues. Thanks anyway!",
"Pursuant to @Lukasa 's comment, I'm closing this (as I suspect that was what he intended to do)"
] |
https://api.github.com/repos/psf/requests/issues/4198 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4198/labels{/name} | https://api.github.com/repos/psf/requests/issues/4198/comments | https://api.github.com/repos/psf/requests/issues/4198/events | https://github.com/psf/requests/pull/4198 | 244,557,159 | MDExOlB1bGxSZXF1ZXN0MTMxNjkzMzEx | 4,198 | redundant comma | {
"avatar_url": "https://avatars.githubusercontent.com/u/9360340?v=4",
"events_url": "https://api.github.com/users/andportnoy/events{/privacy}",
"followers_url": "https://api.github.com/users/andportnoy/followers",
"following_url": "https://api.github.com/users/andportnoy/following{/other_user}",
"gists_url":... | [] | closed | true | null | [] | null | 0 | 2017-07-21T03:49:32Z | 2021-09-05T00:07:09Z | 2017-07-21T06:05:11Z | NONE | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4198/reactions"
} | https://api.github.com/repos/psf/requests/issues/4198/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4198.diff",
"html_url": "https://github.com/psf/requests/pull/4198",
"merged_at": "2017-07-21T06:05:11Z",
"patch_url": "https://github.com/psf/requests/pull/4198.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4198"
} | true | [] | |
https://api.github.com/repos/psf/requests/issues/4197 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4197/labels{/name} | https://api.github.com/repos/psf/requests/issues/4197/comments | https://api.github.com/repos/psf/requests/issues/4197/events | https://github.com/psf/requests/issues/4197 | 244,367,209 | MDU6SXNzdWUyNDQzNjcyMDk= | 4,197 | new relase of requests since urllib3 dep was bumped to 1.22 | {
"avatar_url": "https://avatars.githubusercontent.com/u/244702?v=4",
"events_url": "https://api.github.com/users/papachoco/events{/privacy}",
"followers_url": "https://api.github.com/users/papachoco/followers",
"following_url": "https://api.github.com/users/papachoco/following{/other_user}",
"gists_url": "ht... | [] | closed | true | null | [] | null | 4 | 2017-07-20T13:43:15Z | 2021-09-08T08:00:35Z | 2017-07-20T13:43:58Z | NONE | resolved | Could we get a new release of requests that uses urllib3 >=1.22 as dependency. Latest released version of requests has urllib3<1.22,>=1.21.1
Thanks
Carlos | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4197/reactions"
} | https://api.github.com/repos/psf/requests/issues/4197/timeline | null | completed | null | null | false | [
"See #4196. A new release is planned.",
"@Lukasa Is there a time frame on that release? Just looking for a ballpark, if possible.",
"@dmtucker Yeah, there is: early next week, realistically. We try to release on Tuesdays or Wednesdays to allow ops teams time to roll out releases (for boring compliance reasons s... |
https://api.github.com/repos/psf/requests/issues/4196 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4196/labels{/name} | https://api.github.com/repos/psf/requests/issues/4196/comments | https://api.github.com/repos/psf/requests/issues/4196/events | https://github.com/psf/requests/pull/4196 | 244,293,905 | MDExOlB1bGxSZXF1ZXN0MTMxNTA0MjIz | 4,196 | Allow urllib3 1.22 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 1 | 2017-07-20T09:09:54Z | 2021-09-05T00:07:09Z | 2017-07-20T11:52:12Z | MEMBER | resolved | Based on the changelog this should be safe for us to use. | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/psf/requests/issues/4196/reactions"
} | https://api.github.com/repos/psf/requests/issues/4196/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4196.diff",
"html_url": "https://github.com/psf/requests/pull/4196",
"merged_at": "2017-07-20T11:52:12Z",
"patch_url": "https://github.com/psf/requests/pull/4196.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4196"
} | true | [
"👍 ✨ "
] |
https://api.github.com/repos/psf/requests/issues/4195 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4195/labels{/name} | https://api.github.com/repos/psf/requests/issues/4195/comments | https://api.github.com/repos/psf/requests/issues/4195/events | https://github.com/psf/requests/pull/4195 | 244,278,858 | MDExOlB1bGxSZXF1ZXN0MTMxNDkzMjc3 | 4,195 | Use 'prefix' instead of 'key' in session docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/121219?v=4",
"events_url": "https://api.github.com/users/alexmuller/events{/privacy}",
"followers_url": "https://api.github.com/users/alexmuller/followers",
"following_url": "https://api.github.com/users/alexmuller/following{/other_user}",
"gists_url": ... | [] | closed | true | null | [] | null | 0 | 2017-07-20T08:11:06Z | 2021-09-05T00:07:10Z | 2017-07-20T08:13:07Z | CONTRIBUTOR | resolved | This commit makes [the API docs](http://docs.python-requests.org/en/master/api/#requests.Session.mount) more clear. The 'key' is an implementation detail. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4195/reactions"
} | https://api.github.com/repos/psf/requests/issues/4195/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4195.diff",
"html_url": "https://github.com/psf/requests/pull/4195",
"merged_at": "2017-07-20T08:13:06Z",
"patch_url": "https://github.com/psf/requests/pull/4195.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4195"
} | true | [] |
https://api.github.com/repos/psf/requests/issues/4194 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4194/labels{/name} | https://api.github.com/repos/psf/requests/issues/4194/comments | https://api.github.com/repos/psf/requests/issues/4194/events | https://github.com/psf/requests/pull/4194 | 244,039,630 | MDExOlB1bGxSZXF1ZXN0MTMxMzIwNTk4 | 4,194 | compat.py uses try/except to prevent linter errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/3709715?v=4",
"events_url": "https://api.github.com/users/cclauss/events{/privacy}",
"followers_url": "https://api.github.com/users/cclauss/followers",
"following_url": "https://api.github.com/users/cclauss/following{/other_user}",
"gists_url": "https:/... | [] | closed | true | null | [] | null | 4 | 2017-07-19T13:25:34Z | 2021-09-05T00:07:10Z | 2017-07-19T13:28:22Z | CONTRIBUTOR | resolved | flake8 testing of https://github.com/requests/requests on Python 3.6.2
$ __time flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./requests/compat.py:53:11: F821 undefined name 'unicode'
str = unicode
^
./requests/compat.py:54:18: F821 undefined name 'basestrin... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 1,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/psf/requests/issues/4194/reactions"
} | https://api.github.com/repos/psf/requests/issues/4194/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4194.diff",
"html_url": "https://github.com/psf/requests/pull/4194",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4194.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4194"
} | true | [
"Thanks for this! However, I'm not concerned about the linter errors here because any moderately intelligent static analysis tool could tell you that they're not a concern. So I don't think this patch provides any particular value to the project. Sorry!",
"Understood. Is there a better linter that you would reco... |
https://api.github.com/repos/psf/requests/issues/4193 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4193/labels{/name} | https://api.github.com/repos/psf/requests/issues/4193/comments | https://api.github.com/repos/psf/requests/issues/4193/events | https://github.com/psf/requests/issues/4193 | 244,009,553 | MDU6SXNzdWUyNDQwMDk1NTM= | 4,193 | requests 2.18.1 with proxies throw SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",) | {
"avatar_url": "https://avatars.githubusercontent.com/u/9978183?v=4",
"events_url": "https://api.github.com/users/chen2aaron/events{/privacy}",
"followers_url": "https://api.github.com/users/chen2aaron/followers",
"following_url": "https://api.github.com/users/chen2aaron/following{/other_user}",
"gists_url":... | [] | closed | true | null | [] | null | 2 | 2017-07-19T11:31:22Z | 2021-09-08T08:00:36Z | 2017-07-19T11:51:08Z | NONE | resolved | Hi,
When I use requests 2.18.1 with proxies, it throw SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
## Scenario 1
Debian GNU/Linux 8
Python 3.6.1
OpenSSL 1.0.1t
pip list:
certifi (2017.4.17)
cryptography (2.0)
ndg-httpsclient (0.4.2)
pip (9.0.1)
pyasn1 (0.2.3)
pycparser (2.18)
p... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/psf/requests/issues/4193/reactions"
} | https://api.github.com/repos/psf/requests/issues/4193/timeline | null | completed | null | null | false | [
"This is almost certainly because we removed 3DES from our default cipher suite list. Try following the steps [in this blog post](https://lukasa.co.uk/2017/02/Configuring_TLS_With_Requests/) to see if that resolves your issue.",
"Thanks, it resolved my problem\r\n"
] |
https://api.github.com/repos/psf/requests/issues/4192 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4192/labels{/name} | https://api.github.com/repos/psf/requests/issues/4192/comments | https://api.github.com/repos/psf/requests/issues/4192/events | https://github.com/psf/requests/pull/4192 | 243,152,877 | MDExOlB1bGxSZXF1ZXN0MTMwNzAzMzk2 | 4,192 | Add requirements.txt to MANIFEST.in | {
"avatar_url": "https://avatars.githubusercontent.com/u/1011612?v=4",
"events_url": "https://api.github.com/users/koobs/events{/privacy}",
"followers_url": "https://api.github.com/users/koobs/followers",
"following_url": "https://api.github.com/users/koobs/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | true | null | [] | null | 0 | 2017-07-15T04:45:56Z | 2021-09-05T00:07:10Z | 2017-07-15T06:39:02Z | CONTRIBUTOR | resolved | Three tests [1] rely on `requirements.txt` being available. If the file is not present, the following error is observed in those tests:
```
> with open('requirements.txt') as f:
E IOError: [Errno 2] No such file or directory: 'requirements.txt'
```
The latest (2.18.1) source distribution on PyP... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/psf/requests/issues/4192/reactions"
} | https://api.github.com/repos/psf/requests/issues/4192/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4192.diff",
"html_url": "https://github.com/psf/requests/pull/4192",
"merged_at": "2017-07-15T06:39:02Z",
"patch_url": "https://github.com/psf/requests/pull/4192.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4192"
} | true | [] |
https://api.github.com/repos/psf/requests/issues/4191 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4191/labels{/name} | https://api.github.com/repos/psf/requests/issues/4191/comments | https://api.github.com/repos/psf/requests/issues/4191/events | https://github.com/psf/requests/issues/4191 | 242,422,950 | MDU6SXNzdWUyNDI0MjI5NTA= | 4,191 | Possible Memory Leak | {
"avatar_url": "https://avatars.githubusercontent.com/u/2804731?v=4",
"events_url": "https://api.github.com/users/le1nux/events{/privacy}",
"followers_url": "https://api.github.com/users/le1nux/followers",
"following_url": "https://api.github.com/users/le1nux/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 23 | 2017-07-12T15:32:40Z | 2021-09-01T00:11:38Z | 2017-07-29T10:59:05Z | NONE | resolved | I'm crawling a lot of different URLs using the requests library and I encountered that the process takes more and more RAM over time.
Basically all I do is calling this iteratively from multiple threads:
```{python}
r = requests.get(url=url, timeout=timeout)
content = r.text
```
when I comment out the second li... | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4191/reactions"
} | https://api.github.com/repos/psf/requests/issues/4191/timeline | null | completed | null | null | false | [
"What are you doing with the content? What's the rate of memory growth? Can you try following [this blog post](http://tech.labs.oliverwyman.com/blog/2008/11/14/tracing-python-memory-leaks/) to gather data about *what* objects are being retained, ideally after your memory has grown very substantially (e.g. to more t... |
https://api.github.com/repos/psf/requests/issues/4190 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4190/labels{/name} | https://api.github.com/repos/psf/requests/issues/4190/comments | https://api.github.com/repos/psf/requests/issues/4190/events | https://github.com/psf/requests/issues/4190 | 242,323,252 | MDU6SXNzdWUyNDIzMjMyNTI= | 4,190 | Use requests for python2.7.13 scarping error | {
"avatar_url": "https://avatars.githubusercontent.com/u/6219520?v=4",
"events_url": "https://api.github.com/users/liaoran/events{/privacy}",
"followers_url": "https://api.github.com/users/liaoran/followers",
"following_url": "https://api.github.com/users/liaoran/following{/other_user}",
"gists_url": "https:/... | [] | closed | true | null | [] | null | 4 | 2017-07-12T09:55:53Z | 2021-09-08T08:00:37Z | 2017-07-12T11:40:28Z | NONE | resolved | # request version
2.14.2
# os information
Linux programmer 4.8.0-58-generic #63~16.04.1-Ubuntu SMP Mon Jun 26 18:08:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
# code
```python
def get_html(url):
headers = {'User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4190/reactions"
} | https://api.github.com/repos/psf/requests/issues/4190/timeline | null | completed | null | null | false | [
"In this context it seems like the connection is being closed as we send more data. Rude, but not entirely unusual. Does it happen deterministically or only occasionally?",
"Yesterday normal, today an error occurred.",
"If this is intermittent then I think you just have to tolerate this as being \"network weath... |
https://api.github.com/repos/psf/requests/issues/4189 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4189/labels{/name} | https://api.github.com/repos/psf/requests/issues/4189/comments | https://api.github.com/repos/psf/requests/issues/4189/events | https://github.com/psf/requests/issues/4189 | 241,592,257 | MDU6SXNzdWUyNDE1OTIyNTc= | 4,189 | Sometimes it happens, What can I sove this? Thanks a lot. | {
"avatar_url": "https://avatars.githubusercontent.com/u/19851699?v=4",
"events_url": "https://api.github.com/users/liangrengongzuoshi/events{/privacy}",
"followers_url": "https://api.github.com/users/liangrengongzuoshi/followers",
"following_url": "https://api.github.com/users/liangrengongzuoshi/following{/oth... | [] | closed | true | null | [] | null | 4 | 2017-07-10T03:47:39Z | 2021-09-08T08:00:37Z | 2017-07-10T07:21:22Z | NONE | resolved | HTTPConnectionPool(host='xxx', port=xxx): Max retries exceeded with url: /Upload/Processing.aspx (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f79f9c9c1d0>: Failed to establish a new connection: [Errno 113] No route to host',))
Traceback (most recent call last):
File "/data/apps/bro... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4189/reactions"
} | https://api.github.com/repos/psf/requests/issues/4189/timeline | null | completed | null | null | false | [
"This error is systemic: it means that when we attempted to connect to the IP address returned by DNS, the operating system told us it didn't know how to get there. This is not really a thing we can fix: when you get this error, you should just retry.",
"Thanks for your answer.\r\n\r\nIt just happens sometimes.\r... |
https://api.github.com/repos/psf/requests/issues/4188 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4188/labels{/name} | https://api.github.com/repos/psf/requests/issues/4188/comments | https://api.github.com/repos/psf/requests/issues/4188/events | https://github.com/psf/requests/pull/4188 | 241,472,446 | MDExOlB1bGxSZXF1ZXN0MTI5NTM4NDM2 | 4,188 | Make username:pass@host URLs play nice with NO_PROXY environment variable | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | null | 2 | 2017-07-08T18:46:33Z | 2018-04-29T19:08:16Z | 2018-04-29T19:08:16Z | NONE | null | Fixes issue #4158. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4188/reactions"
} | https://api.github.com/repos/psf/requests/issues/4188/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4188.diff",
"html_url": "https://github.com/psf/requests/pull/4188",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4188.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4188"
} | true | [
"Is there any progress so far? we also having problem with that bug!",
"It looks like this ended up getting resolved in #4427, so I'm closing this as resolved. Thanks for the effort here @ghost."
] |
https://api.github.com/repos/psf/requests/issues/4187 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4187/labels{/name} | https://api.github.com/repos/psf/requests/issues/4187/comments | https://api.github.com/repos/psf/requests/issues/4187/events | https://github.com/psf/requests/issues/4187 | 241,197,729 | MDU6SXNzdWUyNDExOTc3Mjk= | 4,187 | UTF-8 characters unable to handle in headers. | {
"avatar_url": "https://avatars.githubusercontent.com/u/924698?v=4",
"events_url": "https://api.github.com/users/hrimfaxi/events{/privacy}",
"followers_url": "https://api.github.com/users/hrimfaxi/followers",
"following_url": "https://api.github.com/users/hrimfaxi/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 14 | 2017-07-07T08:45:34Z | 2021-09-08T08:00:38Z | 2017-07-07T08:48:42Z | NONE | resolved | requests is unable to handle utf-8 characters in headers.
http://assrt.net/download/217234/%E6%A4%8D%E7%89%A9%E7%8E%8B%E5%9B%BD%E7%AC%AC%E4%BA%8C%E9%9B%86%E8%93%9D%E5%85%89%E7%89%88%E4%B8%AD%E8%8B%B1%E6%96%87%E5%8F%8A%E5%8F%8C%E8%AF%AD%E5%AD%97%E5%B9%95.rar
## Expected Result
Content-Disposition should be sub... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4187/reactions"
} | https://api.github.com/repos/psf/requests/issues/4187/timeline | null | completed | null | null | false | [
"On Python 3 the header decoding is actually done by the Python standard library. This decodes headers using Latin-1, so you can resolve this issue by doing `headers['content-disposition'].encode('iso-8859-1').decode('utf-8')`.\r\n\r\nSadly, there is no guaranteed header encoding for headers, so this approach (whil... |
https://api.github.com/repos/psf/requests/issues/4186 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4186/labels{/name} | https://api.github.com/repos/psf/requests/issues/4186/comments | https://api.github.com/repos/psf/requests/issues/4186/events | https://github.com/psf/requests/issues/4186 | 240,484,062 | MDU6SXNzdWUyNDA0ODQwNjI= | 4,186 | Request with Empty Content Throws Errors When `.json()` is Called | {
"avatar_url": "https://avatars.githubusercontent.com/u/702729?v=4",
"events_url": "https://api.github.com/users/joshmgrant/events{/privacy}",
"followers_url": "https://api.github.com/users/joshmgrant/followers",
"following_url": "https://api.github.com/users/joshmgrant/following{/other_user}",
"gists_url": ... | [] | closed | true | null | [] | null | 9 | 2017-07-04T19:04:32Z | 2021-09-08T08:00:38Z | 2017-07-04T19:33:17Z | NONE | resolved | I'm running into an issue where calling `.json()` on a response with empty content is resulting in JSON errors.
## Expected Result
Calling `response.json()` results in creating some object that can be used appropriately by other functions.
## Actual Result
Calling `response.json()` results in a `KeyError`.... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4186/reactions"
} | https://api.github.com/repos/psf/requests/issues/4186/timeline | null | completed | null | null | false | [
"Requests 2.13 is very old. This problem should be resolved by updating Requests.",
"This also occurrs using requests 2.18.1. I'll update the issue.",
"Can you provide the full traceback please?",
"Here's a traceback from a pytest run. Some values have been replaced with ### for security reasons (but those ##... |
https://api.github.com/repos/psf/requests/issues/4185 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4185/labels{/name} | https://api.github.com/repos/psf/requests/issues/4185/comments | https://api.github.com/repos/psf/requests/issues/4185/events | https://github.com/psf/requests/issues/4185 | 240,481,029 | MDU6SXNzdWUyNDA0ODEwMjk= | 4,185 | Allow feeding certificates via buffer (instead of path) | {
"avatar_url": "https://avatars.githubusercontent.com/u/3209700?v=4",
"events_url": "https://api.github.com/users/mdaize/events{/privacy}",
"followers_url": "https://api.github.com/users/mdaize/followers",
"following_url": "https://api.github.com/users/mdaize/following{/other_user}",
"gists_url": "https://ap... | [] | closed | true | null | [] | null | 3 | 2017-07-04T18:38:01Z | 2021-09-08T08:00:36Z | 2017-07-20T11:17:12Z | NONE | resolved | Summary.
* I am trying to make a certificate-based request to an external URL using requests.get. I am trying to feed it the output of a call from the crypto library but it only allows paths.
What you expected.
* I should be able to feed `cert=(certificate, private_key)` as part of a request with byte strings ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4185/reactions"
} | https://api.github.com/repos/psf/requests/issues/4185/timeline | null | completed | null | null | false | [
"So this is a sufficiently unusual use-case that we recommend solving this by passing a [`SSLContext` directly](https://lukasa.co.uk/2017/02/Configuring_TLS_With_Requests/). This can be configured with the appropriate client certs loaded from the underlying library as appropriate.\r\n\r\nDoes that sufficiently addr... |
https://api.github.com/repos/psf/requests/issues/4184 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4184/labels{/name} | https://api.github.com/repos/psf/requests/issues/4184/comments | https://api.github.com/repos/psf/requests/issues/4184/events | https://github.com/psf/requests/issues/4184 | 240,394,262 | MDU6SXNzdWUyNDAzOTQyNjI= | 4,184 | Allow hooking (de)compression | {
"avatar_url": "https://avatars.githubusercontent.com/u/240344?v=4",
"events_url": "https://api.github.com/users/KOLANICH/events{/privacy}",
"followers_url": "https://api.github.com/users/KOLANICH/followers",
"following_url": "https://api.github.com/users/KOLANICH/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 1 | 2017-07-04T11:33:24Z | 2021-09-08T08:00:39Z | 2017-07-04T13:28:20Z | NONE | resolved | I have searched the repo for strings "gzip", "zlib" and have not found this packages imported. It seems that (de)compression is done implicitly somewhere. It poses some problems, for example if I want to add support of some compression/decompression algo like brotli.
## Expected Result
There should be a dict mapping ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4184/reactions"
} | https://api.github.com/repos/psf/requests/issues/4184/timeline | null | completed | null | null | false | [
"I don't think there is any need for this. I think it'll be sufficient to wrap the `read` function in the response object to achieve this goal. "
] |
https://api.github.com/repos/psf/requests/issues/4183 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4183/labels{/name} | https://api.github.com/repos/psf/requests/issues/4183/comments | https://api.github.com/repos/psf/requests/issues/4183/events | https://github.com/psf/requests/pull/4183 | 240,282,436 | MDExOlB1bGxSZXF1ZXN0MTI4NzA2MzA3 | 4,183 | Fix help ssl check | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | [] | closed | true | null | [] | null | 2 | 2017-07-03T23:47:34Z | 2021-09-05T00:07:11Z | 2017-07-04T08:16:03Z | MEMBER | resolved | This will resolve the test failures discovered in #4182. We were retrieving the `OPENSSL_VERSION_NUMBER` from the system `ssl` module in all cases before now. This attribute doesn't exist in Python 2.6 causing new tests for the `info()` method to fail. This patch will return an empty value for Python 2.6 since we don't... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4183/reactions"
} | https://api.github.com/repos/psf/requests/issues/4183/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4183.diff",
"html_url": "https://github.com/psf/requests/pull/4183",
"merged_at": "2017-07-04T08:16:03Z",
"patch_url": "https://github.com/psf/requests/pull/4183.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4183"
} | true | [
"Also, does this need a changelog entry?",
"@alexwlchan, we historically haven't done changelog entries with PRs in Requests, but I know @Lukasa has chosen to ask for that in other projects. Perhaps it's worth asking if we want to consider moving to that here, or continue to compile them once before a release."
] |
https://api.github.com/repos/psf/requests/issues/4182 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4182/labels{/name} | https://api.github.com/repos/psf/requests/issues/4182/comments | https://api.github.com/repos/psf/requests/issues/4182/events | https://github.com/psf/requests/pull/4182 | 240,275,443 | MDExOlB1bGxSZXF1ZXN0MTI4NzAxNDM4 | 4,182 | Add idna version info to requests.help | {
"avatar_url": "https://avatars.githubusercontent.com/u/301220?v=4",
"events_url": "https://api.github.com/users/alexwlchan/events{/privacy}",
"followers_url": "https://api.github.com/users/alexwlchan/followers",
"following_url": "https://api.github.com/users/alexwlchan/following{/other_user}",
"gists_url": ... | [] | closed | true | null | [] | null | 11 | 2017-07-03T22:32:02Z | 2021-09-05T00:07:07Z | 2017-07-27T20:54:10Z | CONTRIBUTOR | resolved | Resolves #4180. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4182/reactions"
} | https://api.github.com/repos/psf/requests/issues/4182/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4182.diff",
"html_url": "https://github.com/psf/requests/pull/4182",
"merged_at": "2017-07-27T20:54:10Z",
"patch_url": "https://github.com/psf/requests/pull/4182.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4182"
} | true | [
"I’d try to fix the failing tests, but I can’t see the Jenkins instance so I don’t know what’s gone wrong. 😕 \r\n\r\n(My two new tests seem like obvious culprits, but they’re passing locally.)",
"Hey @alexwlchan, the two new tests are failing but I don't believe it's related to your patch. Jenkins is complaining... |
https://api.github.com/repos/psf/requests/issues/4181 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4181/labels{/name} | https://api.github.com/repos/psf/requests/issues/4181/comments | https://api.github.com/repos/psf/requests/issues/4181/events | https://github.com/psf/requests/issues/4181 | 239,822,221 | MDU6SXNzdWUyMzk4MjIyMjE= | 4,181 | RFE: partial_updates | {
"avatar_url": "https://avatars.githubusercontent.com/u/1143630?v=4",
"events_url": "https://api.github.com/users/sergiomb2/events{/privacy}",
"followers_url": "https://api.github.com/users/sergiomb2/followers",
"following_url": "https://api.github.com/users/sergiomb2/following{/other_user}",
"gists_url": "h... | [] | closed | true | null | [] | null | 3 | 2017-06-30T16:01:07Z | 2021-09-08T08:00:39Z | 2017-06-30T16:15:40Z | NONE | resolved | http://docs.python-requests.org/en/master/api/ already have it | {
"avatar_url": "https://avatars.githubusercontent.com/u/240830?v=4",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4181/reactions"
} | https://api.github.com/repos/psf/requests/issues/4181/timeline | null | completed | null | null | false | [
"Hi @sergiomb2,\r\n\r\nThanks for opening an issue. There's very little detail here about what issues or enhancements you are seeing or would like to see. As such, I'm closing this until that detail presents itself in one way or another.\r\n\r\nCheers,\r\nIan",
"OK , link [1] fooled me because only show (...) HT... |
https://api.github.com/repos/psf/requests/issues/4180 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4180/labels{/name} | https://api.github.com/repos/psf/requests/issues/4180/comments | https://api.github.com/repos/psf/requests/issues/4180/events | https://github.com/psf/requests/issues/4180 | 239,256,371 | MDU6SXNzdWUyMzkyNTYzNzE= | 4,180 | support idna.__version__ | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | [] | closed | true | null | [] | null | 0 | 2017-06-28T18:36:41Z | 2021-09-08T08:00:32Z | 2017-07-27T20:54:10Z | CONTRIBUTOR | resolved | https://github.com/kjd/idna/issues/49#event-1142557883 | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4180/reactions"
} | https://api.github.com/repos/psf/requests/issues/4180/timeline | null | completed | null | null | false | [] |
https://api.github.com/repos/psf/requests/issues/4179 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4179/labels{/name} | https://api.github.com/repos/psf/requests/issues/4179/comments | https://api.github.com/repos/psf/requests/issues/4179/events | https://github.com/psf/requests/pull/4179 | 238,890,786 | MDExOlB1bGxSZXF1ZXN0MTI3NzIzOTM0 | 4,179 | Fix chunked encoding with SSL via proxy | {
"avatar_url": "https://avatars.githubusercontent.com/u/614635?v=4",
"events_url": "https://api.github.com/users/jamespic/events{/privacy}",
"followers_url": "https://api.github.com/users/jamespic/followers",
"following_url": "https://api.github.com/users/jamespic/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 14 | 2017-06-27T15:27:33Z | 2021-08-30T00:06:29Z | 2020-01-10T22:57:13Z | CONTRIBUTOR | resolved | This is a patch applying @bpitman's proposed fix for #3844.
Assuming a proxy is running on port 8875 (`docker run --rm --name='tinyproxy' -p 8875:8888 dannydirect/tinyproxy:latest ANY` works for me), the issue can be reproduced with
```
requests.put('https://www.google.com', data=iter('Hello World'), proxies={'h... | {
"avatar_url": "https://avatars.githubusercontent.com/u/614635?v=4",
"events_url": "https://api.github.com/users/jamespic/events{/privacy}",
"followers_url": "https://api.github.com/users/jamespic/followers",
"following_url": "https://api.github.com/users/jamespic/following{/other_user}",
"gists_url": "https... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4179/reactions"
} | https://api.github.com/repos/psf/requests/issues/4179/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4179.diff",
"html_url": "https://github.com/psf/requests/pull/4179",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4179.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4179"
} | true | [
"Why aren't we taking the approach I suggested in #3844?",
"@Lukasa I don't know the codebase that well, so I couldn't figure out exactly how the approach you'd proposed would fit in with the existing code - I tried getting rid of the chunked branch and just adding a `chunked` parameter to the `conn.urlopen`, but... |
https://api.github.com/repos/psf/requests/issues/4178 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4178/labels{/name} | https://api.github.com/repos/psf/requests/issues/4178/comments | https://api.github.com/repos/psf/requests/issues/4178/events | https://github.com/psf/requests/issues/4178 | 238,481,499 | MDU6SXNzdWUyMzg0ODE0OTk= | 4,178 | when connecting to https by IP address, client hello message has a server_name SNI block. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1396183?v=4",
"events_url": "https://api.github.com/users/tocklime/events{/privacy}",
"followers_url": "https://api.github.com/users/tocklime/followers",
"following_url": "https://api.github.com/users/tocklime/following{/other_user}",
"gists_url": "http... | [] | closed | true | null | [] | null | 1 | 2017-06-26T09:04:28Z | 2021-09-08T08:00:41Z | 2017-06-26T10:07:20Z | NONE | resolved | When connecting to https by IP address `requests.get("https://8.8.8.8/")`, the client hello message includes a server_name extension
## Expected Result
No server_name extension in the client hello. The server I am talking to immediately closes the connection when it sees a server_name block with a literal ipv4 ad... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4178/reactions"
} | https://api.github.com/repos/psf/requests/issues/4178/timeline | null | completed | null | null | false | [
"Yeah, this is a known limitation of Requests that boils down to the absence of a reliable tool for distinguishing IP addresses and hostnames. I think a sensible enhancement might be to use the `ipaddress` module if it's present in your environment, but this enhancement would have to be applied in urllib3. Do you m... |
https://api.github.com/repos/psf/requests/issues/4177 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4177/labels{/name} | https://api.github.com/repos/psf/requests/issues/4177/comments | https://api.github.com/repos/psf/requests/issues/4177/events | https://github.com/psf/requests/issues/4177 | 238,477,381 | MDU6SXNzdWUyMzg0NzczODE= | 4,177 | sessions.py merge_setting(...) | {
"avatar_url": "https://avatars.githubusercontent.com/u/25338837?v=4",
"events_url": "https://api.github.com/users/gfplk/events{/privacy}",
"followers_url": "https://api.github.com/users/gfplk/followers",
"following_url": "https://api.github.com/users/gfplk/following{/other_user}",
"gists_url": "https://api.... | [] | closed | true | null | [] | null | 1 | 2017-06-26T08:47:19Z | 2021-09-08T08:00:41Z | 2017-06-26T08:48:17Z | NONE | resolved | Hello, my head HTTP request is sent, although is ordered, but this is out of order, the anti spider detection target site to request the head not in the same order will ban off request. After finally put the code here watching, actually can bypass anti crawler mechanism.
你好,我发送http请求时的头部,虽然是有序的,但是这里是顺序被打乱,目标网站的反爬虫检... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4177/reactions"
} | https://api.github.com/repos/psf/requests/issues/4177/timeline | null | completed | null | null | false | [
"Requests does not provide any ability to mandate ordering of HTTP headers. If that's a thing you need to do you'll need to drop down to a lower-level library."
] |
https://api.github.com/repos/psf/requests/issues/4176 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4176/labels{/name} | https://api.github.com/repos/psf/requests/issues/4176/comments | https://api.github.com/repos/psf/requests/issues/4176/events | https://github.com/psf/requests/issues/4176 | 238,465,228 | MDU6SXNzdWUyMzg0NjUyMjg= | 4,176 | The right way to debug requests with https proxy | {
"avatar_url": "https://avatars.githubusercontent.com/u/3056655?v=4",
"events_url": "https://api.github.com/users/tonywangcn/events{/privacy}",
"followers_url": "https://api.github.com/users/tonywangcn/followers",
"following_url": "https://api.github.com/users/tonywangcn/following{/other_user}",
"gists_url":... | [] | closed | true | null | [] | null | 8 | 2017-06-26T07:51:02Z | 2021-09-08T08:00:40Z | 2017-06-28T09:51:57Z | NONE | resolved | Summary.
I have a proxy service that has been used for months. Everything works well until Twitter. The code here is a proxy test script between google and twitter. Of course Https.
For "https://www.google.com" and "https://mobile.twitter.com", the script both run 180 times. Most of google succeeded, however, all... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4176/reactions"
} | https://api.github.com/repos/psf/requests/issues/4176/timeline | null | completed | null | null | false | [
"Is the proxy local, or is it provided by a third-party web service? It's quite possible that either the proxy or Twitter are refusing to co-operate.",
"Third-party. For another group of proxy, test results looks a little different , but not such significant. So I don't think it's the problem of proxys, it's the... |
https://api.github.com/repos/psf/requests/issues/4175 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4175/labels{/name} | https://api.github.com/repos/psf/requests/issues/4175/comments | https://api.github.com/repos/psf/requests/issues/4175/events | https://github.com/psf/requests/pull/4175 | 238,452,739 | MDExOlB1bGxSZXF1ZXN0MTI3NDA2Nzk2 | 4,175 | add missing packages when parse document | {
"avatar_url": "https://avatars.githubusercontent.com/u/454006?v=4",
"events_url": "https://api.github.com/users/9nix00/events{/privacy}",
"followers_url": "https://api.github.com/users/9nix00/followers",
"following_url": "https://api.github.com/users/9nix00/following{/other_user}",
"gists_url": "https://api... | [] | closed | true | null | [] | null | 5 | 2017-06-26T06:36:56Z | 2021-09-05T00:07:12Z | 2017-06-26T06:44:56Z | NONE | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4175/reactions"
} | https://api.github.com/repos/psf/requests/issues/4175/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4175.diff",
"html_url": "https://github.com/psf/requests/pull/4175",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4175.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4175"
} | true | [
"Thanks for this! However, there is no need for it: when you install the Requests package by pip or setup.py those packages will be installed for you. ",
"Ah, I see. it looks my requests version is too old. I use `requests==2.13.0`.\r\n\r\nmaybe we should add some note in document to notice user ?\r\n",
"What w... | |
https://api.github.com/repos/psf/requests/issues/4174 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4174/labels{/name} | https://api.github.com/repos/psf/requests/issues/4174/comments | https://api.github.com/repos/psf/requests/issues/4174/events | https://github.com/psf/requests/pull/4174 | 238,391,960 | MDExOlB1bGxSZXF1ZXN0MTI3MzcwMzMy | 4,174 | Removed legacy fallback for python3.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/772?v=4",
"events_url": "https://api.github.com/users/alex/events{/privacy}",
"followers_url": "https://api.github.com/users/alex/followers",
"following_url": "https://api.github.com/users/alex/following{/other_user}",
"gists_url": "https://api.github.c... | [] | closed | true | null | [] | null | 4 | 2017-06-25T16:51:24Z | 2021-09-05T00:07:07Z | 2017-07-27T15:51:34Z | MEMBER | resolved | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4174/reactions"
} | https://api.github.com/repos/psf/requests/issues/4174/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4174.diff",
"html_url": "https://github.com/psf/requests/pull/4174",
"merged_at": "2017-07-27T15:51:33Z",
"patch_url": "https://github.com/psf/requests/pull/4174.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4174"
} | true | [
"Windows Jenkins builder appears to be offline, blocking CI.",
"@alex, would you mind rebasing this on the current master branch?",
"@nateprewitt merged master in, looks green still",
"Alright, I'm happy with this. Thanks @alex! ✨ "
] | |
https://api.github.com/repos/psf/requests/issues/4173 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4173/labels{/name} | https://api.github.com/repos/psf/requests/issues/4173/comments | https://api.github.com/repos/psf/requests/issues/4173/events | https://github.com/psf/requests/pull/4173 | 238,348,797 | MDExOlB1bGxSZXF1ZXN0MTI3MzQ2Njgz | 4,173 | Pass pool_kwargs rather than updating connection_pool_kw | {
"avatar_url": "https://avatars.githubusercontent.com/u/1977525?v=4",
"events_url": "https://api.github.com/users/jeremycline/events{/privacy}",
"followers_url": "https://api.github.com/users/jeremycline/followers",
"following_url": "https://api.github.com/users/jeremycline/following{/other_user}",
"gists_ur... | [] | closed | true | null | [] | null | 7 | 2017-06-24T23:12:46Z | 2021-09-05T00:07:11Z | 2017-06-27T13:54:40Z | CONTRIBUTOR | resolved | This addresses an issue where making HTTPS through proxies used the
default urllib3 connection pool settings.
fixes #3633 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4173/reactions"
} | https://api.github.com/repos/psf/requests/issues/4173/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4173.diff",
"html_url": "https://github.com/psf/requests/pull/4173",
"merged_at": "2017-06-27T13:54:40Z",
"patch_url": "https://github.com/psf/requests/pull/4173.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4173"
} | true | [
"This is only a problem in the proposed/3.0.0 branch so even though this breaks the API that's okay, right?",
"Yup, no problem at all.",
"I have made it so.",
"Failing tests. =)",
"Oh yeah, that's Python 2.6 because I used a dictionary comprehension in the tests. I can switch it to not use a comprehension, ... |
https://api.github.com/repos/psf/requests/issues/4172 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4172/labels{/name} | https://api.github.com/repos/psf/requests/issues/4172/comments | https://api.github.com/repos/psf/requests/issues/4172/events | https://github.com/psf/requests/issues/4172 | 237,901,714 | MDU6SXNzdWUyMzc5MDE3MTQ= | 4,172 | Support for http request batching | {
"avatar_url": "https://avatars.githubusercontent.com/u/436360?v=4",
"events_url": "https://api.github.com/users/shiva404/events{/privacy}",
"followers_url": "https://api.github.com/users/shiva404/followers",
"following_url": "https://api.github.com/users/shiva404/following{/other_user}",
"gists_url": "https... | [] | closed | true | null | [] | null | 1 | 2017-06-22T16:25:33Z | 2021-09-08T08:00:41Z | 2017-06-22T16:28:37Z | NONE | resolved | Support for http request batching | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4172/reactions"
} | https://api.github.com/repos/psf/requests/issues/4172/timeline | null | completed | null | null | false | [
"Sorry, but if you don't elaborate on what you want it's very hard for us to meaningfully decide whether we can support it or not."
] |
https://api.github.com/repos/psf/requests/issues/4171 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4171/labels{/name} | https://api.github.com/repos/psf/requests/issues/4171/comments | https://api.github.com/repos/psf/requests/issues/4171/events | https://github.com/psf/requests/issues/4171 | 237,848,205 | MDU6SXNzdWUyMzc4NDgyMDU= | 4,171 | Problem finding certificate | {
"avatar_url": "https://avatars.githubusercontent.com/u/4905917?v=4",
"events_url": "https://api.github.com/users/Bondifrench/events{/privacy}",
"followers_url": "https://api.github.com/users/Bondifrench/followers",
"following_url": "https://api.github.com/users/Bondifrench/following{/other_user}",
"gists_ur... | [] | closed | true | null | [] | null | 19 | 2017-06-22T13:37:02Z | 2021-09-04T00:06:14Z | 2017-06-22T13:39:02Z | NONE | resolved | Sorry, bit of a noob here.`
## Expected Result
Using Python 3.6 from Anaconda, after having installed `fix_yahoo_finance` package
## Actual Result
````
File "C:\Users\London\Anaconda3\lib\site-packages\requests\adapters.py", line 225, in cert_verify
raise IOError("Could not find a suitable TLS CA cer... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4171/reactions"
} | https://api.github.com/repos/psf/requests/issues/4171/timeline | null | completed | null | null | false | [
"This is an anaconda issue I think: we're looking for the cacert.pem file in the Requests package, and it seems not to be there. You'll need to take it up with the person providing your Requests package.",
"I am pretty new to this whole programming thing but I have the same issue and am working on tracing the rou... |
https://api.github.com/repos/psf/requests/issues/4170 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4170/labels{/name} | https://api.github.com/repos/psf/requests/issues/4170/comments | https://api.github.com/repos/psf/requests/issues/4170/events | https://github.com/psf/requests/issues/4170 | 237,691,409 | MDU6SXNzdWUyMzc2OTE0MDk= | 4,170 | How to respond to Form Submit click? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1273014?v=4",
"events_url": "https://api.github.com/users/scheung38/events{/privacy}",
"followers_url": "https://api.github.com/users/scheung38/followers",
"following_url": "https://api.github.com/users/scheung38/following{/other_user}",
"gists_url": "h... | [] | closed | true | null | [] | null | 1 | 2017-06-21T23:22:28Z | 2021-09-08T08:00:42Z | 2017-06-22T01:11:45Z | NONE | resolved | How to respond to Form on HTML click and requests.post triggered as a response? Most examples showing it
r = requests.post(...)
but how to bind this to respond to Button on Form in HTML clicked?
<form method="post" class="navbar-form navbar-right" action="/shorten_url">
<div class="form-gr... | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4170/reactions"
} | https://api.github.com/repos/psf/requests/issues/4170/timeline | null | completed | null | null | false | [
"Hey @scheung38, thanks for taking the time to submit this question. As a future reference, we usually prefer to have these kinds of questions posted on https://stackoverflow.com rather than the issue tracker for the project.\r\n\r\nCould you briefly clarify what you're looking to do here. Are you trying to submit ... |
https://api.github.com/repos/psf/requests/issues/4169 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4169/labels{/name} | https://api.github.com/repos/psf/requests/issues/4169/comments | https://api.github.com/repos/psf/requests/issues/4169/events | https://github.com/psf/requests/issues/4169 | 236,910,626 | MDU6SXNzdWUyMzY5MTA2MjY= | 4,169 | Make alternate json libraries a hook to replace builtin json. | {
"avatar_url": "https://avatars.githubusercontent.com/u/585003?v=4",
"events_url": "https://api.github.com/users/isaulv/events{/privacy}",
"followers_url": "https://api.github.com/users/isaulv/followers",
"following_url": "https://api.github.com/users/isaulv/following{/other_user}",
"gists_url": "https://api... | [] | closed | true | null | [] | null | 3 | 2017-06-19T14:31:22Z | 2021-09-01T00:11:34Z | 2017-06-19T14:37:26Z | NONE | resolved | Currently, in the `_compat.py` module, if you have simplejson installed, it will use that over the standard built-in json.
This works fine in Python 2, since simplejson is typically faster than the built in json package, and it is more 'correct' in handling JSON.
However, in Python 3, simplejson is slower than th... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4169/reactions"
} | https://api.github.com/repos/psf/requests/issues/4169/timeline | null | completed | null | null | false | [
"The 3.0 release of Requests will remove the use of simplejson in favour of the stdlib module. Until that time, however, we cannot safely remove the option to use simplejson, as it would potentially represent a subtle backward-incompatible dependency change.\r\n\r\nI don't really see any reason to allow more genera... |
https://api.github.com/repos/psf/requests/issues/4168 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4168/labels{/name} | https://api.github.com/repos/psf/requests/issues/4168/comments | https://api.github.com/repos/psf/requests/issues/4168/events | https://github.com/psf/requests/issues/4168 | 236,853,286 | MDU6SXNzdWUyMzY4NTMyODY= | 4,168 | unusual url string crashs is py3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/278728?v=4",
"events_url": "https://api.github.com/users/ReimarBauer/events{/privacy}",
"followers_url": "https://api.github.com/users/ReimarBauer/followers",
"following_url": "https://api.github.com/users/ReimarBauer/following{/other_user}",
"gists_url... | [] | closed | true | null | [] | null | 4 | 2017-06-19T10:58:06Z | 2021-09-08T02:09:52Z | 2017-06-19T11:26:04Z | NONE | resolved | I installed the current master by pip install zipfile in a recent python3 conda environment
base_url = 'http://............127.0.0.1:8082'
request.get(base_url)
crashes
and ends with an UnidodeError
python3.6/encodings/idna.py",
line 165, in encode
raise UnicodeError("label empty or too long")
UnicodeEr... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4168/reactions"
} | https://api.github.com/repos/psf/requests/issues/4168/timeline | null | completed | null | null | false | [
"For posterity, the complete traceback is this:\r\n\r\n```\r\n>>> requests.get(base_url)\r\nTraceback (most recent call last):\r\n File \"/Users/cory/.pyenv/versions/3.6.0/lib/python3.6/encodings/idna.py\", line 165, in encode\r\n raise UnicodeError(\"label empty or too long\")\r\nUnicodeError: label empty or t... |
https://api.github.com/repos/psf/requests/issues/4167 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4167/labels{/name} | https://api.github.com/repos/psf/requests/issues/4167/comments | https://api.github.com/repos/psf/requests/issues/4167/events | https://github.com/psf/requests/issues/4167 | 236,749,806 | MDU6SXNzdWUyMzY3NDk4MDY= | 4,167 | ConnectionRefusedError error on 302 redirects | {
"avatar_url": "https://avatars.githubusercontent.com/u/220772?v=4",
"events_url": "https://api.github.com/users/rasa/events{/privacy}",
"followers_url": "https://api.github.com/users/rasa/followers",
"following_url": "https://api.github.com/users/rasa/following{/other_user}",
"gists_url": "https://api.githu... | [] | closed | true | null | [] | null | 3 | 2017-06-18T22:30:23Z | 2021-09-08T08:00:43Z | 2017-06-19T00:10:29Z | NONE | resolved | <a name="top"/>302 redirects insert localhost into url (and change scheme from https to http).
Aside: urllib3 works fine:
````python
http = urllib3.PoolManager()
url = 'https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.26-win32-VC14.zip'
r = http.request('GET', url)
````
## Expected Result
No ex... | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4167/reactions"
} | https://api.github.com/repos/psf/requests/issues/4167/timeline | null | completed | null | null | false | [
"Hey @rasa, you'll find that the redirect link being provided by this endpoint is `http://localhost/download/VC14/binaries/httpd-2.4.26-win32-VC14.zip`. Unless you're hosting this service on your machine on port 80, that connection will never be established. \r\n\r\nI ran a quick test with Curl, and you'll see a si... |
https://api.github.com/repos/psf/requests/issues/4166 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4166/labels{/name} | https://api.github.com/repos/psf/requests/issues/4166/comments | https://api.github.com/repos/psf/requests/issues/4166/events | https://github.com/psf/requests/issues/4166 | 236,627,016 | MDU6SXNzdWUyMzY2MjcwMTY= | 4,166 | Unable to trigger a Jenkins build remotely with a file parameter using python requests | {
"avatar_url": "https://avatars.githubusercontent.com/u/3828412?v=4",
"events_url": "https://api.github.com/users/ankuagar/events{/privacy}",
"followers_url": "https://api.github.com/users/ankuagar/followers",
"following_url": "https://api.github.com/users/ankuagar/following{/other_user}",
"gists_url": "http... | [] | closed | true | null | [] | null | 3 | 2017-06-17T00:34:15Z | 2021-09-08T08:00:42Z | 2017-06-20T07:26:00Z | NONE | resolved | I was trying to trigger a Jenkins build remotely with a file parameter using python requests
## Expected Result
I was expecting the remote job to be triggered with the contents of file.log saved in ${WORKSPACE}/files/abc.zip
## Actual Result
This code triggers a build.
## What happened instead.
But the f... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4166/reactions"
} | https://api.github.com/repos/psf/requests/issues/4166/timeline | null | completed | null | null | false | [
"Do you have some indication of what the format of a successful request should be? It's hard to debug this without knowing that success looks like. ",
"@Lukasa No sorry, I don't have format of a successful request. ",
"In that case we can't really help you: if we don't know what you're trying to produce, we can... |
https://api.github.com/repos/psf/requests/issues/4165 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4165/labels{/name} | https://api.github.com/repos/psf/requests/issues/4165/comments | https://api.github.com/repos/psf/requests/issues/4165/events | https://github.com/psf/requests/issues/4165 | 236,557,902 | MDU6SXNzdWUyMzY1NTc5MDI= | 4,165 | figure out sticker delivery | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | [] | closed | true | null | [] | null | 4 | 2017-06-16T18:22:47Z | 2021-11-24T07:00:23Z | 2021-08-26T06:50:11Z | CONTRIBUTOR | resolved | - https://www.blackbox.cool
- https://maillift.com/ | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4165/reactions"
} | https://api.github.com/repos/psf/requests/issues/4165/timeline | null | completed | null | null | false | [
"sir please describe the issue, i would like to work on it..",
"@techytushar, thanks for the interest in helping with Requests! This was a TODO for Kenneth to determine the best way for distributing Requests' stickers. I believe he settled on a solution [here](https://gumroad.com/l/requests-stickers) at gumroad.\... |
https://api.github.com/repos/psf/requests/issues/4164 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4164/labels{/name} | https://api.github.com/repos/psf/requests/issues/4164/comments | https://api.github.com/repos/psf/requests/issues/4164/events | https://github.com/psf/requests/issues/4164 | 236,504,657 | MDU6SXNzdWUyMzY1MDQ2NTc= | 4,164 | RuntimeError: More keyword list entries (7) than format specifiers (6) | {
"avatar_url": "https://avatars.githubusercontent.com/u/7872259?v=4",
"events_url": "https://api.github.com/users/timmartin19/events{/privacy}",
"followers_url": "https://api.github.com/users/timmartin19/followers",
"following_url": "https://api.github.com/users/timmartin19/following{/other_user}",
"gists_ur... | [] | closed | true | null | [] | null | 2 | 2017-06-16T14:46:59Z | 2021-11-26T05:00:32Z | 2021-08-28T04:14:45Z | NONE | resolved | _Disclaimer_ I'm not sure if this is actually an issue with the requests library. Additionally, we have had significant trouble consistently reproducing this issue.
We are running a Flask app in AWS ECS. In order to [retrieve task credentials|http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-role... | {
"avatar_url": "https://avatars.githubusercontent.com/u/5271761?v=4",
"events_url": "https://api.github.com/users/nateprewitt/events{/privacy}",
"followers_url": "https://api.github.com/users/nateprewitt/followers",
"following_url": "https://api.github.com/users/nateprewitt/following{/other_user}",
"gists_ur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4164/reactions"
} | https://api.github.com/repos/psf/requests/issues/4164/timeline | null | completed | null | null | false | [
"This error strikes me as being a follow-on. I suspect some exception is happening in or around getaddrinfo, and that error is being masked because an attempt is made to format a string that goes awry. The exception itself seems to be happening in the stdlib though. I'd recommend seeing if you can use strace or som... |
https://api.github.com/repos/psf/requests/issues/4163 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4163/labels{/name} | https://api.github.com/repos/psf/requests/issues/4163/comments | https://api.github.com/repos/psf/requests/issues/4163/events | https://github.com/psf/requests/issues/4163 | 236,449,398 | MDU6SXNzdWUyMzY0NDkzOTg= | 4,163 | can't POST | {
"avatar_url": "https://avatars.githubusercontent.com/u/24896865?v=4",
"events_url": "https://api.github.com/users/ash73/events{/privacy}",
"followers_url": "https://api.github.com/users/ash73/followers",
"following_url": "https://api.github.com/users/ash73/following{/other_user}",
"gists_url": "https://api.... | [] | closed | true | null | [] | null | 2 | 2017-06-16T10:55:57Z | 2021-09-08T08:00:43Z | 2017-06-16T10:58:36Z | NONE | resolved | Trying to use python requests to http post.
r = requests.post(address, data=payload)
r.url only shows the url, not the payload.
My php page is returning an error, but I can't see the full url passed to it.
How do I inspect the WHOLE url posted to the web server to debug it?
Whereas
r = requests.get(...)
r.url ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1382556?v=4",
"events_url": "https://api.github.com/users/Lukasa/events{/privacy}",
"followers_url": "https://api.github.com/users/Lukasa/followers",
"following_url": "https://api.github.com/users/Lukasa/following{/other_user}",
"gists_url": "https://ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4163/reactions"
} | https://api.github.com/repos/psf/requests/issues/4163/timeline | null | completed | null | null | false | [
"In requests, `data` *always* adds data to the request body, and `params` always adds data to the request URL. If you want data in the URL you *must* use `params`, and if you want it in the body you *must* use `data`. This is unrelated to the request verb you're using.",
"Many thanks - resolved."
] |
https://api.github.com/repos/psf/requests/issues/4162 | https://api.github.com/repos/psf/requests | https://api.github.com/repos/psf/requests/issues/4162/labels{/name} | https://api.github.com/repos/psf/requests/issues/4162/comments | https://api.github.com/repos/psf/requests/issues/4162/events | https://github.com/psf/requests/pull/4162 | 236,288,405 | MDExOlB1bGxSZXF1ZXN0MTI1ODkyODcx | 4,162 | Implement low-memory session | {
"avatar_url": "https://avatars.githubusercontent.com/u/3999513?v=4",
"events_url": "https://api.github.com/users/y4n9squared/events{/privacy}",
"followers_url": "https://api.github.com/users/y4n9squared/followers",
"following_url": "https://api.github.com/users/y4n9squared/following{/other_user}",
"gists_ur... | [] | closed | true | null | [] | null | 0 | 2017-06-15T19:18:51Z | 2017-06-15T19:22:44Z | 2017-06-15T19:21:18Z | NONE | null | This derived class of sessions.Session is particularly effective at obstruction. | {
"avatar_url": "https://avatars.githubusercontent.com/u/119893?v=4",
"events_url": "https://api.github.com/users/kennethreitz/events{/privacy}",
"followers_url": "https://api.github.com/users/kennethreitz/followers",
"following_url": "https://api.github.com/users/kennethreitz/following{/other_user}",
"gists_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/psf/requests/issues/4162/reactions"
} | https://api.github.com/repos/psf/requests/issues/4162/timeline | null | null | false | {
"diff_url": "https://github.com/psf/requests/pull/4162.diff",
"html_url": "https://github.com/psf/requests/pull/4162",
"merged_at": null,
"patch_url": "https://github.com/psf/requests/pull/4162.patch",
"url": "https://api.github.com/repos/psf/requests/pulls/4162"
} | true | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.