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
*
merge 2.0 insto master
Kenneth Reitz
2013-09-24
1
-7
/
+13
|
\
|
*
Python defaults arguments are hard.
Cory Benfield
2013-09-13
1
-2
/
+2
|
*
Merge pull request #1537 from Lukasa/datetime
Kenneth Reitz
2013-08-21
1
-0
/
+4
|
|
\
|
|
*
Allow non-string objects to be data with files
Cory Benfield
2013-08-17
1
-0
/
+4
|
*
|
Raise an error for unsupported hook event
Paul Matthews
2013-08-12
1
-0
/
+3
|
|
/
|
*
Catch UnsupportedOperation.
Cory Benfield
2013-08-03
1
-2
/
+2
|
*
Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0
Kenneth Reitz
2013-07-31
1
-3
/
+2
|
|
\
|
|
*
Instantiate the CID directly.
Cory Benfield
2013-07-29
1
-2
/
+1
|
|
*
Header keys should be native strings.
Cory Benfield
2013-07-29
1
-2
/
+2
*
|
|
Merge pull request #1503 from skastel/master
Kenneth Reitz
2013-09-24
1
-2
/
+4
|
\
\
\
|
*
|
|
Raising ValueError's when we're passed inconsistent POST data and files dict.
Stephen Huenneke
2013-08-06
1
-2
/
+4
|
*
|
|
Making sure we check for str/unicode.
Stephen Huenneke
2013-07-29
1
-2
/
+2
|
*
|
|
Fixing error return to be consistent with tuple return at the end of the method.
Stephen Huenneke
2013-07-29
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1508 from dieterv/master
Kenneth Reitz
2013-07-31
1
-3
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
remove duplicate comment
Dieter Verfaillie
2013-07-31
1
-3
/
+0
|
|
/
*
|
Merge pull request #1498 from Lukasa/incompleteread
Kenneth Reitz
2013-07-31
1
-4
/
+10
|
\
\
|
*
|
Wrap IncompleteRead in ChunkedEncodingError.
Cory Benfield
2013-07-28
1
-4
/
+10
|
|
/
*
|
Merge pull request #1501 from sigmavirus24/remove_setting_of_hooks
Kenneth Reitz
2013-07-31
1
-1
/
+0
|
\
\
|
*
|
Fix duplication of efforts caught by @dofelw
Ian Cordasco
2013-07-29
1
-1
/
+0
*
|
|
Merge settings when creating PreparedRequest, don't copy Request.
Robert Estelle
2013-07-31
1
-32
/
+27
*
|
|
Shallow copy of Request fields in Request.copy()
Robert Estelle
2013-07-30
1
-6
/
+12
*
|
|
Prepare requests with session settings separately from sending.
Robert Estelle
2013-07-30
1
-0
/
+13
|
|
/
|
/
|
*
|
Merge pull request #1494 from Lukasa/close
Cory Benfield
2013-07-27
1
-0
/
+5
|
\
\
|
*
|
Document the Response.close() method.
Cory Benfield
2013-07-25
1
-0
/
+5
|
|
/
*
|
Merge pull request #1476 from sigmavirus24/add_copy_to_prepared_requests
Kenneth Reitz
2013-07-26
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Add copy method to PreparedRequest objects
Ian Cordasco
2013-07-20
1
-1
/
+10
*
|
Fix a few warnings flagged by PyDev
David Pursehouse
2013-07-22
1
-2
/
+1
|
/
*
Remove urllib3-specific kwargs from general code
Cory Benfield
2013-07-04
1
-1
/
+1
*
Use the new urllib3 stream generator.
Cory Benfield
2013-06-18
1
-5
/
+12
*
Only switch to chunked if we don't know the length of a file like object. Thi...
Jeff Mancuso
2013-05-23
1
-2
/
+2
*
Fix typo, %t -> %r
papaeye
2013-05-22
1
-1
/
+1
*
Only pass unicode fieldnames to urllib3.
Ib Lundgren
2013-05-21
1
-1
/
+1
*
Fix for #1362.
Dave Shawley
2013-05-16
1
-7
/
+15
*
Prevent a KeyError when there's no link headers
Ian Cordasco
2013-05-08
1
-1
/
+1
*
Merge pull request #1279 from jemerick/unicode_multipart_post
Kenneth Reitz
2013-04-16
1
-5
/
+7
|
\
|
*
model the encode_files data handling after encode_params
Jason Emerick
2013-04-02
1
-5
/
+7
|
*
use compat.str instead of compat.builtin_str
Jason Emerick
2013-04-01
1
-2
/
+2
*
|
Use streaming decompression feature of urllib3.
schlamar
2013-04-10
1
-3
/
+3
*
|
Fix #1293
Ian Cordasco
2013-04-06
1
-1
/
+4
*
|
Merge pull request #1277 from pborreli/typos
Kenneth Reitz
2013-04-01
1
-1
/
+1
|
\
\
|
*
|
Fixed typos
Pascal Borreli
2013-04-01
1
-1
/
+1
|
|
/
*
|
is should not be used for comparing numbers
Alex Gaynor
2013-03-31
1
-1
/
+1
|
/
*
Fix the tests and unseparate comments from code
Ian Cordasco
2013-03-28
1
-1
/
+1
*
This should take care of #1266
Ian Cordasco
2013-03-27
1
-3
/
+5
*
Clarify streaming behavior in iter_lines doc
Justin Fenn
2013-03-25
1
-7
/
+8
*
first
Kenneth Reitz
2013-03-22
1
-1
/
+1
*
actually cleanup url authentication
Kenneth Reitz
2013-03-22
1
-4
/
+8
*
simplify get_auth_from_url call
Kenneth Reitz
2013-03-22
1
-5
/
+4
*
- Pull credentials out of the URL when possible.
Jamu Kakar
2013-03-21
1
-1
/
+5
*
Add ability to pass `response` to `HTTPError()`
Dmitry Medvinsky
2013-03-03
1
-3
/
+1
[next]