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
/
docs
/
user
/
advanced.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn about encrypted keys in the docs.
Cory Benfield
2016-01-27
1
-0
/
+3
*
advanced: use "client.*" to designate client certificate
Vincent Bernat
2015-12-28
1
-2
/
+2
*
Add support for a directory of CAs
Cory Benfield
2015-11-05
1
-1
/
+1
*
Add warnings about text/binary mode files.
Cory Benfield
2015-10-14
1
-1
/
+19
*
docs: move CA Certificates next to SSL Cert Verification
Jim Browne
2015-09-11
1
-22
/
+22
*
docs: Fix typos
Jakub Wilk
2015-09-10
1
-1
/
+1
*
Merge pull request #2741 from jasongrout/per-host-proxy
Cory Benfield
2015-09-06
1
-1
/
+11
|
\
|
*
Clarify documentation for per-host proxies
Jason Grout
2015-09-04
1
-1
/
+4
|
*
Reword documentation for per-host proxies
Jason Grout
2015-08-25
1
-7
/
+8
|
*
Add documentation for host-specific proxies
Jason Grout
2015-08-25
1
-0
/
+6
*
|
Document the string form of the verify parameter.
Cory Benfield
2015-08-31
1
-1
/
+5
|
/
*
Docs: Clarify that method-level params are not persisted in sessions.
Lukas Graf
2015-08-08
1
-0
/
+18
*
Mention connection pooling in session docs.
Lukas Graf
2015-08-07
1
-1
/
+6
*
Document use of sessions as context managers.
Lukas Graf
2015-08-07
1
-0
/
+9
*
Merge pull request #2506 from Lukasa/chunkeddocs
Ian Cordasco
2015-07-18
1
-1
/
+7
|
\
|
*
Expand on chunk length
Cory Benfield
2015-07-18
1
-1
/
+2
|
*
Expand on chunked handling.
Cory Benfield
2015-03-18
1
-1
/
+6
*
|
Docs: Add more section labels for referencing
Andrew Widdersheim
2015-05-26
1
-0
/
+14
|
/
*
Document Response.iter_lines() reentrancy issues
Priit Laes
2015-03-07
1
-0
/
+13
*
Updated the broken link to twitter streaming API documentation
rakesh
2014-12-09
1
-1
/
+1
*
Docs: Add more section labels for referencing
Dan Michael O. Heggø
2014-11-17
1
-0
/
+13
*
docs: Clarify how to pass a custom set of CAs
Jan Kundrát
2014-09-25
1
-1
/
+1
*
Moved multiple files upload example to advanced section.
Martin Jul
2014-09-16
1
-0
/
+24
*
Merge pull request #2203 from Lukasa/remove_certifi
Kenneth Reitz
2014-09-05
1
-0
/
+18
|
\
|
*
Link to Mozilla trust store.
Cory Benfield
2014-09-04
1
-1
/
+2
|
*
Remove hard certifi dependency and document.
Cory Benfield
2014-09-04
1
-0
/
+17
*
|
Merge pull request #2187 from kevinburke/more-docs
Kenneth Reitz
2014-09-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
s/behavior/behaviour
Kevin Burke
2014-08-29
1
-1
/
+1
*
|
Revert "Documentation update : connection keep alive"
Kenneth Reitz
2014-08-29
1
-4
/
+0
|
/
*
Add support for connect timeouts
Kevin Burke
2014-08-23
1
-0
/
+38
*
Cleanup grammar from previous commit.
Cory Benfield
2014-08-22
1
-3
/
+4
*
Documentation update : connection keep alive
tat3657
2014-08-22
1
-0
/
+3
*
Docs: Using print() function instead print command on advanced & quickstart u...
Espartaco Palma
2014-07-18
1
-14
/
+14
*
More line wrapping
David Pursehouse
2014-07-18
1
-13
/
+36
*
Docs: Fix :class: and :meth: directives
David Pursehouse
2014-07-16
1
-2
/
+2
*
removed unneeded parentheses from if clause
Udi Oron
2014-07-15
1
-1
/
+1
*
Fix broken link
Tshepang Lekhonkhobe
2014-07-14
1
-1
/
+1
*
Ensure that we open files in binary mode.
Cory Benfield
2014-05-28
1
-1
/
+1
*
Fix typo in advanced.rst docs
Paweł Romanowski
2014-05-13
1
-1
/
+1
*
Move SNI documentation to FAQ
Aaron Iles
2014-02-02
1
-25
/
+2
*
Document requirements for SNI support on Python2
Aaron Iles
2014-02-02
1
-0
/
+25
*
Document contextlib.closing.
Cory Benfield
2014-01-16
1
-0
/
+14
*
Fixup the header heirarchy.
Cory Benfield
2014-01-09
1
-1
/
+1
*
Merge branch 'master' of github.com:dsoprea/requests
Cory Benfield
2014-01-09
1
-2
/
+34
|
\
|
*
Added an SSL TA example.
Dustin Oprea
2014-01-09
1
-2
/
+34
*
|
Merge pull request #1831 from kevinburke/interlinks
Kenneth Reitz
2014-01-08
1
-35
/
+41
|
\
\
|
*
|
Add more interlinks between the documentation
Kevin Burke
2013-12-27
1
-35
/
+41
|
|
/
*
|
Fix warnings when building the docs
Kevin Burke
2013-12-28
1
-1
/
+1
|
/
*
Update the history and change the last last references to charade
swap-charade-for-chardet
Ian Cordasco
2013-12-18
1
-1
/
+1
*
further cleanup examples
Kenneth Reitz
2013-10-28
1
-13
/
+14
[next]