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 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
*
get_auth_from_url return None if nothing is found
Kenneth Reitz
2013-03-22
1
-1
/
+1
*
Make sure session cookies do not overwrite explicit request cookies
Chase Sterling
2013-02-16
1
-2
/
+1
*
Add Proxy-Auth header when proxies have credentials.
Cory Benfield
2013-02-06
1
-0
/
+10
*
shorten filename by os.path.basename in guess_filename(obj)
Christopher Bare
2013-01-30
1
-1
/
+1
*
it`s more pep8 now
oczkers
2013-01-27
1
-10
/
+10
*
Remove support for certifi
Shivaram Lingamneni
2013-01-17
1
-2
/
+0
*
CHUNKED REQUESTS!
Kenneth Reitz
2013-01-10
1
-0
/
+7
*
Make sure proxies have their scheme attached.
Cory Benfield
2012-12-27
1
-1
/
+15
*
clean up code support for OS certificate bundles
Shivaram Lingamneni
2012-12-23
1
-34
/
+2
*
A bit of linting.
Ian Cordasco
2012-12-17
1
-2
/
+1
*
tension
Kenneth Reitz
2012-12-17
1
-52
/
+1
*
further remove config
Kenneth Reitz
2012-12-17
1
-1
/
+8
*
Merge pull request #945 from Lukasa/develop
Kenneth Reitz
2012-11-23
1
-3
/
+21
|
\
|
*
Respect the no_proxy environment variable.
Cory Benfield
2012-11-18
1
-3
/
+21
*
|
Merge pull request #947 from JohnPeacockMessageSystems/develop
Kenneth Reitz
2012-11-23
1
-1
/
+3
|
\
\
|
*
|
Only return a path if the cacert.pem file exists.
John Peacock
2012-11-21
1
-1
/
+3
|
|
/
*
|
Back to issue #630, .isalnum() was sufficient in addressing the issue.
Marcin Wielgoszewski
2012-11-22
1
-13
/
+10
|
/
*
Fix for user-agent setting
Pavel Dmitriev
2012-11-13
1
-1
/
+8
*
Use a JSON-specific encoding detection when no encoding has been specified.
Martijn Pieters
2012-10-25
1
-0
/
+35
*
quote_plus, unquote_plus added
Lasse Vang Gravesen
2012-10-22
1
-1
/
+1
*
Issue 901:
mmartin
2012-10-19
1
-2
/
+3
*
Making the code more PEP8 compliant
Radu Voicilas
2012-10-09
1
-1
/
+4
*
Use __iter__ rather than the inefficient nested for loops
Kunal Mehta
2012-10-09
1
-5
/
+2
*
Fixes #817.
Ian Cordasco
2012-09-02
1
-18
/
+39
*
permissive implementation of iter_content
Shivaram Lingamneni
2012-09-02
1
-0
/
+6
*
Added in a link handler as per issue #711
Rhys Elsmore
2012-08-21
1
-0
/
+33
*
Merge branch 'develop' into key_val_lists
Ian Cordasco
2012-08-18
1
-0
/
+3
|
\
|
*
Whitespace fixes following PEP8.
Locker537
2012-08-16
1
-0
/
+3
*
|
Add to_key_val_lists to avoid repetition.
Ian Cordasco
2012-08-05
1
-0
/
+27
|
/
*
Appengine workaround
Sævar Öfjörð Magnússon
2012-07-25
1
-1
/
+1
*
Move the user agent generation into it's own utility function
Donald Stufft
2012-07-08
1
-0
/
+31
*
Merge pull request #629 from saschpe/develop
Kenneth Reitz
2012-06-28
1
-0
/
+4
|
\
|
*
Add openSUSE certificate support
Sascha Peilicke
2012-06-15
1
-0
/
+4
*
|
include certifi
Kenneth Reitz
2012-06-28
1
-2
/
+2
|
/
*
by @mwielgoszewski
Kenneth Reitz
2012-05-29
1
-1
/
+1
*
cleanup #633
Kenneth Reitz
2012-05-29
1
-9
/
+4
*
this try catch is a poor man's patch for issue #630 see https://github.com/ke...
Tzury Bar Yochay
2012-05-24
1
-14
/
+21
[next]