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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a comment about lowercase env. variables precedence over uppercase
Julien Prigent
2018-05-13
1
-0
/
+2
*
Fix typos
Semen Zhydenko
2018-02-07
1
-1
/
+1
*
Fix DNS resolution by using hostname instead of netloc and strip username and...
Darren Dormer
2018-01-16
1
-8
/
+11
*
slice function removed
dbairaktaris1
2018-01-04
1
-4
/
+2
*
Continue to refactor, remove list comprehension, add double quotes test case.
dbairaktaris1
2018-01-04
1
-6
/
+10
*
implement changes after code review
dbairaktaris1
2018-01-03
1
-1
/
+1
*
implement changes after code review
dbairaktaris1
2018-01-03
1
-14
/
+7
*
Move nested function up to module level and rename. Add more tests for funct...
dbairaktaris1
2018-01-01
1
-15
/
+31
*
clean
dbairaktaris1
2017-12-31
1
-2
/
+1
*
Reduce overall memory usage of Requests module by removing cgi module depende...
dbairaktaris1
2017-12-31
1
-2
/
+16
*
utils: winreg module may not exist like on windows universal platform.
Anton Fedchin
2017-11-25
1
-4
/
+8
*
#4373, fix possible winreg value type difference (#4377)
Mingyuan Xia
2017-11-20
1
-2
/
+4
*
support extraction of certificate bundle from a zip archive
Arthur Vigil
2017-11-05
1
-0
/
+34
*
avoid import platform
INADA Naoki
2017-10-20
1
-2
/
+2
*
Fix parse_header_links on empty header
Remi Rampin
2017-08-16
1
-1
/
+5
*
Adding space after colon
mgasvoda
2017-08-11
1
-1
/
+1
*
Removing trailing whitespace
mgasvoda
2017-08-11
1
-1
/
+1
*
Improving message formatting
mgasvoda
2017-08-11
1
-2
/
+2
*
Adding header name to exception
mgasvoda
2017-08-11
1
-2
/
+2
*
Fixes error swallowing in set_environ
mlcrazy
2017-06-09
1
-7
/
+7
*
cleanup utils.py
Kenneth Reitz
2017-05-29
1
-2
/
+3
*
new requests namespace
Kenneth Reitz
2017-05-29
1
-1
/
+1
*
Merge pull request #4052 from hile/master
Kenneth Reitz
2017-05-26
1
-1
/
+1
|
\
|
*
Fix regression in API caused by commit 85400d8d6751071ef78f042d1efa72bdcf76cc0e
Ilkka Tuohela
2017-05-24
1
-1
/
+1
*
|
__version__.py
Kenneth Reitz
2017-05-25
1
-1
/
+1
*
|
fix imports
Kenneth Reitz
2017-05-25
1
-1
/
+1
|
/
*
proxy bypass on Windows without DNS lookups
schlamar
2017-05-04
1
-1
/
+51
*
revert 8e6e47af and c121b98c
schlamar
2017-05-04
1
-12
/
+2
*
Remove some unused imports.
Chris Gavin
2017-04-25
1
-2
/
+2
*
remove seemingly redundant pyflakes references
Thomas Grainger
2017-04-20
1
-2
/
+0
*
Fix a typo in utils
Xuanwo
2017-04-08
1
-1
/
+1
*
Fixed some typos (#3892)
Victor Pfautz
2017-02-27
1
-1
/
+1
*
wrapped proxy_bypass() with cache lookup
David Fontenot
2017-02-23
1
-2
/
+12
*
properly handled failed seek
Nate Prewitt
2017-02-14
1
-8
/
+10
*
Allow use of 'no_proxy' in the proxies argument
John L. Villalovos
2017-02-10
1
-8
/
+34
*
Fixed detection of utf-32-be by BOM.
Герасименко Евгений
2016-12-29
1
-1
/
+1
*
Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamable
Cory Benfield
2016-11-03
1
-3
/
+19
|
\
|
*
adding rewind for re-POST bodies
Nate Prewitt
2016-11-02
1
-3
/
+19
*
|
Merge pull request #3627 from nateprewitt/remove_update_call
Cory Benfield
2016-10-27
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
make add_dict_to_cookiejar cookielib.CookieJar compatible
Nate Prewitt
2016-10-27
1
-3
/
+1
*
|
fix issue when the file-like object raises an IOError with tell
Mohamed Elawadi
2016-10-18
1
-9
/
+9
|
/
*
Update Comments & Magic Strings
Brian Bamsch
2016-09-27
1
-1
/
+1
*
Move to_native_string to _internal_utils.py to avoid circular dependency
Brian Bamsch
2016-09-26
1
-19
/
+4
*
Merge pull request #3535 from nateprewitt/3339_avoid_getvalues
Cory Benfield
2016-09-14
1
-6
/
+17
|
\
|
*
removing use of seek to set total_length
Nate Prewitt
2016-08-24
1
-10
/
+8
|
*
Fall back to streaming
Skipper Seabold
2016-08-24
1
-1
/
+5
|
*
Python 2 compatibility
Skipper Seabold
2016-08-24
1
-1
/
+7
|
*
Use seek from end rather than getvalue
Skipper Seabold
2016-08-24
1
-5
/
+8
*
|
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
-2
/
+2
|
/
[next]