Cory Benfield
e0d88c2814
Merge pull request #2245 from sigmavirus24/doc-fix
...
Correct redirection introduction
2014-09-23 07:25:26 +01:00
Ian Cordasco
671ba85d41
Correct redirection introduction
...
The history attribute contains responses, not requests.
Thanks to Yang Yang for reporting this to me via email
2014-09-22 21:08:29 -05:00
Cory Benfield
466a70f7c1
Fixup the remaining references to timeline.json.
2014-09-20 15:00:36 +01:00
Martin Jul
0924069b68
Moved multiple files upload example to advanced section.
2014-09-16 11:54:31 +02:00
Martin Jul
4707d11004
Added example of how to send multiple files in one request.
2014-09-16 11:38:40 +02:00
Cory Benfield
bf8f791a93
Request->Response.
2014-09-09 08:44:40 +01:00
Cory Benfield
08d8876230
Remove timeline.json from docs.
2014-08-26 20:20:34 +01:00
Espartaco Palma
698b93b86d
Docs: Using print() function instead print command on advanced & quickstart user docs
2014-07-18 11:44:57 -05:00
David Pursehouse
44e426e4ff
More line wrapping
...
Change-Id: I950c3da727fb97b58d96a872b0d2ed718cc60ba8
2014-07-18 16:35:54 +09:00
David Pursehouse
17852784e8
Remove redundant sentence from quickstart introduction
...
Change-Id: Ic03aa394941367745f3148d299b5313849f77051
2014-07-18 15:18:20 +09:00
David Pursehouse
c6fa5bb1cd
Fix a couple more malformed :meth: and :class: links
...
Change-Id: Ie38844a40ec7a483e6ce5e56077be344242bcd99
2014-07-18 15:15:54 +09:00
David Pursehouse
2a6303e018
Docs: Fix :class: and :meth: directives
...
A few instances of the directives were malformed and did not
result in hyperlinks in the generated HTML.
Change-Id: I94d93de928ee4ff24a48797baf2ac77598a20704
2014-07-16 10:50:57 +09:00
David Pursehouse
a8a4c9828a
Restructure "Redirection and History" section in quickstart documentation
...
Change-Id: Ida38d551e8cd0edaeb92d09de411a6f4a3d0578b
2014-07-15 18:44:13 +09:00
David Pursehouse
f5a2138e8c
Minor tidy-ups in quickstart documentation
...
Change-Id: Ia862c17707a2a76182c549db88821636e8402729
2014-07-15 18:27:50 +09:00
np-csu
1bf4af6395
Update quickstart.rst
...
line 394: correct an input error.
2014-06-29 21:05:04 +08:00
Cory Benfield
22433163b3
Update trivial mentions to RFC 2616.
2014-06-07 09:53:12 +01:00
Alexander
1e3eb4ef9e
Added info about posted files headers
2014-01-28 12:03:59 +03:00
Ian Cordasco
3bd16ce9c5
Add missing sled
...
Thanks @kevinburke
2014-01-21 19:55:00 -06:00
Ian Cordasco
799bf116fe
Add a small note about requests-toolbelt
2014-01-18 22:44:50 -06:00
Cory Benfield
4a6a0c3c65
Update docs to highlight the value of r.encoding.
2013-12-20 09:15:12 +00:00
Ian Cordasco
6a24eb6d20
Add bit to docs about iter_content
2013-10-20 12:29:43 -05:00
Cory Benfield
c8d3dcb315
Small grammar fix.
2013-10-16 22:11:54 +01:00
Qingping Hou
3d0a1eb90d
fix doc for redirction and history
...
In current version of requests, allow_redirect is disabled by default
only for HEAD requests
2013-10-16 16:59:22 -04:00
Riyad Parvez
36485983ca
fixed print statement
2013-10-05 20:11:30 +06:00
Riyad Parvez
4656c9b89b
fixed print statement
2013-10-05 09:57:18 +06:00
Yang Zhang
2cb523b267
Fix typo in Timeouts doc
2013-09-07 00:16:09 -07:00
Yang Zhang
6d0315f78f
Clarify timeout behavior in quickstart doc
2013-09-06 19:27:57 -07:00
enkore
4ffc3e4d1f
Remove superfluous double dot
2013-08-18 03:06:34 +02:00
Kwpolska
587385bfe0
Grammar fixes and such
...
Signed-off-by: Kwpolska <kwpolska@gmail.com >
2013-07-20 12:56:25 +02:00
Kwpolska
ca033b83fe
Some cosmetic updates to the docs
...
Signed-off-by: Kwpolska <kwpolska@gmail.com >
2013-07-20 12:12:57 +02:00
Cory Benfield
8385fb397b
Remove charset from JSON types: not valid.
2013-07-19 14:03:20 +01:00
s7v7nislands
39ad5e7388
merge
2013-07-19 17:12:01 +08:00
s7v7nislands
0df505bd7c
fix doc
2013-07-19 17:04:53 +08:00
David Pursehouse
07ad75ee04
Fix #1322 : Add note in docs about None not being sent as data
...
In the case:
payload = {'key1': 'value1', 'key2': 'value2', 'key3': None}
r = requests.get("http://httpbin.org ", params=payload)
the parameter `key3` will not be sent as a parameter in the URL.
Mention this in the documentation.
2013-07-19 17:14:59 +09:00
Kevin Burke
a6415cf895
Link to the actual exception references
...
Sphinx has a neat cross-referencing feature where if you include the tilde
character in front of a :py: class, it'll link to the full object but provide
only the last part of class name in the text. For more info see
http://sphinx-doc.org/domains.html#cross-referencing-syntax
2013-06-12 15:53:09 -07:00
Julien Bouquillon
340931ba8e
Update quickstart.rst
...
rephrase misleading info about `raise_for_status`
2013-05-29 12:57:49 +03:00
Sasha Laundy
8ebeb3dc3f
Make json error message more specific
2013-04-08 13:03:13 -04:00
sursh
dfa59c2d97
Fix markdown
2013-04-08 13:01:02 -03:00
sursh
511cc4c034
Make json error on empty response more specific
2013-04-08 13:00:27 -03:00
Markus Wiik
90e109c241
Fix issue #1225 (Documentation: response object status/reason)
2013-03-05 16:18:24 +01:00
David Fischer
38f2581d6f
Github URL fix
2013-03-01 20:36:42 -08:00
Cory Benfield
d3e6597f73
Update docs with correct cookie behaviour.
2013-01-17 19:28:28 +00:00
Ian Cordasco
fef09a6691
Remove safe_mode/danger_mode from docs
2012-12-30 19:46:04 -05:00
Kenneth Reitz
f1d51aa7eb
timeout
2012-12-23 02:45:41 -05:00
Kenneth Reitz
5b5ff69201
update docs
2012-12-23 02:42:14 -05:00
Kenneth Reitz
4701243199
Merge pull request #1009 from Lukasa/master
...
Auth documentation.
2012-12-17 11:27:36 -08:00
Cory Benfield
a7c5d5e8ac
Split authentication out into a separate file.
2012-12-17 19:25:21 +00:00
Kamil Kisiel
fe0b0a989f
Fixed a few spots in the docs that were still using json as a property.
2012-12-17 11:02:06 -08:00
Cory Benfield
54b77afbb5
Uh, typo broke the link. Yeah. That happened.
2012-12-17 18:31:56 +00:00
Cory Benfield
be364e13d3
Update auth documentation with org info.
2012-12-17 18:31:56 +00:00