Commit Graph

212 Commits

Author SHA1 Message Date
Kenneth Reitz 23d5761bd4 accept any extra args to r.read() 2011-04-02 18:22:05 -04:00
Kenneth Reitz cc16073c36 Merge branch 'develop' 2011-04-01 14:55:24 -04:00
Kenneth Reitz ed8ff63048 Version bump to 0.3.1 v0.3.1 2011-04-01 14:53:53 -04:00
Kenneth Reitz 267a852ba6 Update history 2011-04-01 14:52:33 -04:00
Kenneth Reitz f2b04f94ca Response.read() [file like object] 2011-03-31 04:47:02 -04:00
Kenneth Reitz e350bea167 added Request.read 2011-03-31 04:46:19 -04:00
robmadole 2401f14975 Fixing User-agent header problem introduced with Python 2.7.1 2011-03-30 00:07:24 -05:00
Kenneth Reitz be228043a1 whitespace fix 2011-03-21 20:45:37 -04:00
Kenneth Reitz 48ffb627fe added Aram Dulyan to authors 2011-03-09 13:22:47 -05:00
Aram Dulyan 89192c64f0 An empty cookiejar evaluates to False, so it needs to be compared to None for the cookie functionality to work. 2011-03-09 22:31:13 +11:00
Kenneth Reitz a67cc5c5a9 someone stole the cookie jar 2011-03-06 19:19:22 -05:00
Kenneth Reitz fa2f1c5f60 Merge branch 'develop' of https://github.com/robmadole/requests into develop 2011-03-06 19:08:32 -05:00
Kenneth Reitz 1d021c5cc1 Added Rob Madole to AUTHORS 2011-03-06 19:07:29 -05:00
Kenneth Reitz e17111a5dd testing requests with poster and adding headers 2011-03-06 18:50:28 -05:00
Kenneth Reitz 9fdee250de Better POSTER header compatibility (Fixes #13) 2011-03-06 18:48:44 -05:00
Kenneth Reitz c6acfef3d0 Added Justin Murphy to AUTHORS 2011-03-06 18:48:14 -05:00
robmadole e4c690e7bc Initial support for cookies 2011-03-01 09:21:00 -06:00
robmadole ee43ad2497 Ignore those compiled files 2011-03-01 09:15:14 -06:00
Kenneth Reitz 044252ea7b Merge branch 'release/0.3.0' v0.3.0 2011-02-25 09:00:23 -05:00
Kenneth Reitz f8032e08ae tests cleanups 2011-02-25 08:58:24 -05:00
Kenneth Reitz f0d2ac3dd5 Readme update 2011-02-25 08:58:17 -05:00
Kenneth Reitz 270898e521 Readme Updates 2011-02-25 08:48:09 -05:00
Kenneth Reitz 897dd3aaa8 whitespace 2011-02-25 08:11:17 -05:00
Kenneth Reitz dd01f8661e hacking whitespace fixes 2011-02-25 08:11:10 -05:00
Kenneth Reitz 99c3970fd3 history 2011-02-25 08:04:03 -05:00
Kenneth Reitz 839c8cf150 postbin tests were broken 2011-02-25 08:00:23 -05:00
Kenneth Reitz b252cd8403 allow files to be upload along with form data 2011-02-25 08:00:11 -05:00
Kenneth Reitz b3b2b19212 hmmm 2011-02-25 07:39:19 -05:00
Kenneth Reitz a74e954788 test improvements 2011-02-25 07:21:11 -05:00
Kenneth Reitz 32f75585ad url builder, cleanups 2011-02-25 07:20:59 -05:00
Kenneth Reitz 9a8b25d5fa makin' history 2011-02-25 07:20:37 -05:00
Kenneth Reitz 14ba99f975 prettier imports 2011-02-25 05:03:12 -05:00
Kenneth Reitz ccb7fdd8c2 Version bump 2011-02-25 04:48:10 -05:00
Kenneth Reitz 9a1d90d184 Proper async module docs 2011-02-25 04:43:18 -05:00
Kenneth Reitz 22798ca32b Prepping for v0.3.0 release. 2011-02-25 04:40:33 -05:00
Kenneth Reitz 3fe4753d5d Cleanups 2011-02-24 02:06:48 -05:00
Kenneth Reitz d91157c567 Merge branch 'develop' into merge/xero 2011-02-24 01:53:55 -05:00
Kenneth Reitz e7b8e9371a merge changes 2011-02-24 01:51:53 -05:00
Kenneth Reitz 1f60e1004c Merge https://github.com/Digitalxero/requests into merge/xero 2011-02-24 01:45:44 -05:00
Kenneth Reitz 9e45d201f3 Added Dj Gilcrease to AUTHORS. 2011-02-24 01:38:58 -05:00
Kenneth Reitz 47ecb3662d !+= 2011-02-24 01:30:00 -05:00
Kenneth Reitz 7369e47f18 Added Flavio to AUTHORS 2011-02-24 01:29:51 -05:00
Flavio Percoco Premoli 6f5b64bca6 small workaround for issue #7 2011-02-23 08:49:08 +01:00
Kenneth Reitz e788ca7ee6 Safer error response handling. 2011-02-21 14:36:41 -05:00
Kenneth Reitz 68dea921e7 Added HACKING file. 2011-02-21 02:25:01 -05:00
digitalxero f96157d259 Fix a syntax error on py2.5 and pypy 2011-02-19 15:33:24 -05:00
digitalxero 718f45698d Reset copyright on the async module 2011-02-19 15:21:47 -05:00
digitalxero 15761fc126 Made it so people can add their own auth handlers and not just the 4 provided by Python 2011-02-19 15:07:58 -05:00
digitalxero edfdef2396 Add in a proper AuthManager instead of the list version that was being used.
Added support for all Auth types that python supports
2011-02-19 15:04:56 -05:00
digitalxero a9e18e9106 Update the README 2011-02-19 11:18:29 -05:00