Commit Graph

638 Commits

Author SHA1 Message Date
Mike Waldner 2aa32c16dc Updated unit tests
#139
2011-09-03 20:54:55 -04:00
Mike Waldner e46351cfbd Unit Tests for curl_from_request
#139
2011-08-28 23:31:43 -04:00
Mike Waldner 58d63d55bc Sphinx Documentation
#139
2011-08-28 21:19:51 -04:00
Mike Waldner 3f98034c2a Trailing whitespace
#139
2011-08-25 23:57:56 -04:00
Mike Waldner 3d448f843e Adding cookies
#139
2011-08-25 23:55:24 -04:00
Mike Waldner 7fa4fdacc9 Adding in file support
#139
2011-08-24 22:01:06 -04:00
Mike Waldner 71195bb219 Adding myself to Authors. Small cleanup
#139
2011-08-24 01:50:06 -04:00
Mike Waldner ec0b708b18 Removing trailing whitespace
#139
2011-08-24 01:40:44 -04:00
Mike Waldner cfee830877 Renaming vars. String formatting
#139
2011-08-24 01:39:43 -04:00
Mike Waldner 3dd2235ac5 Adding basic authentication. Also string formatting
#139
2011-08-24 01:30:38 -04:00
Mike Waldner cc2c54093e Adding basic authentication. Also string formatting 2011-08-24 01:21:44 -04:00
Kenneth Reitz 2dfcc0bb7b string formatting
#139
2011-08-24 00:04:18 -04:00
Kenneth Reitz 256c86f8f7 moving curl into utils
#139
2011-08-23 23:54:33 -04:00
Kenneth Reitz a276ebd240 Merge branch 'curl_feature' of https://github.com/mawaldne/requests into feature/curl 2011-08-23 23:50:56 -04:00
Kenneth Reitz 1d0a5b2665 whitespace 2011-08-23 23:09:51 -04:00
Kenneth Reitz 636e61d68b utils.unicode_from_html 2011-08-23 23:09:09 -04:00
Mike Waldner 0bf60c8876 Adding check when _enc_data in None 2011-08-23 23:08:26 -04:00
Kenneth Reitz a94541d38c Only decode unicode from http headers
HTTP client, not HTML
#115
2011-08-23 23:03:18 -04:00
Kenneth Reitz ce3b85a62e unsuccessful 2011-08-23 23:01:35 -04:00
Kenneth Reitz 281aa5ebc4 updated AUTHORS 2011-08-23 23:01:23 -04:00
Mike Waldner 84d9ff0c5c More Small Cleanup 2011-08-23 22:34:05 -04:00
Mike Waldner 68a2954c67 Merge remote-tracking branch 'upstream/develop' into develop 2011-08-23 22:22:51 -04:00
Mike Waldner c56acf0e32 Small Cleanup 2011-08-23 22:17:36 -04:00
Mike Waldner 2a17e5237c Ive never seen anyone use the --'s unix command options 2011-08-23 22:03:42 -04:00
jbergstroem 75027f9557 Typos, nits and some 80w fixes 2011-08-23 11:37:51 +02:00
jbergstroem e8dbecb4db Add test_requests.py to manifest 2011-08-23 11:29:36 +02:00
Kenneth Reitz 317c5b693a _content 2011-08-21 07:12:54 -04:00
Den Shabalin a86af4477e AUTHORS -= Den Shabalin (I've already been mentioned in the list @ line 41.) 2011-08-21 14:09:03 +03:00
Den Shabalin 59924b9223 Merge branch 'develop' of git://github.com/kennethreitz/requests into develop 2011-08-21 14:06:31 +03:00
Kenneth Reitz c8110222a5 no need to set content
avoids 2.5 workaround
2011-08-21 07:01:29 -04:00
Kenneth Reitz 1143d4237f AUTHORS += 'Den Shabalin' 2011-08-21 06:59:13 -04:00
Kenneth Reitz 8d5108b142 faq 2011-08-21 06:58:34 -04:00
Den Shabalin 03e18bb7ca Merge branch 'master' of git://github.com/kennethreitz/requests into develop 2011-08-21 12:13:56 +03:00
Den Shabalin 6a96652396 Refactor response.content into a property. This makes content attribute discoverable through dir(response) and also guards from errors like forgetting to raise AttributeError in __getattr__. Also you don't have to create fake self.content to fool Sphinx any more. 2011-08-21 11:57:03 +03:00
Kenneth Reitz d4bdd84364 new FAQs 2011-08-20 23:00:17 -04:00
Kenneth Reitz b45b329861 history 2011-08-20 22:55:30 -04:00
Kenneth Reitz 28ee9788a0 Request 2011-08-20 22:51:29 -04:00
Kenneth Reitz 596aceb185 big docs update 2011-08-20 22:47:03 -04:00
Kenneth Reitz 1f3e53b32e yay 2011-08-20 20:05:38 -04:00
Kenneth Reitz 13db806861 docstringin' it up 2011-08-20 20:04:11 -04:00
Kenneth Reitz d0fdf0eb38 no longer required 2011-08-20 19:59:41 -04:00
Kenneth Reitz c5d787d6fd cleanups 2011-08-20 19:59:21 -04:00
Kenneth Reitz 873d128c5a docstrings for utils module 2011-08-20 19:58:00 -04:00
Kenneth Reitz 7f35ec7665 r.fo bugfix 2011-08-20 19:52:18 -04:00
Kenneth Reitz 86cc274cf0 remote read/close methods from response 2011-08-20 19:49:23 -04:00
Kenneth Reitz c19b2c5172 settings.decode_unicode 2011-08-20 19:47:43 -04:00
Kenneth Reitz 4906686186 utils.decode_gzip 2011-08-20 19:46:50 -04:00
Kenneth Reitz f038ec3b6e may have multiple encoding values 2011-08-20 19:44:24 -04:00
Kenneth Reitz a609f726e6 settings.allow_unicode 2011-08-20 19:43:36 -04:00
Kenneth Reitz 7bd47777a9 no separate test suite 2011-08-20 19:40:33 -04:00