Kenneth Reitz
49a7947bcb
link docs!
2012-08-21 00:52:09 +10:00
Kenneth Reitz
a032e7c392
link headers
2012-08-21 00:43:05 +10:00
Kenneth Reitz
cb0fdd80d0
Merge pull request #784 from Locker537/docs_fix
...
Change variable '_r' to 'r' for consistency.
2012-08-17 13:59:29 -07:00
Kay Zhu
76f90054f9
"There many ..." to "There are many ..." in quickstart
2012-08-17 06:12:15 -04:00
Locker537
b31a4399c7
Remove trailing whitespace from docs directory.
2012-08-16 17:08:57 -04:00
Locker537
b9d3ce2e10
Change variable '_r' to 'bad_r' to avoid confusion about Python's private variable convention.
2012-08-16 16:50:01 -04:00
Locker537
ff55d737d5
Change variable '_r' to 'r' for consistency.
2012-08-16 16:27:31 -04:00
Cory Benfield
7a9419ce35
Document encodings and RFC compliance.
2012-08-10 14:47:13 +01:00
Kenneth Reitz
40ba6b4ec1
new button domain
2012-08-08 23:31:30 -05:00
anentropic
fdec88de99
example looked wrong
...
From what I can tell from the source code (down thru urllib3) the key in the `files` dict is always the 'fieldname', while specifying a custom filename is optional.
So in this example it is confusing to have a fieldname of 'report.xls' (the filename) where all the other examples use a fieldname of 'file'.
2012-08-02 13:56:12 +02:00
Kenneth Reitz
758cd24033
donate
2012-07-28 17:07:53 -04:00
Kenneth Reitz
72f7cbfdc1
gittip
2012-07-28 16:56:00 -04:00
karl
9fe4a99365
adding clarification to the history API. It was not clear how the history list was sorted.
2012-07-12 16:34:28 -04:00
Marc Schlaich
ea99d5e0d9
This shouldn't be here anymore.
2012-07-12 10:22:12 +03:00
muhtasib
6413c063ed
Fix minor formatting issue.
2012-07-10 19:34:29 -03:00
Leila Muhtasib
051d3bb601
Updated documentation for SSL client cert usuage.
...
Co-Authored By: Timnit Gebru <tgebru@gmail.com >
Co-Authored By: Sarah Gonzalez <smar.gonz@gmail.com >
Co-Authored By: Victoria Mo <vm2355@columbia.edu >
2012-07-10 18:25:32 -04:00
Kenneth Reitz
64ec73cbda
kippt
2012-07-06 02:54:08 -04:00
Ian Cordasco
3aa7f24e74
Fix Response Status Codes in the docs.
2012-06-21 15:06:01 -04:00
jkleint
234a55da6a
Update raise_for_status() exception output to reflect that requests.exceptions.HTTPError is raised, not urllib2.HTTPError.
2012-06-18 17:26:42 -03:00
Mahmoud Hossam
5cc2129c73
Add rauth.
2012-06-16 10:36:18 +03:00
Kenneth Reitz
6b1e81c410
cleanup #676
2012-06-14 12:51:28 -04:00
Michael Holler
5db661a9e4
Removed last attempt at documenting how to access Request from Response objects, replaced with section entitled 'Request and Response Objects'
2012-06-14 09:14:37 -05:00
Michael Holler
fde7ba78f2
Added 'request object attributes' section header
2012-06-13 23:18:25 -05:00
Michael Holler
b0db8cf2d8
Added alphabetized list of request attributes and descriptions.
2012-06-13 23:16:06 -05:00
Michael Holler
a5f05353b3
Added documentation on how to access and use the Request object.
2012-06-13 23:00:12 -05:00
Kenneth Reitz
f733ff0196
don't change scrollbars
2012-06-07 22:44:38 -04:00
Daniel Miller
c589d8a251
If this comment is true ( https://github.com/kennethreitz/requests/issues/239#issuecomment-6180706 ), then it would be good to point people in the right direction. Otherwise disregard this message.
2012-06-07 16:47:54 -07:00
Kenneth Reitz
c0ae3dd31e
more examples
...
#657
2012-06-07 03:09:19 +02:00
Kenneth Reitz
dda9689ca4
Revert "In fact, the feature is so awesome that it should go into index.rst"
...
This reverts commit f968fe0136 .
2012-06-07 03:02:32 +02:00
Danilo Bargen
f968fe0136
In fact, the feature is so awesome that it should go into index.rst
2012-06-06 17:07:42 +02:00
Danilo Bargen
1164450dac
Added r.json documentation (document ALL the awesome features!)
2012-06-06 16:59:20 +02:00
Danilo Bargen
d81dfe266e
Added information about HTTP proxy authentication to docs
2012-05-30 17:34:24 +02:00
Cory Benfield
2b8e01bff7
First draft of full verbs.
2012-05-19 21:34:36 +01:00
Cory Benfield
36fd8da1c0
Correctly reflect redirection behaviour.
...
The docs incorrectly listed HEAD as a method that follows redirects by
default: it does not. This commit resolves this issue, and thus resolves
issue #504 .
2012-05-17 19:25:35 +01:00
Cory Benfield
45506d1f39
Rewrite quickstart docs.
...
This should help with issue #503 .
2012-05-17 10:16:42 +01:00
Paul Nasrat
2c11473816
Improve developer documentation.
...
I cloned, followed the todo and had failures as no certifi or chardet.
Fixed up so easy to get started.
2012-05-13 16:09:52 -07:00
Kenneth Reitz
6fd03d5f20
thread safe
2012-05-08 01:24:30 -04:00
barberj
e912a6f5da
sending strings to be received as files
2012-05-06 15:14:57 -07:00
Berker Peksag
a0f991dbad
Fixed broken links in TODO docs.
2012-05-06 22:26:28 +03:00
Shivaram Lingamneni
fdd08215ea
update documentation to correspond to new cookie API
2012-05-01 21:46:53 -07:00
Kenneth Reitz
821cbb3e08
moar
2012-04-09 04:22:10 -04:00
Adrian
da288ad57a
Remove bad tab indent
2012-04-04 11:03:49 +03:00
Andrey Petrov
03ae9bee74
Fixed typoe (s/repsonses/responses/)
2012-04-02 16:59:08 -07:00
Michael Kelly
48396f97a9
Fix #506 : Change "Support Requests" to "Donate".
2012-04-02 00:40:20 -07:00
Kenneth Reitz
751e2ea2d4
roadmap
2012-03-31 03:21:31 -04:00
Kenneth Reitz
11e5c8eab7
HTTP/1.1
2012-03-31 00:08:38 -04:00
pulpe
13060f89c7
little correction of curl in docs
2012-03-28 10:45:21 +02:00
Kenneth Reitz
afb1bd103a
paypal
2012-03-25 03:56:00 -04:00
Kenneth Reitz
4c1852f928
Merge branch 'develop' of github.com:kennethreitz/requests into develop
2012-03-22 15:00:51 -04:00
Kenneth Reitz
6e26f5754b
#508
2012-03-22 15:00:47 -04:00