Commit Graph

1193 Commits

Author SHA1 Message Date
Kenneth Reitz f7e4832472 sp 2011-11-30 12:45:13 -05:00
Kenneth Reitz a76f4925b5 didn't mean to save that 2011-11-27 15:07:05 -05:00
Kenneth Reitz c2e942f230 no .idea ignore 2011-11-27 11:31:48 -05:00
Kenneth Reitz c7b99f7819 Set Response.sent to True
Fixes #291
2011-11-27 11:29:52 -05:00
Kenneth Reitz 6bb4c4ebe6 Added test for Request.sent.
#291
2011-11-27 11:24:59 -05:00
Kenneth Reitz ee36baf4f3 test tuple'd auth v0.8.3 2011-11-27 10:41:06 -05: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 9f29a31f66 v0.8.3 2011-11-27 10:08:19 -05:00
Kenneth Reitz 356bf42373 v0.8.3 2011-11-27 10:06:39 -05:00
Kenneth Reitz ba00c4411c add github buttons to sidebars 2011-11-27 10:00:47 -05:00
Kenneth Reitz c74b66a53e v0.8.3 2011-11-27 10:00:40 -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
Kenneth Reitz 65c06579b4 Update AUTHORS.rst 2011-11-26 10:10:57 -05:00
Kenneth Reitz a5ff4be7b0 Merge pull request #283 from rgieseke/develop
Display full URL when logging.
2011-11-26 07:10:08 -08:00
Kenneth Reitz 52ac24120c Merge pull request #287 from sharat87/patch-2
Allow generators or any iterators for async.map
2011-11-26 07:09:37 -08:00
Kenneth Reitz a77b91671c Merge pull request #288 from sharat87/session-arg
Add use_session argument to request method.
2011-11-25 20:04:24 -08:00
Shrikant Sharat a350ceffb9 Rename use_session to session. 2011-11-25 11:41:40 +05:30
Shrikant Sharat 5c72601599 Add use_session argument to request method.
This allows usage of an existing session to make a request with the
request and the get, post etc. function.
2011-11-25 08:32:07 +05:30
Shrikant Sharat Kandula 99b6e35940 Allow generators or any iterators for async.map 2011-11-25 07:45:12 +05:30
Robert Gieseke 8ae4b440e3 Display full URL when logging. 2011-11-20 10:14:51 +01:00
Idan Gazit 1933d3c707 Added support for HTTP Basic Auth credentials in 2-tuple 2011-11-19 23:59:27 +02:00
Kenneth Reitz 9d8d1d14f1 package 2011-11-19 16:28:22 -05:00
Kenneth Reitz ab23536b1b quickstart for encoding v0.8.2 2011-11-19 16:15:48 -05:00
Kenneth Reitz b51640b051 history :) 2011-11-19 16:13:12 -05:00
Kenneth Reitz 6421ec1784 iter_content uses new encoding system 2011-11-19 16:12:38 -05:00
Kenneth Reitz 296d8cc097 new (elegant) request decoding model.
Closes #282
2011-11-19 16:09:20 -05:00
Kenneth Reitz bbf1021156 import cleanup 2011-11-19 15:45:45 -05:00
Kenneth Reitz 8ffe17cb09 use monkey patched cookies 2011-11-19 15:43:46 -05:00
Kenneth Reitz e17155151b backup 2011-11-19 15:42:36 -05:00
Kenneth Reitz 1da54de5dc 2.5 fix 2011-11-19 15:19:56 -05:00
Kenneth Reitz 8693fc746f v0.8.2 2011-11-19 15:18:48 -05:00
Kenneth Reitz 5309ad005f cookies are oreos 2011-11-19 15:15:51 -05:00
Kenneth Reitz 43854067d4 oreos! 2011-11-19 15:15:30 -05:00
Kenneth Reitz 5a7fbbb00d kill all the monkeys 2011-11-19 13:04:10 -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
Rolando Espinoza La fuente c165255e98 use session's hooks as defaults for every requests. 2011-11-18 18:19:27 -04:00
Kenneth Reitz cf60062df1 Merge remote-tracking branch 'origin/develop' into develop 2011-11-18 15:34:37 -05:00
Kenneth Reitz 82a5f1dd9b Merge pull request #271 from darkrho/develop
Filenames improvement and cookie fix
2011-11-18 12:34:07 -08:00
Kenneth Reitz c70b7bb012 Rolando Espinoza La fuente 2011-11-18 15:34:02 -05:00
Kenneth Reitz 16aa01420b Merge branch 'develop' of https://github.com/darkrho/requests into develop 2011-11-18 15:33:20 -05: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 eb5d191a57 Merge branch 'develop' of https://github.com/rfk/requests into develop 2011-11-18 14:44:21 -05:00
Kenneth Reitz 3ea9c53826 best testimonial ever 2011-11-18 13:47:20 -05:00
Ryan Kelly 3900243297 Dont use requote_path when dealing with redirects.
This was breaking redirect locations with a query string, by quoting the
question-mark.  Since the path will be passed through requote_path on
the next request anyway, doing it here seems unnecessary.
2011-11-18 09:03:28 +11: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
elpres 81efe1fa88 Corrected period to comma. 2011-11-17 11:31:55 +01:00