Julien Bouquillon
340931ba8e
Update quickstart.rst
...
rephrase misleading info about `raise_for_status`
2013-05-29 12:57:49 +03:00
giacomo
8781b56a0e
Fixed example in authentication docs
2013-05-02 18:16:19 +03:00
Kenneth Reitz
4f83ef8328
Merge pull request #1314 from duailibe/master
...
Fix small typo in the Support docs
2013-05-01 10:29:40 -07:00
amercader
505d2487e3
Fix API documentation issues
...
* 'Cookies' and 'Encodings' sections were not built because the
reference to the functions was wrong.
* 'Exceptions' section had a wrong anchor link ('module-requests', same
one as the main heading).
* Remove 'decode_gzip' function, which is no longer present.
2013-04-30 16:15:56 +02:00
Chris Warrick
c3bef6b0d9
A tiny typo, noticed while working on the Polish translation.
2013-04-27 14:52:35 +03:00
Kenneth Reitz
8f3f4e2744
milla
2013-04-20 00:22:13 -04:00
Kenneth Reitz
65b6ef6036
pt
2013-04-20 00:18:27 -04:00
Lucas Duailibe
1ca423ec80
Fix small typo in the Support docs
2013-04-18 20:59:17 -03:00
Kenneth Reitz
ae5419db17
translations
2013-04-15 03:22:56 -04:00
Kenneth Reitz
9c2f9f61ef
Translatoins
2013-04-15 03:22:48 -04:00
Kenneth Reitz
636476e704
Merge remote-tracking branch 'origin/master'
2013-04-15 03:21:40 -04:00
Kenneth Reitz
aafca7acdc
translations
2013-04-15 03:21:32 -04:00
Kenneth Reitz
9df450193f
Merge pull request #1302 from ssbarnea/master
...
Documents the actual logging methods #1297
2013-04-13 20:25:47 -07:00
Kenneth Reitz
082029ff2e
switch streaming requests to httpbin
2013-04-13 15:26:49 -04:00
Mike Helmick
ed0242ae3a
Fix Advanced docs Twitter Streaming example
...
Twitter API v1.1 Streaming now requires OAuth Authentication rather than XAuth.
I believe v1 is being blacked out sometime at the beginning of May.
2013-04-11 20:19:51 -04:00
Sorin Sbarnea
fb49481ddf
Updated documentation indicating that logging is done via requests.packages.urllib3 instead of requests.
...
modified: docs/api.rst
2013-04-10 16:46:05 +01:00
Sorin Sbarnea
17ecb6891c
* Documented the logging, requested in #1297
...
* Added build directory and *.egg to .gitignore
* Added sphinx as setup requirement in order to be able to build documentation with `pyhton setup.py build_sphinx`
modified: .gitignore
modified: docs/api.rst
modified: setup.py
2013-04-10 16:15:28 +01:00
Cory Benfield
e5f1053b30
Shell of Transport Adapter documentation.
2013-04-09 20:58:59 +01:00
Cory Benfield
c73f653352
Add HTTPAdapter to API docs.
2013-04-09 19:54:47 +01: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
Ian Cordasco
b9e5cce2d2
Add PreparedRequest recipe to the docs
2013-04-02 10:07:37 -04:00
Pascal Borreli
037b38badb
Fixed typos
2013-04-01 18:02:18 +00:00
Kenneth Reitz
ba25184ed5
sp
2013-03-26 16:38:11 -04:00
Kenneth Reitz
ab19b79375
Rezzy the Request Sea Turtle
2013-03-26 16:32:20 -04:00
Kenneth Reitz
12ef43e407
/s/make/invoke
2013-03-22 15:52:08 -04:00
Andreas Damgaard Pedersen
af791d48c6
Remove duplicate comment.
2013-03-14 16:12:45 +01:00
Markus Wiik
90e109c241
Fix issue #1225 (Documentation: response object status/reason)
2013-03-05 16:18:24 +01:00
Kenneth Reitz
98ff29f793
Merge pull request #1230 from davidfischer/trivial-docs-fix
...
Github URL fix
2013-03-02 12:59:10 -08:00
David Fischer
7e7c275504
Session isn't advertised as a context manager
2013-03-02 08:59:19 -08:00
David Fischer
73abf84ace
Capitalize s in Session
2013-03-02 08:51:55 -08:00
David Fischer
7eba5ffe48
Logic on streaming responses was changed in 1.0
...
* prefetch=False in 0.x is now stream=True
2013-03-02 08:44:14 -08:00
David Fischer
1d2ee524d8
Initial docs patch for migrating from pre 1.0
2013-03-01 23:21:08 -08:00
David Fischer
38f2581d6f
Github URL fix
2013-03-01 20:36:42 -08:00
Thomas Weißschuh
b53975327f
use explicit scheme for proxies in the docs
...
Issue #1192 tried to force user to provide a scheme for proxy urls.
As this would break backwards compability change the docs instead.
2013-02-15 16:32:50 +00:00
Cory Benfield
ff954e16f1
Feature freeze.
2013-02-06 19:01:24 +00:00
Kenneth Reitz
113b67c069
moar
2013-01-31 14:35:42 +00:00
Kenneth Reitz
12246afab8
HMG
2013-01-31 13:20:14 +00:00
ekatsah
79727abb32
Update docs/user/advanced.rst
...
Rephrasing a line in the docs, add explicite mention of "client side certificate" (for indexing and clarity)
2013-01-30 21:22:24 +01:00
Cory Benfield
c678a7b402
Small typo fixes.
2013-01-21 19:55:08 +00:00
Cory Benfield
d3e6597f73
Update docs with correct cookie behaviour.
2013-01-17 19:28:28 +00:00
Kenneth Reitz
34917618d8
+1
2013-01-11 09:34:14 -05:00
Kenneth Reitz
41687c8fa8
v1.1.0 and docs
2013-01-10 02:13:02 -05:00
Kenneth Reitz
47fe258b5a
Merge pull request #1085 from graingert/patch-1
...
Update the advanced doc to use the r.json method
2013-01-07 10:42:14 -08:00
Kenneth Reitz
21616a815b
Merge pull request #1086 from graingert/patch-2
...
Update the link headers doc to match the code
2013-01-07 10:41:51 -08:00
Paul McMillan
ba1df2cfca
Clarify support for alternative distributions
2013-01-07 13:34:51 -05:00
Thomas Grainger
7dc13e5cab
Update the link headers doc to match the code
2013-01-04 21:46:14 +00:00
Thomas Grainger
7687746c7c
Update the advanced doc to use the r.json method
2013-01-04 21:33:51 +00:00
Ian Cordasco
fef09a6691
Remove safe_mode/danger_mode from docs
2012-12-30 19:46:04 -05:00