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
*
Fix Response Status Codes in the docs.
Ian Cordasco
2012-06-21
1
-1
/
+1
*
Update raise_for_status() exception output to reflect that requests.exception...
jkleint
2012-06-18
1
-3
/
+3
*
cleanup #676
Kenneth Reitz
2012-06-14
1
-51
/
+4
*
Removed last attempt at documenting how to access Request from Response objec...
Michael Holler
2012-06-14
1
-83
/
+79
*
Added 'request object attributes' section header
Michael Holler
2012-06-13
1
-4
/
+3
*
Added alphabetized list of request attributes and descriptions.
Michael Holler
2012-06-13
1
-0
/
+18
*
Added documentation on how to access and use the Request object.
Michael Holler
2012-06-13
1
-0
/
+65
*
If this comment is true (https://github.com/kennethreitz/requests/issues/239#...
Daniel Miller
2012-06-07
1
-36
/
+1
*
Added r.json documentation (document ALL the awesome features!)
Danilo Bargen
2012-06-06
1
-0
/
+13
*
Added information about HTTP proxy authentication to docs
Danilo Bargen
2012-05-30
1
-2
/
+13
*
First draft of full verbs.
Cory Benfield
2012-05-19
1
-0
/
+156
*
Correctly reflect redirection behaviour.
Cory Benfield
2012-05-17
1
-5
/
+5
*
Rewrite quickstart docs.
Cory Benfield
2012-05-17
1
-123
/
+102
*
sending strings to be received as files
barberj
2012-05-06
1
-0
/
+28
*
update documentation to correspond to new cookie API
Shivaram Lingamneni
2012-05-01
1
-2
/
+2
*
Remove bad tab indent
Adrian
2012-04-04
1
-2
/
+2
*
Fixed typoe (s/repsonses/responses/)
Andrey Petrov
2012-04-02
1
-1
/
+1
*
little correction of curl in docs
pulpe
2012-03-28
1
-2
/
+2
*
Merge branch 'develop' of github.com:kennethreitz/requests into develop
Kenneth Reitz
2012-03-22
1
-0
/
+26
|
\
|
*
Add quickstart doc and example for passing parameters in a GET request
Jonathan Drosdeck
2012-03-18
1
-0
/
+26
*
|
#508
Kenneth Reitz
2012-03-22
1
-0
/
+1
*
|
Suggesting changing "async.map(rs)" to "responses = async.map(rs)" just to sh...
Daniel Miller
2012-03-22
1
-1
/
+1
|
/
*
Facilitate proxy configuration by environment variables
Johannes Gorset
2012-03-08
1
-0
/
+27
*
Added StringIO/Image example to quickstart documentation.
Danilo Bargen
2012-02-21
1
-0
/
+7
*
Fix httpbin urls with missing .org
Johannes
2012-01-26
1
-3
/
+3
*
text
Kenneth Reitz
2012-01-23
1
-1
/
+1
*
r.text
Kenneth Reitz
2012-01-23
1
-4
/
+4
*
explain binary response data
Kenneth Reitz
2012-01-23
1
-6
/
+32
*
Fixed code in 'Event Hooks' section
Lucian Ursu
2012-01-10
1
-1
/
+1
*
Update docs/user/advanced.rst
Kenneth Reitz
2012-01-07
1
-2
/
+2
*
mention of error modes in quickstart
Bryan Helmig
2012-01-05
1
-0
/
+4
*
Update docs/user/install.rst
Kenneth Reitz
2012-01-02
1
-2
/
+2
*
engrish
Kenneth Reitz
2011-12-28
1
-1
/
+1
*
ssl docs
Kenneth Reitz
2011-12-28
1
-2
/
+17
*
Add Twitter Streaming API example to Advanced Usage docs
Jason Emerick
2011-12-19
1
-0
/
+21
*
Fix spelling errors, typos.
Nick Hatch
2011-12-11
2
-6
/
+6
*
Fixed spelling error in documentation.
Chris Van Horne
2011-12-09
1
-1
/
+1
*
disable_redirects parameter does not seem to exist anymore, updated docs to p...
Ed Summers
2011-12-06
1
-2
/
+2
*
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz
2011-11-30
1
-0
/
+2
|
\
|
*
Clarification of keep-alive behavior.
Bryan Berg
2011-11-28
1
-0
/
+2
*
|
sp
Kenneth Reitz
2011-11-30
1
-1
/
+1
|
/
*
Merge branch 'auth_callables' of https://github.com/idangazit/requests into d...
Kenneth Reitz
2011-11-26
2
-21
/
+35
|
\
|
*
Added support for HTTP Basic Auth credentials in 2-tuple
Idan Gazit
2011-11-19
1
-4
/
+15
|
*
Converted auth to use callable objects instead of tuples.
Idan Gazit
2011-11-17
2
-18
/
+21
*
|
quickstart for encoding
v0.8.2
Kenneth Reitz
2011-11-19
1
-0
/
+5
*
|
Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273
Kenneth Reitz
2011-11-18
1
-0
/
+25
|
\
\
|
*
|
updated docs for last change in `files` argument to support explicit filename.
Rolando Espinoza La fuente
2011-11-18
1
-0
/
+25
|
|
/
*
|
Corrected period to comma.
elpres
2011-11-17
1
-1
/
+1
|
/
*
Added OAuth reference to quickstart file
Joseph McCullough
2011-11-14
1
-0
/
+5
*
grocer's apostrophe
Kenneth Reitz
2011-11-13
1
-1
/
+1
[next]