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 #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
*
replace utils.randombytes with os.urandom
Shivaram Lingamneni
2012-05-15
1
-12
/
+1
*
A utility function to fetch environment proxies
Rohan Jain
2012-05-04
1
-0
/
+16
*
Further changes to move cookies to CookieJar
Shivaram Lingamneni
2012-05-01
1
-62
/
+6
*
merge conflict
Kenneth Reitz
2012-04-22
1
-10
/
+13
*
prefer certifi's bundle to the OS bundle
Shivaram Lingamneni
2012-04-22
1
-4
/
+14
*
add the FreeBSD certificate bundle path
Shivaram Lingamneni
2012-04-19
1
-0
/
+2
*
Try to use the OS's CA certificate bundle for SSL verification
Shivaram Lingamneni
2012-04-16
1
-0
/
+15
*
Rewrite unquote_unreserved based on urllib.unquote
Jonty Wareing
2012-04-11
1
-13
/
+10
*
app engine #498
Kenneth Reitz
2012-03-31
1
-20
/
+26
*
Fix app engine error for #498
Kenneth Reitz
2012-03-30
1
-1
/
+1
*
dict sequence
Kenneth Reitz
2012-03-13
1
-1
/
+9
*
catch cookie errors that are prone to failure
Kenneth Reitz
2012-03-09
1
-4
/
+9
*
Merge branch 'develop' of https://github.com/honzajavorek/requests into develop
Kenneth Reitz
2012-02-25
1
-1
/
+1
|
\
|
*
str is redefined in compat module, but was not imported
Honza Javorek
2012-02-23
1
-2
/
+2
|
*
get_unicode_from_response returned str instead of unicode
Honza Javorek
2012-02-23
1
-1
/
+1
*
|
python3 fix
Kenneth Reitz
2012-02-24
1
-1
/
+1
|
/
*
Don't bonk if .netrc isn't readable.
Ben
2012-02-21
1
-1
/
+3
*
python 3 unicode grr
Kenneth Reitz
2012-02-20
1
-1
/
+1
*
netrc fix
Kenneth Reitz
2012-02-20
1
-2
/
+4
*
netrc parsing
Kenneth Reitz
2012-02-20
1
-1
/
+33
*
Values can be none #433
Kenneth Reitz
2012-02-20
1
-0
/
+2
*
SCHEMAS
Kenneth Reitz
2012-02-20
1
-14
/
+9
*
Fail if unsupported schemas are used.
Cory Benfield
2012-02-16
1
-0
/
+7
*
remove bunk utils for decoding
Kenneth Reitz
2012-02-15
1
-27
/
+0
*
fix bytes
Kenneth Reitz
2012-02-15
1
-2
/
+2
*
simplify
Kenneth Reitz
2012-02-15
1
-0
/
+9
*
Merge branch '400-header_expand-unicode' of https://github.com/acdha/requests...
Kenneth Reitz
2012-02-15
1
-1
/
+5
|
\
|
*
header_expand: handle Unicode strings (closes #400)
Chris Adams
2012-02-13
1
-1
/
+5
*
|
Rename utils.requote_path to requote_uri.
Matt Giuca
2012-02-15
1
-4
/
+4
*
|
Simplify requote_path.
Matt Giuca
2012-02-14
1
-3
/
+1
*
|
Fixed URI encoding of reserved characters (Issue #369).
Matt Giuca
2012-02-14
1
-1
/
+27
*
|
Fixed URI re-encoding on Python 3 (Issue #369).
Matt Giuca
2012-02-14
1
-3
/
+3
|
/
*
Use basestring instead of str to determine when to return headers as-is. This...
Greg Taylor
2012-02-05
1
-1
/
+2
*
oh snap
Kenneth Reitz
2012-01-23
1
-2
/
+5
*
SimpleCookie
Kenneth Reitz
2012-01-23
1
-2
/
+1
*
good
Kenneth Reitz
2012-01-23
1
-8
/
+2
*
blah
Kenneth Reitz
2012-01-23
1
-27
/
+37
*
Default the encoding of "text" media subtypes to "ISO-8859-1"
Johannes Gorset
2012-01-21
1
-0
/
+3
*
Refactor stream_decode_gzip and _deflate into one function, stream_decompress.
Chase Sterling
2011-12-30
1
-19
/
+21
*
Implement automatic deflating when using response.iter_content. refs #327
Chase Sterling
2011-12-30
1
-0
/
+15
*
Fix spelling errors, typos.
Nick Hatch
2011-12-11
1
-2
/
+2
*
iter_content uses new encoding system
Kenneth Reitz
2011-11-19
1
-3
/
+3
*
Correct handling of URLs with quoted slashes.
Ryan Kelly
2011-11-17
1
-0
/
+12
*
Guess filename.
Kenneth Reitz
2011-11-13
1
-0
/
+6
[next]