-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Comparing changes
Open a pull request
base repository: psf/requests
base: v2.22.0
head repository: psf/requests
compare: v2.23.0
Commits on Dec 29, 2018
-
Remove internal use of unnecessary compat shim for OrderedDict
The shim is the same on both Python 2 & 3. It is always collections.OrderedDict. Avoid the indirection and import from Python stdlib instead. Keep requests.compat.OrderedDict for backwards compatibility. Some packages import this.
Configuration menu - View commit details
-
Copy full SHA for 2aab9a9 - Browse repository at this point
Copy the full SHA 2aab9a9View commit details
Commits on Feb 9, 2019
-
Eduardo Rodrigues committed
Feb 9, 2019 Configuration menu - View commit details
-
Copy full SHA for f507a3e - Browse repository at this point
Copy the full SHA f507a3eView commit details -
Eduardo Rodrigues committed
Feb 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 9e27326 - Browse repository at this point
Copy the full SHA 9e27326View commit details -
Eduardo Rodrigues committed
Feb 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 19cff44 - Browse repository at this point
Copy the full SHA 19cff44View commit details
Commits on Feb 12, 2019
-
Use official framework for the "custom" ad design integration.
Sayz Lim committedFeb 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 5add08f - Browse repository at this point
Copy the full SHA 5add08fView commit details
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fbe48fb - Browse repository at this point
Copy the full SHA fbe48fbView commit details
Commits on Feb 17, 2019
-
[fix] fix failing doctests in requests/*
[add] add --doctest-modules in pytest.ini file as addopts [add] add myself to AUTHORS
Configuration menu - View commit details
-
Copy full SHA for 177f4dd - Browse repository at this point
Copy the full SHA 177f4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd926e7 - Browse repository at this point
Copy the full SHA fd926e7View commit details
Commits on Feb 22, 2019
-
Add link to user-agent documentation
So the user has a pointer to the documentation about the searched topic.
Configuration menu - View commit details
-
Copy full SHA for 2482114 - Browse repository at this point
Copy the full SHA 2482114View commit details
Commits on Feb 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7d7d9eb - Browse repository at this point
Copy the full SHA 7d7d9ebView commit details
Commits on Mar 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a7969c5 - Browse repository at this point
Copy the full SHA a7969c5View commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aa21dbe - Browse repository at this point
Copy the full SHA aa21dbeView commit details
Commits on Apr 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c19c394 - Browse repository at this point
Copy the full SHA c19c394View commit details -
[remove] remove invalid field in docete
Remove 'Connection': 'close' field in 'headers'
Configuration menu - View commit details
-
Copy full SHA for 8b773a4 - Browse repository at this point
Copy the full SHA 8b773a4View commit details
Commits on Apr 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 663aa11 - Browse repository at this point
Copy the full SHA 663aa11View commit details
Commits on Apr 30, 2019
-
Could the missing colon on line 612 be the reason for the missing reference in the docs as described in issue #4945?
Configuration menu - View commit details
-
Copy full SHA for a310b5a - Browse repository at this point
Copy the full SHA a310b5aView commit details
Commits on May 13, 2019
-
#4965 fix-draw: Accessing response.content twice removes forgets read…
… error.
Белавин Денис committedMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for d91fe00 - Browse repository at this point
Copy the full SHA d91fe00View commit details
Commits on May 14, 2019
-
#4965 fix: Accessing response.content twice removes forgets read error.
Белавин Денис committedMay 14, 2019 Configuration menu - View commit details
-
Copy full SHA for bd10047 - Browse repository at this point
Copy the full SHA bd10047View commit details -
Merge pull request #1 from kennethreitz/master
Updating my fork with the original
Configuration menu - View commit details
-
Copy full SHA for 4803716 - Browse repository at this point
Copy the full SHA 4803716View commit details -
Linked how to make a pull requests in README
This makes it easier for users new to GitHub to learn how to make a pull request.
Configuration menu - View commit details
-
Copy full SHA for 44256ff - Browse repository at this point
Copy the full SHA 44256ffView commit details
Commits on May 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e26bfd - Browse repository at this point
Copy the full SHA 8e26bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86760da - Browse repository at this point
Copy the full SHA 86760daView commit details -
Merge pull request #5088 from zurbrugc/master
Linked a GitHub tutorial regarding pull requests in README
Configuration menu - View commit details
-
Copy full SHA for a79a633 - Browse repository at this point
Copy the full SHA a79a633View commit details -
Configuration menu - View commit details
-
Copy full SHA for d36f391 - Browse repository at this point
Copy the full SHA d36f391View commit details -
Configuration menu - View commit details
-
Copy full SHA for be295ba - Browse repository at this point
Copy the full SHA be295baView commit details
Commits on May 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a59cd0 - Browse repository at this point
Copy the full SHA 4a59cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a0e90 - Browse repository at this point
Copy the full SHA 67a0e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e63347 - Browse repository at this point
Copy the full SHA 2e63347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ff7ca - Browse repository at this point
Copy the full SHA 96ff7caView commit details -
[add] add NORMALIZE_WHITESPACE and ELLIPSIS to pytest.ini and remove …
…them from requests/__init__.py
Configuration menu - View commit details
-
Copy full SHA for 6d2a507 - Browse repository at this point
Copy the full SHA 6d2a507View commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d88240b - Browse repository at this point
Copy the full SHA d88240bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3c755 - Browse repository at this point
Copy the full SHA 9c3c755View commit details -
Merge pull request #5099 from petar-iv/password-no-print
Print the type of the password instead of the password itself
Configuration menu - View commit details
-
Copy full SHA for 6f81e78 - Browse repository at this point
Copy the full SHA 6f81e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0becdca - Browse repository at this point
Copy the full SHA 0becdcaView commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dc75b3c - Browse repository at this point
Copy the full SHA dc75b3cView commit details
Commits on May 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d889b98 - Browse repository at this point
Copy the full SHA d889b98View commit details
Commits on May 29, 2019
-
-Made removing a key-value pair more modular -Remove unneeeded return statement
Configuration menu - View commit details
-
Copy full SHA for 47cb8ba - Browse repository at this point
Copy the full SHA 47cb8baView commit details
Commits on Jun 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2e4329d - Browse repository at this point
Copy the full SHA 2e4329dView commit details -
Merge pull request #5108 from atombrella/python34
Removed py34 from tox.ini.
Configuration menu - View commit details
-
Copy full SHA for 4983a9b - Browse repository at this point
Copy the full SHA 4983a9bView commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6296df9 - Browse repository at this point
Copy the full SHA 6296df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b24f9 - Browse repository at this point
Copy the full SHA 27b24f9View commit details
Commits on Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 45c2e67 - Browse repository at this point
Copy the full SHA 45c2e67View commit details
Commits on Jul 1, 2019
-
Document that
request.head
defaultsallow_redirects
toFalse
Related: kennethreitz/requests#4274
Configuration menu - View commit details
-
Copy full SHA for c8d8b4b - Browse repository at this point
Copy the full SHA c8d8b4bView commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2da7fe0 - Browse repository at this point
Copy the full SHA 2da7fe0View commit details
Commits on Jul 12, 2019
-
Merge pull request #5127 from Unit03/head-allow-redirects-docstring
Document that `request.head` defaults `allow_redirects` to `False`
Configuration menu - View commit details
-
Copy full SHA for 0b6c110 - Browse repository at this point
Copy the full SHA 0b6c110View commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f576ad - Browse repository at this point
Copy the full SHA 5f576adView commit details
Commits on Jul 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fb7efcf - Browse repository at this point
Copy the full SHA fb7efcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50daf9c - Browse repository at this point
Copy the full SHA 50daf9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd3e36 - Browse repository at this point
Copy the full SHA ebd3e36View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f9ac75c - Browse repository at this point
Copy the full SHA f9ac75cView commit details
There are no files selected for viewing