Commit Graph

1225 Commits

Author SHA1 Message Date
Christopher Davis 4e2ecd6987 Fixed some tab/spaces mixed issues 2011-12-17 13:48:40 -06:00
Christopher Davis 814e0520ad Add Proxy Authorization support 2011-12-17 13:40:04 -06:00
Kenneth Reitz 0e711f2f9d v0.8.5 v0.8.5 2011-12-14 10:43:08 -05:00
Kenneth Reitz 5e60279a19 whitespace 2011-12-14 10:37:46 -05:00
Kenneth Reitz 6fb2674446 iter_lines! 2011-12-14 10:37:40 -05:00
Kenneth Reitz 5a3aae73ba test iter_lines 2011-12-14 10:34:31 -05:00
Kenneth Reitz 47510486ec httpbin reports multiple values now 2011-12-14 10:33:47 -05:00
Kenneth Reitz c3bba1543b new reqs location 2011-12-14 10:33:29 -05:00
Kenneth Reitz cef1811415 httpbin v0.0.6 2011-12-14 10:33:22 -05:00
Kenneth Reitz 21acc6b732 newline 2011-12-13 18:23:04 -05:00
Kenneth Reitz ba71e2a3cb shuffle reqs 2011-12-13 14:37:25 -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
Kenneth Reitz 03ddf26596 more assertive 2011-12-11 11:57:50 -05:00
Kenneth Reitz 10eed6344c v0.8.4 v0.8.4 2011-12-11 11:39:57 -05:00
Kenneth Reitz 06eee390dd updated notice 2011-12-11 11:39:11 -05:00
Kenneth Reitz fad9abfd77 Merge remote-tracking branch 'origin/develop' into develop 2011-12-11 11:26:16 -05:00
Kenneth Reitz a5f79712bb Fix for #303 2011-12-11 11:26:13 -05:00
Kenneth Reitz c71ac7917a Test for #303 2011-12-11 11:22:33 -05:00
Kenneth Reitz 4e59f9ec93 Merge pull request #305 from oasisbob/develop
Fix spelling errors, typos.
2011-12-11 08:04:26 -08:00
Nick Hatch a6412b02ba Fix spelling errors, typos. 2011-12-11 01:58:55 -06:00
Kenneth Reitz 961f78ab5f Merge remote-tracking branch 'origin/develop' into develop 2011-12-09 13:23:26 -08:00
Kenneth Reitz 463ca76cc4 colors! 2011-12-09 13:23:16 -08:00
Kenneth Reitz f58ab8bc03 Update AUTHORS.rst 2011-12-09 08:43:02 -08:00
Kenneth Reitz 3a06c35da3 Merge pull request #301 from cwvh/patch-1
Fixed typo in documentation.
2011-12-09 08:42:18 -08:00
Chris Van Horne 37070ac30e Fixed spelling error in documentation. 2011-12-09 00:48:22 -07:00
Kenneth Reitz e56d05d230 Update AUTHORS.rst 2011-12-06 18:41:20 -08:00
Kenneth Reitz f1fa8f0064 Merge pull request #300 from edsu/develop
disable_redirects should be allow_redirects in docs
2011-12-06 18:38:31 -08: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
Kenneth Reitz 4ed16d99c2 Merge pull request #294 from failberg/develop
Documentation fix: clarification of keep-alive behavior.
2011-11-29 00:06:54 -08: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 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