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
Commit message (
Expand
)
Author
Age
Files
Lines
*
behold the power of requests
Kenneth Reitz
2016-02-03
1
-1
/
+1
*
docs fix
Kenneth Reitz
2016-02-03
1
-4
/
+2
*
docs cleanup
Kenneth Reitz
2016-02-03
1
-7
/
+2
*
update
Kenneth Reitz
2016-02-03
1
-19
/
+29
*
Fixed markup for/rendering of list in section "Custom Headers".
Jochen Kupperschmidt
2016-01-30
1
-2
/
+2
*
Warn about encrypted keys in the docs.
Cory Benfield
2016-01-27
1
-0
/
+3
*
Update example for Python 2/3 compatible.
shoma
2016-01-22
1
-3
/
+5
*
Fix api doc of debug logging for Python 3
shoma
2016-01-22
1
-3
/
+4
*
github_banner
Kenneth Reitz
2016-01-15
1
-0
/
+1
*
remove hellobar
Kenneth Reitz
2016-01-15
1
-4
/
+0
*
Python 3.5
Kenneth Reitz
2016-01-15
1
-1
/
+1
*
add github banner
Kenneth Reitz
2016-01-15
1
-1
/
+3
*
align rezzy the sea turtle
Kenneth Reitz
2016-01-15
1
-0
/
+8
*
Merge pull request #2915 from onceuponatimeforever/alabaster_sphinx_theme
Kenneth Reitz
2016-01-15
10
-912
/
+9
|
\
|
*
Remove kenneth's sphinx themes from docs directory
Susan Tan
2015-12-04
8
-991
/
+0
|
*
Switch to alabaster instead of kr sphinx theme for requests docs
Susan Tan
2015-12-04
3
-3
/
+91
*
|
Update conf.py
Kenneth Reitz
2016-01-15
1
-1
/
+1
*
|
advanced: use "client.*" to designate client certificate
Vincent Bernat
2015-12-28
1
-2
/
+2
*
|
Docs: clarify the precedence of `auth=` over `netrc`
Isa Hassen
2015-12-21
2
-3
/
+5
|
/
*
Remove redundant json import.
unknown
2015-11-12
1
-1
/
+0
*
Add support for a directory of CAs
Cory Benfield
2015-11-05
1
-1
/
+1
*
Merge pull request #2825 from Lukasa/universal_newlines
Ian Cordasco
2015-10-24
2
-1
/
+27
|
\
|
*
Add warnings about text/binary mode files.
Cory Benfield
2015-10-14
2
-1
/
+27
*
|
added fix for #2826
shagun Sodhani
2015-10-16
1
-2
/
+2
|
/
*
Remove reference to ok.
Cory Benfield
2015-10-03
1
-2
/
+2
*
Fix #2799: Update Quickstart documentation of Response.json()
Hosam Aly
2015-10-03
1
-2
/
+8
*
60m times
Kenneth Reitz
2015-09-24
1
-1
/
+1
*
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
2
-2
/
+2
*
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
*
|
fix rfc quotation
Maximilian Hils
2015-09-05
1
-4
/
+4
*
|
Document the string form of the verify parameter.
Cory Benfield
2015-08-31
1
-1
/
+5
*
|
Add link to ES translation.
Carlos Vargas
2015-08-28
1
-0
/
+1
*
|
Add link to IT translation
csparpa
2015-08-25
1
-2
/
+1
|
/
*
Fixed minor rendering issue in documentation code blocks
Baptiste Mispelon
2015-08-15
1
-3
/
+3
*
Merge pull request #2724 from smiley/master
Cory Benfield
2015-08-14
1
-0
/
+9
|
\
|
*
Changed phrasing to be a little clearer.
Smiley Barry
2015-08-14
1
-2
/
+2
|
*
Update quickstart.rst
Smiley Barry
2015-08-14
1
-0
/
+9
*
|
Docs: Clarify that method-level params are not persisted in sessions.
Lukas Graf
2015-08-08
2
-0
/
+20
*
|
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
*
|
Mention SNI being backported to Python2.7.9 in FAQ
Matej Stuchlik
2015-08-04
1
-3
/
+3
*
|
Fix docs for passing a list of values for a query string
Christopher Peplin
2015-07-18
1
-4
/
+3
*
|
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
*
|
|
Fix quickstart "Custom Headers" example intro
Peter Marsh
2015-07-15
1
-1
/
+1
[next]