index
:
delta/python-requests.git
1.26-test
2.0
2.16.0
2.20.0
3.0
3.0-requestscore
3.7_collections
add-codescanning
alex-patch-1
appveyor_fix
appveyor_test
baserock/morph
bug/5671
build_fix
cache
circle-ci
default_port_handling
dependabot/pip/bleach-3.1.1
dependabot/pip/bleach-3.1.2
dependabot/pip/bleach-3.1.4
deps
disable-security
doc_cleanup
encapsulate_urllib3_exc
faster-ci
fix-1859
fix-cookies-saved-on-redirect
fix-pickling-adapters
fix-redirect-test
fix_help_ssl_check
flake8
flake8-improvements
help
jenkins
kennethreitz-patch-1
kennethreitz-patch-2
master
none_filepointer
partII
pipenv
proposed/3.0.0
pytest-httpbin
render
revert-2706-fix-merge-setting
revert-3700-master
revert-3983-appveyor
revert-4144-move_compat_to_warn
sigmavirus24/docs/support
swap-charade-for-chardet
test
test2
test4
test5
test6
test_urllib3_dev
threedotoh
travis
travis2
twisted
update-3.0
update-notice
update-security-md
update_lock_file
updating_3.0.0
urllib1.25
urllib3-dev
v2.25.0
version
github.com: kennethreitz/requests.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests
/
models.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable UTS46 mode.
Cory Benfield
2016-10-14
1
-1
/
+1
*
Use IDNA2008 to encode hosts.
Cory Benfield
2016-10-14
1
-2
/
+3
*
Remove error swallowing exception catching of AttributeError
Frankie Robertson
2016-09-29
1
-10
/
+6
*
Change module of internal references to to_native_str()
Brian Bamsch
2016-09-27
1
-2
/
+2
*
removing redundant logic from prepare_content_length
Nate Prewitt
2016-09-21
1
-12
/
+10
*
Add workaround to avoid implicit import of encodings.idna.
Carson Lam
2016-09-17
1
-0
/
+5
*
adding comment
Nate Prewitt
2016-09-05
1
-0
/
+4
*
adding ISO-8859-1 fallback for reason decoding
Nate Prewitt
2016-09-02
1
-1
/
+4
*
adding passthrough in close() for non-urllib3-like Responses
Nate Prewitt
2016-08-12
1
-1
/
+3
*
Close and then release the connection
Ian Cordasco
2016-07-30
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2016-07-26
1
-1
/
+1
*
Merge pull request #3429 from nateprewitt/docstring_cleanup
Kenneth Reitz
2016-07-20
1
-5
/
+2
|
\
|
*
making class and function docstrings consistent
Nate Prewitt
2016-07-20
1
-5
/
+2
*
|
adding in pep8 fixes
Nate Prewitt
2016-07-20
1
-6
/
+7
|
/
*
Support responses like `HTTP/1.1 404 Unicode chars` (#3385)
Andrii Kostenko
2016-07-05
1
-2
/
+6
*
Merge pull request #3366 from nateprewitt/2947-no-returns-in-header
Cory Benfield
2016-07-02
1
-4
/
+8
|
\
|
*
check and test for headers containing return characters or leading whitespace
Nate Prewitt
2016-07-02
1
-4
/
+8
*
|
updating docstring to match functionality
Nate Prewitt
2016-07-02
1
-0
/
+6
*
|
Allow None value for chunk_size again (#3368)
Joy Zheng
2016-06-30
1
-1
/
+1
|
/
*
added in type check for chunk_size
Nate Prewitt
2016-06-27
1
-0
/
+2
*
Merge pull request #3178 from haikuginger/master
Cory Benfield
2016-05-22
1
-0
/
+4
|
\
|
*
Cleaning up comment on JSON encoding to be more strictly relevant.
Jesse Shapiro
2016-05-05
1
-3
/
+2
|
*
Removing charset from JSON content type; tightening requirements on .encode()
Jesse Shapiro
2016-05-05
1
-2
/
+4
|
*
Encoding JSON requests to bytes for urllib3 to handle; ensuring same with tes...
Jesse Shapiro
2016-05-04
1
-2
/
+5
*
|
Fix TypeError when get json-encoded content of a response
messense
2016-05-06
1
-1
/
+1
|
/
*
Fix for the test ?
tzickel
2016-04-08
1
-2
/
+4
*
Update docstring and API doc to document ability to add per-file headers in m...
Alexander Hermes
2016-03-29
1
-1
/
+3
*
Fix regression from #2844 regarding binary bodies.
Cory Benfield
2015-12-16
1
-1
/
+4
*
Merge pull request #2896 from BraulioVM/master
Ian Cordasco
2015-12-02
1
-1
/
+1
|
\
|
*
Fix 'Transfer-Encoding: chunked' change
Braulio Valdivielso Martínez
2015-11-24
1
-3
/
+1
|
*
Set 'Transfer-Encoding: chunked' if data file length equals 0
Braulio Valdivielso Martínez
2015-11-23
1
-0
/
+2
*
|
Fix typos
Jakub Wilk
2015-12-01
1
-2
/
+2
|
/
*
fix issue #2844
Alex Khomchenko
2015-10-23
1
-1
/
+1
*
Move to_native_string for methods to prepare()
Cory Benfield
2015-10-12
1
-1
/
+1
*
Use general null check for JSON
Cory Benfield
2015-10-08
1
-1
/
+1
*
Merge pull request #2763 from ravipra/json_supersedes
Cory Benfield
2015-10-05
1
-2
/
+2
|
\
|
*
changed the null check for 'data' parameter to be more explicit.
Ravi Prakash Putchala
2015-09-09
1
-1
/
+1
|
*
Fixed issue #2756
Ravi Prakash Putchala
2015-09-08
1
-2
/
+2
*
|
Update models.py
sumitbinnani
2015-10-02
1
-1
/
+1
|
/
*
Display URL as part of HTTP error messages
Marc Abramowitz
2015-06-22
1
-2
/
+2
*
fix contextlib.closing bug for sessions where content is not consumed (issue ...
colin
2015-05-24
1
-0
/
+3
*
Merge pull request #2598 from Lukasa/not-poor
Ian Cordasco
2015-05-14
1
-4
/
+7
|
\
|
*
Use complexjson everywhere
Cory Benfield
2015-05-14
1
-2
/
+4
|
*
Partially revert ab84f9be5740d4649d734e73b84f17f85e52ffc9
Cory Benfield
2015-05-14
1
-2
/
+3
*
|
do not blindly catch all AttributeErrors
Thomas Weißschuh
2015-05-12
1
-3
/
+4
|
/
*
Merge remote-tracking branch 'origin/master'
Kenneth Reitz
2015-05-06
1
-0
/
+4
|
\
|
*
Simplify PreparedRequest.prepare API
Ian Cordasco
2015-04-20
1
-0
/
+4
*
|
cleanup styles a bit
Kenneth Reitz
2015-05-06
1
-28
/
+11
*
|
removed poor code
Kenneth Reitz
2015-05-06
1
-3
/
+2
|
/
*
Minor formatting change
Ian Cordasco
2015-04-10
1
-2
/
+2
[prev]
[next]