Commit Graph

  • ed8ff63048 Version bump to 0.3.1 v0.3.1 Kenneth Reitz 2011-04-01 14:53:53 -04:00
  • 267a852ba6 Update history Kenneth Reitz 2011-04-01 14:52:33 -04:00
  • f2b04f94ca Response.read() [file like object] Kenneth Reitz 2011-03-31 04:47:02 -04:00
  • e350bea167 added Request.read Kenneth Reitz 2011-03-31 04:46:19 -04:00
  • 2401f14975 Fixing User-agent header problem introduced with Python 2.7.1 robmadole 2011-03-30 00:07:24 -05:00
  • be228043a1 whitespace fix Kenneth Reitz 2011-03-21 20:45:37 -04:00
  • 48ffb627fe added Aram Dulyan to authors Kenneth Reitz 2011-03-09 13:22:47 -05:00
  • 89192c64f0 An empty cookiejar evaluates to False, so it needs to be compared to None for the cookie functionality to work. Aram Dulyan 2011-03-09 22:31:13 +11:00
  • a67cc5c5a9 someone stole the cookie jar Kenneth Reitz 2011-03-06 19:19:22 -05:00
  • fa2f1c5f60 Merge branch 'develop' of https://github.com/robmadole/requests into develop Kenneth Reitz 2011-03-06 19:08:32 -05:00
  • 1d021c5cc1 Added Rob Madole to AUTHORS Kenneth Reitz 2011-03-06 19:07:29 -05:00
  • e17111a5dd testing requests with poster and adding headers Kenneth Reitz 2011-03-06 18:50:28 -05:00
  • 9fdee250de Better POSTER header compatibility (Fixes #13) Kenneth Reitz 2011-03-06 18:48:44 -05:00
  • c6acfef3d0 Added Justin Murphy to AUTHORS Kenneth Reitz 2011-03-06 18:48:14 -05:00
  • e4c690e7bc Initial support for cookies robmadole 2011-03-01 09:21:00 -06:00
  • ee43ad2497 Ignore those compiled files robmadole 2011-03-01 09:15:14 -06:00
  • 044252ea7b Merge branch 'release/0.3.0' v0.3.0 Kenneth Reitz 2011-02-25 09:00:23 -05:00
  • f8032e08ae tests cleanups Kenneth Reitz 2011-02-25 08:58:24 -05:00
  • f0d2ac3dd5 Readme update Kenneth Reitz 2011-02-25 08:58:17 -05:00
  • 270898e521 Readme Updates Kenneth Reitz 2011-02-25 08:48:09 -05:00
  • 897dd3aaa8 whitespace Kenneth Reitz 2011-02-25 08:11:17 -05:00
  • dd01f8661e hacking whitespace fixes Kenneth Reitz 2011-02-25 08:11:10 -05:00
  • 99c3970fd3 history Kenneth Reitz 2011-02-25 08:02:53 -05:00
  • 839c8cf150 postbin tests were broken Kenneth Reitz 2011-02-25 08:00:23 -05:00
  • b252cd8403 allow files to be upload along with form data Kenneth Reitz 2011-02-25 08:00:11 -05:00
  • b3b2b19212 hmmm Kenneth Reitz 2011-02-25 07:39:19 -05:00
  • a74e954788 test improvements Kenneth Reitz 2011-02-25 07:21:11 -05:00
  • 32f75585ad url builder, cleanups Kenneth Reitz 2011-02-25 07:20:59 -05:00
  • 9a8b25d5fa makin' history Kenneth Reitz 2011-02-25 07:20:37 -05:00
  • 14ba99f975 prettier imports Kenneth Reitz 2011-02-25 05:03:12 -05:00
  • ccb7fdd8c2 Version bump Kenneth Reitz 2011-02-25 04:48:10 -05:00
  • 9a1d90d184 Proper async module docs Kenneth Reitz 2011-02-25 04:43:18 -05:00
  • 22798ca32b Prepping for v0.3.0 release. Kenneth Reitz 2011-02-25 04:40:33 -05:00
  • 3fe4753d5d Cleanups Kenneth Reitz 2011-02-24 02:06:48 -05:00
  • d91157c567 Merge branch 'develop' into merge/xero Kenneth Reitz 2011-02-24 01:53:55 -05:00
  • e7b8e9371a merge changes Kenneth Reitz 2011-02-24 01:50:38 -05:00
  • 1f60e1004c Merge https://github.com/Digitalxero/requests into merge/xero Kenneth Reitz 2011-02-24 01:45:44 -05:00
  • 9e45d201f3 Added Dj Gilcrease to AUTHORS. Kenneth Reitz 2011-02-24 01:38:58 -05:00
  • 47ecb3662d !+= Kenneth Reitz 2011-02-24 01:30:00 -05:00
  • 7369e47f18 Added Flavio to AUTHORS Kenneth Reitz 2011-02-24 01:29:51 -05:00
  • 6f5b64bca6 small workaround for issue #7 Flavio Percoco Premoli 2011-02-23 08:49:08 +01:00
  • e788ca7ee6 Safer error response handling. Kenneth Reitz 2011-02-21 14:36:41 -05:00
  • 68dea921e7 Added HACKING file. Kenneth Reitz 2011-02-21 02:25:01 -05:00
  • f96157d259 Fix a syntax error on py2.5 and pypy digitalxero 2011-02-19 15:33:24 -05:00
  • 718f45698d Reset copyright on the async module digitalxero 2011-02-19 15:21:47 -05:00
  • 15761fc126 Made it so people can add their own auth handlers and not just the 4 provided by Python digitalxero 2011-02-19 15:07:58 -05:00
  • edfdef2396 Add in a proper AuthManager instead of the list version that was being used. Added support for all Auth types that python supports digitalxero 2011-02-19 15:04:56 -05:00
  • a9e18e9106 Update the README digitalxero 2011-02-19 11:18:29 -05:00
  • 3b82b06adc Added an async module to make it explicit to the user that they are using async calls. digitalxero 2011-02-19 11:13:10 -05:00
  • d1c89333d0 Remove the eventles code, this should live in requests.async or something so the user explicitly requests it Clean up the code to get rid of the unnecessary AuthObject class Cleanup the send method Cleanup the convenience methods by adding a request method that they all use. digitalxero 2011-02-19 10:51:54 -05:00
  • e26570d0d8 Merge branch 'hotfix/date' into develop Kenneth Reitz 2011-02-19 01:30:22 -05:00
  • 8b3c4da2c7 Merge branch 'hotfix/date' Kenneth Reitz 2011-02-19 01:30:10 -05:00
  • 5c4aa1f4b7 history date fix Kenneth Reitz 2011-02-19 01:30:03 -05:00
  • d2cdefa7df Merge branch 'release/0.2.4' v0.2.4 Kenneth Reitz 2011-02-19 01:03:39 -05:00
  • 720d0b2c38 Version needs to be available externally. Kenneth Reitz 2011-02-19 01:02:13 -05:00
  • d2584ff853 Production Ready! Added Python 2.5 to Support list. Kenneth Reitz 2011-02-19 01:02:01 -05:00
  • 433452f9f1 Simpler setup.py versioning. Kenneth Reitz 2011-02-19 01:01:51 -05:00
  • a34e0bea8b Version Bump (v0.2.4) Kenneth Reitz 2011-02-19 01:00:03 -05:00
  • f66b35454f v0.2.4 Release information Kenneth Reitz 2011-02-19 00:59:56 -05:00
  • b5c2806e8c Roadmap update Kenneth Reitz 2011-02-19 00:43:27 -05:00
  • 5072399f7a Import fix for python2.5 Kenneth Reitz 2011-02-19 00:41:28 -05:00
  • 736cb70e9a Merge branch 'develop' of github.com:kennethreitz/requests into develop Kenneth Reitz 2011-02-19 00:38:09 -05:00
  • 8eafb8d3df Added autoauth tests Kenneth Reitz 2011-02-19 00:37:33 -05:00
  • e8234a0137 import fix Kenneth Reitz 2011-02-18 16:13:49 -05:00
  • fbe0393eb3 cstring io fix for py3 Kenneth Reitz 2011-02-18 16:08:26 -05:00
  • b82e72eb04 cStringIO fix. Kenneth Reitz 2011-02-18 16:00:34 -05:00
  • a7c87edebe screw 2.4 Kenneth Reitz 2011-02-18 15:57:50 -05:00
  • 7e20f32b02 pypy configuration Kenneth Reitz 2011-02-18 04:41:42 -05:00
  • 4419e7183f no more test suite Kenneth Reitz 2011-02-18 04:41:34 -05:00
  • 6bde955170 Python 2.5 Fixes. Kenneth Reitz 2011-02-18 04:39:53 -05:00
  • 952970f403 Merge branch 'release/0.9.4' Kenneth Reitz 2011-02-18 03:35:18 -05:00
  • d3911da653 tox update (usable now?) Kenneth Reitz 2011-02-18 03:32:10 -05:00
  • 7b6ed48a86 tox setup for 2.4-2.7 Kenneth Reitz 2011-02-17 19:38:40 -05:00
  • 7229dbe033 Making everyone else happy. Kenneth Reitz 2011-02-17 16:22:03 -05:00
  • 015d6b78d5 cleaning up line lengths Kenneth Reitz 2011-02-17 16:20:53 -05:00
  • f4c4bf3d0b Much nicer helper functions and constructors Kenneth Reitz 2011-02-17 16:17:46 -05:00
  • efedbd9775 added test_suite.sh for CI Kenneth Reitz 2011-02-17 13:14:03 -05:00
  • f4e03a5d32 gitignore update for jenkins Kenneth Reitz 2011-02-17 13:13:52 -05:00
  • 34ca692c9c from __future__ import absolute_imports Kenneth Reitz 2011-02-16 12:47:58 -05:00
  • a5517960ea history indent fix for rest/pypi Kenneth Reitz 2011-02-15 10:02:39 -05:00
  • fa42c12e5b I need autodoc. Kenneth Reitz 2011-02-15 09:58:02 -05:00
  • 8ac29b40e9 new documentation on Request changes. Kenneth Reitz 2011-02-15 09:51:46 -05:00
  • adb53c2b4f Merge branch 'release/0.2.3' into develop Kenneth Reitz 2011-02-15 09:46:58 -05:00
  • 53e785f656 Merge branch 'release/0.2.3' v0.2.3 Kenneth Reitz 2011-02-15 09:46:55 -05:00
  • d5256802d4 v0.2.3 Kenneth Reitz 2011-02-15 09:46:46 -05:00
  • 933cf49daa v0.2.3 Kenneth Reitz 2011-02-15 09:45:54 -05:00
  • 83a9bcf1a1 Updating AUTHORS Kenneth Reitz 2011-02-15 09:44:52 -05:00
  • 4ad73c3655 leave room for _ Kenneth Reitz 2011-02-15 09:42:05 -05:00
  • 7ad08c5eda New tests for new HTTP STATUS Handling Kenneth Reitz 2011-02-15 09:37:21 -05:00
  • 4f1301f6ad Now Requests has it's own HTTPError Kenneth Reitz 2011-02-15 09:36:34 -05:00
  • 6d8a531e87 HTTPError changes are going down in history Kenneth Reitz 2011-02-15 09:26:44 -05:00
  • 748633d616 raise_for_status is better Kenneth Reitz 2011-02-15 09:26:07 -05:00
  • ce122cc811 None, not False Kenneth Reitz 2011-02-15 09:22:11 -05:00
  • c900b4379b Added new HTTPError handing mechanisms. Kenneth Reitz 2011-02-15 09:18:43 -05:00
  • d6fa43fba7 Merge branch 'release/0.2.2' into develop Kenneth Reitz 2011-02-14 12:59:22 -05:00
  • ed909eaac7 Merge branch 'release/0.2.2' v0.2.2 Kenneth Reitz 2011-02-14 12:59:06 -05:00
  • d511e6f148 Version Bump v0.2.2 Kenneth Reitz 2011-02-14 12:58:20 -05:00
  • 8ff8e02ace Merge branch 'feature/cookies' into develop Kenneth Reitz 2011-02-14 12:52:50 -05:00
  • 98c8a78c3e Added Cookies documentation. Kenneth Reitz 2011-02-14 12:52:15 -05:00
  • 397bd4b676 spelling error Kenneth Reitz 2011-02-14 12:45:03 -05:00