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
/
test_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix assumed hostname when using a 'file' URI scheme adapter
Kale Franz
2018-08-13
1
-0
/
+1
*
make content-type's charset information case-insensitive
Lucy Linder
2018-07-24
1
-0
/
+4
*
Fix DNS resolution by using hostname instead of netloc and strip username and...
Darren Dormer
2018-01-16
1
-2
/
+23
*
added more to test scenarios
dbairaktaris1
2018-01-04
1
-1
/
+9
*
Continue to refactor, remove list comprehension, add double quotes test case.
dbairaktaris1
2018-01-04
1
-4
/
+8
*
implement changes after code review
dbairaktaris1
2018-01-03
1
-8
/
+0
*
Move nested function up to module level and rename. Add more tests for funct...
dbairaktaris1
2018-01-01
1
-1
/
+36
*
#4373, fix possible winreg value type difference (#4377)
Mingyuan Xia
2017-11-20
1
-1
/
+6
*
support extraction of certificate bundle from a zip archive
Arthur Vigil
2017-11-05
1
-1
/
+29
*
Add test case for empty `Link:` header
Remi Rampin
2017-08-17
1
-0
/
+4
*
Fixes error swallowing in set_environ
mlcrazy
2017-06-09
1
-2
/
+28
*
new requests namespace
Kenneth Reitz
2017-05-29
1
-1
/
+1
*
proxy bypass on Windows without DNS lookups
schlamar
2017-05-04
1
-11
/
+16
*
test proxy bypass with config from registry
schlamar
2017-05-04
1
-0
/
+48
*
Allow use of 'no_proxy' in the proxies argument
John L. Villalovos
2017-02-10
1
-3
/
+49
*
Remove unused module
winterJ
2017-01-11
1
-1
/
+1
*
Fixed tests for python 2.x.
Герасименко Евгений
2016-12-29
1
-1
/
+1
*
Fixed detection of utf-32-be by BOM.
Герасименко Евгений
2016-12-29
1
-0
/
+11
*
updated tests with IDNA encoded and IPv6 urls
Nate Prewitt
2016-11-21
1
-0
/
+13
*
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
*
|
fix issue when the file-like object raises an IOError with tell
Mohamed Elawadi
2016-10-18
1
-0
/
+12
|
/
*
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
*
|
Fixed another scheme proxy over "all" priority
Michael Hunsinger
2016-08-22
1
-1
/
+1
*
|
Fixed bug to give scheme proxy priority over "all"
Michael Hunsinger
2016-08-21
1
-0
/
+8
|
/
*
Merge pull request #3429 from nateprewitt/docstring_cleanup
Kenneth Reitz
2016-07-20
1
-9
/
+8
|
\
|
*
making class and function docstrings consistent
Nate Prewitt
2016-07-20
1
-8
/
+6
|
*
making module docstrings and coding comments consistent
Nate Prewitt
2016-07-19
1
-1
/
+2
*
|
adding in pep8 fixes
Nate Prewitt
2016-07-20
1
-0
/
+1
|
/
*
adding in slice_length fix and test for chunk_size=None (#3370)
Nate Prewitt
2016-07-02
1
-2
/
+8
*
Merge pull request #3185 from brettdh/3183-support-all-proxy-env-var
Ian Cordasco
2016-05-17
1
-8
/
+19
|
\
|
*
Add 'all' proxy selection to select_proxy
Brett Higgins
2016-05-13
1
-8
/
+19
*
|
Combined tests to one tests for should_bypass_proxies method
Kumar Varadarajulu
2016-05-16
1
-36
/
+20
*
|
Added tests for should_bypass_proxies function
Kumar Varadarajulu
2016-05-16
1
-1
/
+37
|
/
*
utils: let select_proxy not raise an exception when url has no hostname
John R. Lenton
2016-04-26
1
-0
/
+1
*
Merge remote-tracking branch 'upstream/master' into utils-unit-tests
Dmitry Dygalo
2016-03-13
1
-0
/
+14
|
\
|
*
Switch to treat files without tell() as zero-length
Cory Benfield
2016-03-07
1
-1
/
+1
|
*
Allow for exceptions from tell()
Cory Benfield
2016-03-07
1
-1
/
+14
*
|
Added unit tests for utils module
Dmitry Dygalo
2016-02-19
1
-10
/
+194
|
/
*
syntax changes
Kenneth Reitz
2016-02-05
1
-23
/
+12
*
Added tests module.
Dmitry Dygalo
2016-02-05
1
-0
/
+242
*
remove all old tests
Kenneth Reitz
2012-12-17
1
-122
/
+0
*
Make sure we reset environment variables.
Cory Benfield
2012-11-18
1
-0
/
+21
*
Respect the no_proxy environment variable.
Cory Benfield
2012-11-18
1
-1
/
+25
*
Fix the smoke test in the face of UTF-16 surrogate pairs.
Martijn Pieters
2012-10-26
1
-5
/
+24
*
Better not call it `chr`, rename to `byteschr`.
Martijn Pieters
2012-10-25
1
-2
/
+4
*
Redefine the `unichr` and bytes-variant of `chr` at module level.
Martijn Pieters
2012-10-25
1
-2
/
+5
*
Correct a c&p mistake: set a correct docstring for the unit test class.
Martijn Pieters
2012-10-25
1
-1
/
+1
*
Use a JSON-specific encoding detection when no encoding has been specified.
Martijn Pieters
2012-10-25
1
-0
/
+53