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
*
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
|
/
*
reverting 3362
Nate Prewitt
2016-08-09
1
-12
/
+5
*
Document bunch of return types
Ville Skyttä
2016-08-09
1
-5
/
+60
*
Merge pull request #3429 from nateprewitt/docstring_cleanup
Kenneth Reitz
2016-07-20
1
-20
/
+14
|
\
|
*
making class and function docstrings consistent
Nate Prewitt
2016-07-20
1
-19
/
+14
|
*
making module docstrings and coding comments consistent
Nate Prewitt
2016-07-19
1
-1
/
+0
*
|
adding in pep8 fixes
Nate Prewitt
2016-07-20
1
-2
/
+4
|
/
*
Defining header value type requirements and tests
Nate Prewitt
2016-07-05
1
-4
/
+9
*
adding in slice_length fix and test for chunk_size=None (#3370)
Nate Prewitt
2016-07-02
1
-0
/
+2
*
check and test for headers containing return characters or leading whitespace
Nate Prewitt
2016-07-02
1
-1
/
+19
*
adding asserted_encoding check on None type encoding to match text() behavior...
Nate Prewitt
2016-06-28
1
-5
/
+12
*
Merge pull request #3185 from brettdh/3183-support-all-proxy-env-var
Ian Cordasco
2016-05-17
1
-5
/
+14
|
\
|
*
Add 'all' proxy selection to select_proxy
Brett Higgins
2016-05-13
1
-5
/
+14
*
|
consider plain ip notation of an ip in no_proxy if not in cidr notation
Kumar Varadarajulu
2016-05-16
1
-0
/
+4
|
/
*
utils: let select_proxy not raise an exception when url has no hostname
John R. Lenton
2016-04-26
1
-1
/
+4
*
Merge remote-tracking branch 'upstream/master' into utils-unit-tests
Dmitry Dygalo
2016-03-13
1
-1
/
+8
|
\
|
*
Switch to treat files without tell() as zero-length
Cory Benfield
2016-03-07
1
-2
/
+4
|
*
Allow for exceptions from tell()
Cory Benfield
2016-03-07
1
-1
/
+6
*
|
Added unit tests for utils module
Dmitry Dygalo
2016-02-19
1
-14
/
+11
|
/
*
Push code review advice from @sigmavirus24
Cory Benfield
2015-12-19
1
-4
/
+5
*
Handle bytes and unicode URLs for netloc
Cory Benfield
2015-12-18
1
-1
/
+4
*
Fix super_len for partially read files
Ian Cordasco
2015-11-10
1
-9
/
+15
*
Emit warnings when using text mode files.
Cory Benfield
2015-10-24
1
-2
/
+17
[next]