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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format c_rehash
Ben Bodenmiller
2021-01-19
1
-1
/
+1
*
Updated proxies documentation
Sylvain MARIE
2020-11-27
1
-20
/
+28
*
Updated proxies documentation
Sylvain MARIE
2020-11-27
1
-1
/
+34
*
Merge pull request #5594 from icfly2/patch-1
Nate Prewitt
2020-11-16
1
-2
/
+2
|
\
|
*
Update advanced.rst
Ruben
2020-09-23
1
-2
/
+2
*
|
Respect the NETRC environment variable
Mathieu Pichette
2020-10-31
1
-1
/
+2
*
|
small typo corrected.
Jonathan
2020-10-04
1
-1
/
+1
|
/
*
Recommend Pip, remove todo/philo docs, pare down support avenues
Seth Michael Larson
2020-08-18
3
-54
/
+5
*
Remove images, analytics, 'keep up to date'
Seth Michael Larson
2020-08-18
4
-9
/
+0
*
Document the dangers of using verify=False
Matt Silverlock
2020-08-16
1
-0
/
+6
*
Docs: list CURL_CA_BUNDLE as supported (#5509)
Ben Bodenmiller
2020-07-23
1
-0
/
+1
*
cleanup advanced docs header
Nate Prewitt
2020-06-26
1
-2
/
+0
*
Remove explicit unicode literal in README.md and doc (#5336)
Alessio Izzo
2020-03-25
2
-13
/
+13
*
Fix the syntax highlighting in the example (#5276)
Alexander Zhukov
2020-02-17
1
-2
/
+2
*
Update link to pipenv in installation guide.
John Samuels
2020-02-17
1
-1
/
+1
*
Change link for pip installation instructions
Nick Watts
2020-01-25
1
-1
/
+1
*
Change documentation website to requests.readthedocs.io (#5236)
Sorin Sbarnea
2019-10-24
1
-1
/
+1
*
Updated references to previous requests/requests GitHub path
Nihaal
2019-08-19
2
-10
/
+10
*
Fix typos
Min ho Kim
2019-07-20
1
-1
/
+1
*
Add `requests-async` link to "non-blocking" docs.
Tom Christie
2019-03-27
1
-1
/
+2
*
programming quiz
Kenneth Reitz
2019-02-28
1
-0
/
+3
*
docs: correct error in 'merge_environment_settings' usage
Andrew Bonney
2019-02-04
1
-1
/
+1
*
Reverting redirect examples back to intended URLs
Rich Abdill
2018-10-20
1
-3
/
+3
*
Prefer https:// for URLs throughout project
Jon Dufresne
2018-09-30
5
-52
/
+52
*
In docs, use intersphinx to link to Python documentation
Jon Dufresne
2018-08-11
2
-21
/
+15
*
Rolled multi-value form examples in documentation into one (#4700)
Antti Kaihola
2018-07-20
1
-23
/
+12
*
Documentation for multivalued form-encoded element as a list (#4700)
Antti Kaihola
2018-07-20
1
-0
/
+17
*
Update Python 2 doc links to Python 3
Jon Dufresne
2018-06-09
2
-3
/
+3
*
Certifi.io broken
Nick Timkovich
2018-05-14
1
-1
/
+1
*
Spelling.
Victor Shih
2018-05-07
1
-1
/
+1
*
Update all pypi.python.org URLs to pypi.org
Jon Dufresne
2018-04-18
1
-1
/
+1
*
add comment about json parameter changing content-type
Hackbright Student
2018-03-16
1
-0
/
+2
*
Remove remaining references to removed, vendored packages (#4499)
Jon Dufresne
2018-02-17
2
-2
/
+2
*
Clarify docs that Requests always uses certs from certifi
Jon Dufresne
2018-02-14
1
-9
/
+8
*
Trim trialing white space throughout the project
Jon Dufresne
2018-02-05
1
-5
/
+5
*
Prefer https over http for links in the documentation
Jon Dufresne
2018-01-06
2
-8
/
+8
*
Clarify behaviour of `json` parameter.
Daniel Roseman
2017-11-21
1
-0
/
+1
*
docs/quickstart: clarify raw response reading.
Dave Shawley
2017-11-17
1
-0
/
+8
*
Corrent HTTP -> HTML in quickstart doc
Tal Einat
2017-11-16
1
-1
/
+1
*
Add an example of two hooks
Alex Chan
2017-10-24
1
-0
/
+12
*
Clarify that a Session can have multiple hooks
Alex Chan
2017-10-23
1
-2
/
+5
*
Switch to using dict literals, it's 2017
Alex Chan
2017-10-23
1
-3
/
+3
*
Add something to the docs about hooks on Session()
Alex Chan
2017-10-23
1
-0
/
+9
*
Update authentication.rst
Kenneth Reitz
2017-09-04
1
-0
/
+2
*
Update quickstart.rst
Kenneth Reitz
2017-09-04
1
-0
/
+2
*
Update advanced.rst
Kenneth Reitz
2017-09-04
1
-0
/
+2
*
Update install.rst
Kenneth Reitz
2017-09-04
1
-0
/
+3
*
Update intro.rst
Kenneth Reitz
2017-09-04
1
-0
/
+2
*
Update advanced.rst
Kenneth Reitz
2017-09-04
1
-1
/
+2
*
fixed syntax for code block for prepared requests
Pascal Van Acker
2017-08-28
1
-1
/
+1
[next]