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
...
*
utils.guess_filename fails if the given parameter looks like a file object bu...
Arthur Darcet
2014-12-12
1
-1
/
+1
*
Add DeprecationWarnings to inform users of plans
Ian Cordasco
2014-10-26
1
-0
/
+11
*
Made more better
Michael DeLay
2014-10-10
1
-1
/
+1
*
Fixed #2250
mikecool1000
2014-10-09
1
-1
/
+1
*
Update utils.py
mikecool1000
2014-10-08
1
-1
/
+1
*
Merge pull request #2249 from t-8ch/fix_2247
Kenneth Reitz
2014-10-05
1
-0
/
+15
|
\
|
*
fix #2247
Thomas Weißschuh
2014-09-25
1
-0
/
+15
*
|
fix documentation for utils.get_unicode_from_response() :)
Kenneth Reitz
2014-10-05
1
-4
/
+1
|
/
*
add trailing comma
Kevin Burke
2014-08-29
1
-1
/
+1
*
keep-alive
Kenneth Reitz
2014-08-28
1
-1
/
+2
*
Merge pull request #1924 from schlamar/proxy-default-scheme
Kenneth Reitz
2014-05-12
1
-8
/
+13
|
\
|
*
Revert "Proxy urls should have explicit schemes."
schlamar
2014-02-18
1
-8
/
+13
*
|
Fix typo
Pavlo Kapyshin
2014-04-10
1
-1
/
+1
*
|
Merge pull request #1951 from Lukasa/proxyauth
Kenneth Reitz
2014-03-23
1
-10
/
+15
|
\
\
|
*
|
Split get_environ_proxies into two methods.
Cory Benfield
2014-03-12
1
-10
/
+15
|
|
/
*
|
Removed compress from accepted encodings.
schlamar
2014-03-12
1
-1
/
+1
|
/
*
Be less defensive in get_auth_from_url.
Cory Benfield
2014-01-12
1
-7
/
+4
*
Meet @sigmavirus24's demanding stylistic criteria.
Cory Benfield
2014-01-12
1
-3
/
+5
*
TypeError, not AttributeError on 3.3.
Cory Benfield
2014-01-11
1
-1
/
+1
*
Unquote the auth after splitting the url.
Cory Benfield
2014-01-11
1
-4
/
+7
*
Merge pull request #1846 from acdha/paranoid-get_netrc_auth
Kenneth Reitz
2014-01-08
1
-4
/
+13
|
\
|
*
get_netrc_auth: code cleanup
Chris Adams
2014-01-07
1
-2
/
+3
|
*
get_netrc_auth: handle os.path.expanduser failure
Chris Adams
2014-01-07
1
-2
/
+10
*
|
Don't let proxy_bypass bring you down.
Cory Benfield
2014-01-07
1
-1
/
+10
|
/
*
Merge pull request #1770 from kmadac/master
Kenneth Reitz
2013-12-05
1
-5
/
+64
|
\
|
*
function is_ipv4_network renamed
Kamil Madac
2013-12-05
1
-4
/
+12
|
*
Typo fixed
Kamil Madac
2013-12-05
1
-1
/
+1
|
*
Broad exception fixed
Kamil Madac
2013-12-05
1
-2
/
+2
|
*
Tiny comment fix
Kamil Madac
2013-12-04
1
-1
/
+1
|
*
Better comments
Kamil Madac
2013-12-04
1
-2
/
+11
|
*
Redesigned no_proxy ip range imlementation to use only stdlib functions
Kamil Madac
2013-12-03
1
-15
/
+40
|
*
Added possibility to use IP ranges (ex. 192.168.1.0/24) to no_proxy environme...
Kamil Madac
2013-12-02
1
-5
/
+22
*
|
Remove the unicode literals.
Cory Benfield
2013-12-05
1
-4
/
+4
*
|
Made default_user_agent reusable
kracekumar
2013-12-05
1
-4
/
+4
*
|
Unquote the URL before extracting the auth.
Cory Benfield
2013-12-01
1
-2
/
+3
|
/
*
Fix for AppEngine
Samuel Hug
2013-10-28
1
-1
/
+2
*
Increasing super_len compatibilty to include BytesIO and cStringIO objects.
Matt Spitz
2013-10-10
1
-1
/
+12
*
merge 2.0 insto master
Kenneth Reitz
2013-09-24
1
-19
/
+38
|
\
|
*
Allow spaces in the no_proxy environ variable.
Cory Benfield
2013-08-23
1
-1
/
+1
|
*
Better percent-escape exception.
Cory Benfield
2013-08-02
1
-2
/
+6
|
*
Merge branch 'proxyscheme' of git://github.com/Lukasa/requests into 2.0
Kenneth Reitz
2013-07-31
1
-11
/
+7
|
|
\
|
|
*
Proxy urls should have explicit schemes.
Cory Benfield
2013-07-28
1
-15
/
+11
|
*
|
Header keys should be native strings.
Cory Benfield
2013-07-29
1
-6
/
+25
|
|
/
*
|
Improved content encoding detection.
Jon Parise
2013-09-03
1
-1
/
+5
|
/
*
@1434 Fix https://github.com/kennethreitz/requests/issues/1434
Chen Huang
2013-06-25
1
-1
/
+1
*
Use urllib to retrieve environment proxies.
James Clarke
2013-05-31
1
-15
/
+13
*
Refactor merge_kwargs for clarity and to fix a few bugs
Chase Sterling
2013-05-20
1
-2
/
+2
*
Rewrite CaseInsensitiveDict to work correctly/sanely
Colin Dunklau
2013-04-30
1
-2
/
+3
*
Use streaming decompression feature of urllib3.
schlamar
2013-04-10
1
-42
/
+0
*
fix get_auth_from_url
Kenneth Reitz
2013-03-22
1
-1
/
+1
[prev]
[next]