python-requests
Here are 118 public repositories matching this topic...
-
Updated
Jun 24, 2020 - Jupyter Notebook
The current README example is out of date as Twitter now used OAuth2. Would it be possible to update the README with an example for the OAuth2 Twitter API?
-
Updated
Jan 11, 2020 - Python
This is not critical, but in keeping parity with requests I thought it would be worth mentioning.
If you pass in an integer or float argument as a parameter to send, the encode_with
function fails (https://github.com/sigmavirus24/requests-toolbelt/blob/master/requests_toolbelt/multipart/encoder.py#L385) as it assumes that all input is either a string or None/bytes (in which cases it does not at
-
Updated
Jan 22, 2020 - Python
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 30, 2020 - Python
-
Updated
Jul 4, 2020 - Python
-
Updated
May 29, 2020 - Python
-
Updated
May 25, 2019 - Python
-
Updated
Dec 14, 2018 - Python
-
Updated
Jun 4, 2020 - Python
-
Updated
Dec 26, 2019 - Python
-
Updated
Feb 23, 2020 - Python
-
Updated
Dec 19, 2019 - Python
-
Updated
Jan 29, 2020 - Python
-
Updated
Oct 4, 2017 - Rust
-
Updated
Feb 6, 2020 - Python
-
Updated
May 23, 2019 - Python
-
Updated
May 13, 2017 - Python
-
Updated
Apr 3, 2019 - Python
-
Updated
Feb 26, 2018 - Python
-
Updated
Mar 1, 2018 - Python
-
Updated
Nov 9, 2019 - Python
-
Updated
May 22, 2020 - Python
Improve this page
Add a description, image, and links to the python-requests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-requests topic, visit your repo's landing page and select "manage topics."
When using the url
http://docs.python-requests.org/en/latest/
, it redirects tohttps://2.python-requests.org//en/latest/
(notice the extra / beforeen
). This causes a HTTP 404.Expected Result
The redirect should be to
https://2.python-requests.org/en/latest/
Actual Result
HTTP 404
Reproduction Steps
Try to visit the latest en documentation for requests using the