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
/
api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
update json param's description to avoid confusion
Elias Obeid
2018-04-30
1
-1
/
+1
*
typo
JiuLi Gao
2017-06-09
1
-1
/
+1
*
fix spaces in api.py
Kenneth Reitz
2017-05-29
1
-1
/
+1
*
Specify that the timeout parameter is in seconds.
Randy Barlow
2017-05-06
1
-1
/
+1
*
Fixes DeprecationWarnings in Python 3.6 due to invalid escape sequences. Fixe...
Ruben Dura Tari
2017-04-05
1
-7
/
+7
*
PR review fixes:
Bastien Gérard
2017-03-22
1
-1
/
+3
*
Removed sentence as suggested.
Marcos Dione
2017-03-07
1
-1
/
+1
*
Add mention to list od tuples as data param.
Marcos Dione
2017-03-07
1
-1
/
+1
*
fixed #3894 by mentioning form-encoding of dict
Lutz Horn
2017-03-01
1
-4
/
+4
*
Add default value of allow_redirects to docs
Peter Inglesby
2017-01-12
1
-1
/
+1
*
Clarify allow_redirects
Barbara Miller
2016-11-15
1
-1
/
+1
*
documentation line added for consistency with the post method
hootnot
2016-11-03
1
-0
/
+2
*
making module docstrings and coding comments consistent
Nate Prewitt
2016-07-19
1
-1
/
+0
*
Update docstring and API doc to document ability to add per-file headers in m...
Alexander Hermes
2016-03-29
1
-1
/
+5
*
Refactor default params
Brian Samek
2015-12-11
1
-1
/
+1
*
Assure session is closed on exception.
Artur Siekielski
2015-11-06
1
-7
/
+5
*
Docs: Fix links to `timeouts` section by using :ref: instead of
Lukas Graf
2015-08-15
1
-2
/
+2
*
Make docstring of api.get more clear
Matt Havard
2015-04-30
1
-2
/
+3
*
Add return type field to entry-point docstrings
Ulrich Petri
2015-03-14
1
-8
/
+23
*
Close sessions created in the functional API
Ian Cordasco
2014-11-07
1
-1
/
+6
*
Merge pull request #2258 from willingc/add-json
Kenneth Reitz
2014-10-05
1
-2
/
+4
|
\
|
*
Adds json parameter for POST requests
Carol Willing
2014-08-28
1
-2
/
+4
*
|
Document Timeout behaviour
Kevin Burke
2014-08-29
1
-2
/
+6
|
/
*
The timeout is in seconds.
Cory Benfield
2014-02-16
1
-1
/
+1
*
Revert "[kennethreitz/requests#1208] adding a max_retries argument"
Kenneth Reitz
2013-03-03
1
-1
/
+0
*
[kennethreitz/requests#1208] adding a max_retries argument
Wilfred Hughes
2013-02-27
1
-0
/
+1
*
Missing line was allowing redirects with HEAD
Ian Cordasco
2013-02-20
1
-0
/
+1
*
api docs
Kenneth Reitz
2012-12-23
1
-0
/
+6
*
Tweaked the 'data' param docs to indicate that a file-like object is also sup...
Hans Lellelid
2012-12-20
1
-4
/
+4
*
/s/prefetch/stream
Kenneth Reitz
2012-12-17
1
-1
/
+1
*
nice and cleanup
Kenneth Reitz
2012-12-17
1
-1
/
+0
*
further remove config
Kenneth Reitz
2012-12-17
1
-13
/
+1
*
json errors
Kenneth Reitz
2012-12-16
1
-0
/
+1
*
WHOOOOOOOOOOOOOOOO
Kenneth Reitz
2012-12-15
1
-5
/
+2
*
Updates from ISC to Apache2
Lyndsy Simon
2012-12-05
1
-1
/
+1
*
Merge pull request #983 from jszakmeister/allow-strict
Kenneth Reitz
2012-12-02
1
-1
/
+1
|
\
|
*
Add the ability to turn off HTTP 0.9 support.
John Szakmeister
2012-12-02
1
-1
/
+1
*
|
Fixed so that safe_mode works for Sessions
Jonatan Heyman
2012-11-23
1
-2
/
+0
|
/
*
Whitespace fixes following PEP8.
Locker537
2012-08-16
1
-0
/
+2
*
address connection leak issue from #520
Shivaram Lingamneni
2012-08-05
1
-4
/
+13
*
Issue #505: Changed the store_cookie configuration to be part of the config d...
Arup Malakar
2012-05-23
1
-2
/
+1
*
authors
Kenneth Reitz
2012-05-16
1
-0
/
+1
|
\
|
*
Issue #505: Allow disabling of cookie persistence/sending
Arup Malakar
2012-05-16
1
-0
/
+1
*
|
New implementation of safe_mode. Now, we throw exceptions in models.py regard...
Josh Imhoff
2012-05-09
1
-0
/
+2
|
/
*
Sphinx throws an error if you don't escape ** in **kwargs
Ian Danforth
2012-03-18
1
-7
/
+7
*
Updated Requests api to accept a 'cert' argument.
chadnickbok@gmail.com
2012-03-14
1
-2
/
+1
*
Exposed key_file and cert_file in requests, to support https client certifica...
chadnickbok@gmail.com
2012-03-14
1
-0
/
+2
*
history for HEAD 3xx
v0.10.3
Kenneth Reitz
2012-02-20
1
-1
/
+1
*
Added prefetch documentation for api
Frank Kumro
2012-01-12
1
-0
/
+1
*
The `request` method of `Session` class does not take a `session` argument. B...
Shrikant Sharat Kandula
2012-01-09
1
-1
/
+1
[next]