Danilo Bargen
8b750ee182
Added StringIO/Image example to quickstart documentation.
2012-02-21 09:24:52 +01:00
Kenneth Reitz
8c873712fe
.netrc
2012-02-20 16:20:07 -05:00
Kenneth Reitz
124c172c72
100k times
2012-02-20 13:49:29 -05:00
Kenneth Reitz
ceb42dd5de
no more SOPA
2012-02-20 12:39:25 -05:00
Kenneth Reitz
a74481a1d4
Update docs/community/faq.rst
2012-02-03 13:24:00 -05:00
Kenneth Reitz
120e62900b
Native Instruments!
2012-01-31 02:15:55 -05:00
Johannes
ca57e93ebf
Fix httpbin urls with missing .org
2012-01-26 02:13:04 +00:00
Kenneth Reitz
50298bbf97
80k
2012-01-23 02:52:38 -05:00
Kenneth Reitz
976bfbf687
text
2012-01-23 02:43:38 -05:00
Kenneth Reitz
1bc377b188
r.text
2012-01-23 02:42:34 -05:00
Kenneth Reitz
a89530aef5
explain binary response data
2012-01-23 02:42:05 -05:00
Kenneth Reitz
90f5c8bd85
r.text
2012-01-23 02:32:09 -05:00
Kenneth Reitz
57aeafa115
pythons
2012-01-23 02:21:35 -05:00
Kenneth Reitz
a29e862adf
new pythons!
2012-01-23 02:21:30 -05:00
Kenneth Reitz
5bff8e362f
Update docs/dev/todo.rst
2012-01-19 18:43:43 -05:00
Johannes Gorset
e65d0ac9e3
Elaborate on how to help
2012-01-20 00:09:30 +01:00
Kenneth Reitz
557480cfe8
SOPA
2012-01-18 11:14:32 -05:00
Lucian Ursu
de17f4e5a4
Fixed code in 'Event Hooks' section
2012-01-10 12:17:57 +02:00
Kenneth Reitz
89c90add2c
Update docs/index.rst
2012-01-07 18:32:56 -05:00
Andrey Petrov
68619b8088
Merge branch 'develop' of https://github.com/kennethreitz/requests into urllib3-attribution
2012-01-07 15:19:02 -08:00
Andrey Petrov
e185aec920
Adding a humble mention of urllib3 to the Requests intros.
2012-01-07 15:17:06 -08:00
Kenneth Reitz
15396fb2f9
Update docs/user/advanced.rst
2012-01-07 13:44:09 -05:00
Bryan Helmig
aa39fb0c80
mention of error modes in quickstart
2012-01-05 14:11:19 -06:00
Kenneth Reitz
e3288d5e33
Update docs/user/install.rst
2012-01-02 02:50:09 -05:00
Kenneth Reitz
49140d6880
✨ 2012 ✨
2012-01-01 00:44:20 -05:00
Kenneth Reitz
28db6c3f53
engrish
2011-12-28 03:58:08 -05:00
Kenneth Reitz
9fcfec18da
ssl docs
2011-12-28 03:18:40 -05:00
Kenneth Reitz
3483bae24f
Update docs/index.rst
2011-12-22 23:09:27 -05:00
Jason Emerick
2c153c1556
Add Twitter Streaming API example to Advanced Usage docs
2011-12-19 11:45:32 -05:00
Kenneth Reitz
baf3dcb6c7
less
2011-12-12 18:30:45 -05:00
Kenneth Reitz
8b92b6513c
trying less toc
2011-12-12 18:29:41 -05:00
Nick Hatch
a6412b02ba
Fix spelling errors, typos.
2011-12-11 01:58:55 -06:00
Chris Van Horne
37070ac30e
Fixed spelling error in documentation.
2011-12-09 00:48:22 -07:00
Ed Summers
56d6d703f9
disable_redirects parameter does not seem to exist anymore, updated docs to point folks at allow_redirects
2011-12-06 21:36:32 -05:00
Kenneth Reitz
7fbbdeb324
Merge remote-tracking branch 'origin/develop' into develop
2011-11-30 12:45:17 -05:00
Kenneth Reitz
f7e4832472
sp
2011-11-30 12:45:13 -05:00
Bryan Berg
02f422d132
Clarification of keep-alive behavior.
...
The existing behavior was a little opaque for me--I was making a PUT request which returned a HTTP 204 with a 0-byte body. I was never reading the body and was wondering why my connections were not being reused.
2011-11-28 22:55:02 -08:00
Kenneth Reitz
e85b857a35
no link to self
2011-11-27 10:37:14 -05:00
Kenneth Reitz
e7ed1224d2
flattr
2011-11-27 10:32:36 -05:00
Kenneth Reitz
ba00c4411c
add github buttons to sidebars
2011-11-27 10:00:47 -05:00
Kenneth Reitz
a7a619ba5c
Merge branch 'auth_callables' of https://github.com/idangazit/requests into develop
...
Conflicts:
requests/models.py
2011-11-26 10:14:14 -05:00
Idan Gazit
1933d3c707
Added support for HTTP Basic Auth credentials in 2-tuple
2011-11-19 23:59:27 +02:00
Kenneth Reitz
ab23536b1b
quickstart for encoding
2011-11-19 16:15:48 -05:00
Kenneth Reitz
04ee583822
Update docs/index.rst
2011-11-19 11:56:37 -05:00
Kenneth Reitz
2a7223585e
Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273
...
Updated docs with an example of explicit filename in file uploads section
2011-11-18 21:26:08 -08:00
Rolando Espinoza La fuente
58e018af13
updated docs for last change in files argument to support explicit filename.
2011-11-18 18:45:10 -04:00
Kenneth Reitz
e98e61da12
Merge pull request #274 from elpres/patch-1
...
Corrected period to comma.
2011-11-18 12:06:39 -08:00
Kenneth Reitz
cfefcab8e0
Ryan Kelly
2011-11-18 14:48:28 -05:00
Kenneth Reitz
3ea9c53826
best testimonial ever
2011-11-18 13:47:20 -05:00
Idan Gazit
7fdb09b766
Converted auth to use callable objects instead of tuples.
...
My attempt to address #275 on kennethreitz/requests.
2011-11-17 13:44:13 +02:00