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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add tests to verify that correct 'Content-Length' or 'Transfer-Encoding' head...
Casey Davidson
2016-12-04
1
-0
/
+24
*
Tests for our URL handling.
Cory Benfield
2016-11-30
1
-0
/
+71
*
Revert "Restrict URL preparation to HTTP/HTTPS"
Cory Benfield
2016-11-30
1
-17
/
+0
*
Merge pull request #3695 from nateprewitt/idna_bypass
Cory Benfield
2016-11-25
2
-0
/
+27
|
\
|
*
updated tests with IDNA encoded and IPv6 urls
Nate Prewitt
2016-11-21
2
-0
/
+27
*
|
Make Response.content return None if raw is None
Nicola Soranzo
2016-11-24
1
-0
/
+4
*
|
Merge pull request #3673 from klimenko-forks/auth-unicode
Cory Benfield
2016-11-21
1
-3
/
+22
|
\
\
|
*
|
added new test, original test restored
Dmitry Klimenko
2016-11-21
1
-1
/
+16
|
*
|
changed behavior of basic-http-auth test
Dmitry Klimenko
2016-11-18
1
-24
/
+2
|
*
|
fixed: httpbin with unicode auth
Dmitry Klimenko
2016-11-18
1
-2
/
+13
|
*
|
fixed some error
Dmitry Klimenko
2016-11-18
1
-5
/
+5
|
*
|
unicode test for _basic_auth_str
Dmitry Klimenko
2016-11-18
1
-7
/
+12
|
*
|
Fixed: httpbin doesn't support bytes
Dmitry Klimenko
2016-11-18
1
-5
/
+10
|
*
|
fixed usage unicode string
Dmitry Klimenko
2016-11-17
1
-1
/
+1
|
*
|
added unicode auth test
Dmitry Klimenko
2016-11-17
1
-3
/
+8
*
|
|
Restrict URL preparation to HTTP/HTTPS
Christian Heimes
2016-11-21
1
-0
/
+17
*
|
|
Just lstrip instead of strip because trailing whitespace already works.
Hussain
2016-11-16
1
-1
/
+1
*
|
|
Fixed issue #3696. Added a test for it as well.
Hussain
2016-11-16
1
-0
/
+5
*
|
|
adding method to url tests
Nate Prewitt
2016-11-15
1
-2
/
+2
|
|
/
|
/
|
*
|
Fix tests for new urllib3 exception text.
Cory Benfield
2016-11-15
1
-1
/
+1
|
/
*
Merge pull request #3489 from nateprewitt/1558_pickling_prepared_request
Cory Benfield
2016-11-10
1
-0
/
+46
|
\
|
*
updating pickling tests for PreparedRequest
Nate Prewitt
2016-11-04
1
-43
/
+31
|
*
Add pickle test with hooks
Keyan Pishdadian
2016-08-19
1
-0
/
+21
|
*
Add prepared request pickling tests
Keyan Pishdadian
2016-08-19
1
-0
/
+37
*
|
Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamable
Cory Benfield
2016-11-03
1
-1
/
+117
|
\
\
|
*
|
update 307 tests to check body content
Nate Prewitt
2016-11-02
1
-6
/
+5
|
*
|
Test case for requests getting stuck on post redirect with seekable stream
tzickel
2016-11-02
1
-0
/
+16
|
*
|
test _body_position and rewind_body
Nate Prewitt
2016-11-02
1
-0
/
+101
|
*
|
adding rewind for re-POST bodies
Nate Prewitt
2016-11-02
1
-1
/
+1
*
|
|
[httpAdapter] allow empty password in proxy credentials
Pawel Miech
2016-10-31
1
-0
/
+10
*
|
|
Merge pull request #3627 from nateprewitt/remove_update_call
Cory Benfield
2016-10-27
1
-1
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
test different CookieJar types for add_dict_to_cookiejar
Nate Prewitt
2016-10-27
1
-1
/
+17
*
|
|
requests.post checked data parameters for type like dict.
Philipp Konrad
2016-10-27
1
-0
/
+25
*
|
|
Merge pull request #3620 from Lukasa/better-idna
Cory Benfield
2016-10-21
1
-0
/
+49
|
\
\
\
|
*
|
|
Enable UTS46 mode.
Cory Benfield
2016-10-14
1
-1
/
+12
|
*
|
|
Basic tests for internationalized domain names.
Cory Benfield
2016-10-14
1
-0
/
+37
|
*
|
|
Various packaging requirements for idna
Cory Benfield
2016-10-14
1
-0
/
+1
|
|
/
/
*
|
|
little modification in consume_socket_content
lovedboy
2016-10-21
1
-5
/
+5
*
|
|
fix issue when the file-like object raises an IOError with tell
Mohamed Elawadi
2016-10-18
1
-0
/
+12
|
/
/
*
|
Rework Bytestring Host Test to use PyTest Httpbin
Brian Bamsch
2016-09-28
1
-2
/
+2
*
|
Add test for request when Host header is bytestring
Brian Bamsch
2016-09-25
1
-0
/
+10
*
|
Merge pull request #3591 from nateprewitt/3579_cookie_merge
Cory Benfield
2016-09-23
1
-1
/
+34
|
\
\
|
*
|
converting update call to merge_cookies call for cookielib compatibility
Nate Prewitt
2016-09-20
1
-1
/
+34
*
|
|
removing redundant logic from prepare_content_length
Nate Prewitt
2016-09-21
1
-0
/
+10
*
|
|
Merge pull request #3576 from nateprewitt/3557_revert_and_fix_encoding
Ian Cordasco
2016-09-20
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
reverting 3357 and comparing properly encoded strings
Nate Prewitt
2016-09-13
1
-3
/
+3
*
|
|
Merge pull request #3535 from nateprewitt/3339_avoid_getvalues
Cory Benfield
2016-09-14
1
-0
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
adding tests for super_len conditional flow
Nate Prewitt
2016-08-25
1
-0
/
+28
*
|
|
Fix how we test fallback to latin-1 reason encoding
Ian Cordasco
2016-09-06
1
-3
/
+3
*
|
|
adding ISO-8859-1 fallback for reason decoding
Nate Prewitt
2016-09-02
1
-0
/
+12
[prev]
[next]