Commit Graph

  • f023c81dad cookies system in place. Kenneth Reitz 2011-02-14 12:43:13 -05:00
  • 5fe24abfb9 Gevent / Eventlet is back! Kenneth Reitz 2011-02-14 12:40:41 -05:00
  • 16e5119b2a fixed gevent problem Kenneth Reitz 2011-02-14 12:39:13 -05:00
  • b09218d5ac temporary Kenneth Reitz 2011-02-14 12:33:12 -05:00
  • 4452934929 cleanups Kenneth Reitz 2011-02-14 12:25:44 -05:00
  • c9b8750597 Upated history Kenneth Reitz 2011-02-14 12:24:03 -05:00
  • 2203c3bccd Added CookieJar Kenneth Reitz 2011-02-14 12:23:55 -05:00
  • cde3b88f3e eventlet > gevent (i think) Kenneth Reitz 2011-02-14 12:07:34 -05:00
  • bfe91296cb monkey patchin' (will this suffice?) Kenneth Reitz 2011-02-14 11:57:12 -05:00
  • d87bcce6ad Added release 0.2.2 info. Kenneth Reitz 2011-02-14 11:46:04 -05:00
  • f70e89a163 eventlet support. Kenneth Reitz 2011-02-14 11:45:50 -05:00
  • 09740c35e1 typo Kenneth Reitz 2011-02-14 11:31:44 -05:00
  • 10280c697d Handles request in event of HTTPError. Fixes Issue #2 Building of internal request object refactor Kenneth Reitz 2011-02-14 11:31:06 -05:00
  • a82f4de38d Added AUTHORS file. Kenneth Reitz 2011-02-14 10:50:24 -05:00
  • 44d402c1e6 who stole dem cookies Kenneth Reitz 2011-02-14 10:50:18 -05:00
  • e09efc490e Merge branch 'release/0.2.1' v0.2.1 Kenneth Reitz 2011-02-14 10:46:40 -05:00
  • 43790c4d32 updated multipart-upload documentation Kenneth Reitz 2011-02-14 10:43:54 -05:00
  • e1659ed7af added setup.py test Kenneth Reitz 2011-02-14 10:37:38 -05:00
  • 9f9ebecec2 v0.2.1 Kenneth Reitz 2011-02-14 10:35:15 -05:00
  • 02834e353d added simple test fixture for Postbin and posting both files and data Kenneth Reitz 2011-02-14 10:00:05 -05:00
  • 324c572b64 renamed multipart_files to files Kenneth Reitz 2011-02-14 09:59:42 -05:00
  • e89eba79df added response.url support for 301's and the like. Kenneth Reitz 2011-02-14 09:53:56 -05:00
  • ca51bdb16f Merge branch 'feature/multipart-encode' into develop Kenneth Reitz 2011-02-14 09:45:35 -05:00
  • 3216bda174 Added multipart_files support for PUT Kenneth Reitz 2011-02-14 09:45:12 -05:00
  • 4c192ec5ac absolute imports Kenneth Reitz 2011-02-14 09:36:14 -05:00
  • 4c8b428bbd except clause fix for python3 Kenneth Reitz 2011-02-14 09:34:36 -05:00
  • a16278e85d string formatting supports None. Who knew. Kenneth Reitz 2011-02-14 09:30:37 -05:00
  • f7abfa8a14 multipart_files support! Kenneth Reitz 2011-02-14 09:27:57 -05:00
  • 7dd37d5ea9 proper poster imports Kenneth Reitz 2011-02-14 09:27:47 -05:00
  • 127bbbb18d Worth a shot Kenneth Reitz 2011-02-14 09:04:41 -05:00
  • 221bed27dd import poster from site-packages for now Kenneth Reitz 2011-02-14 09:04:35 -05:00
  • e6d5e5319e added multipart_file syntax Kenneth Reitz 2011-02-14 09:01:09 -05:00
  • df419fa6fa vendorized poster Kenneth Reitz 2011-02-14 08:55:55 -05:00
  • 8e8604d88b Added NOTICE for Poster vendorization Kenneth Reitz 2011-02-14 08:55:24 -05:00
  • d961000b96 missed one Kenneth Reitz 2011-02-14 05:15:47 -05:00
  • 9ad8589efd ISC Kenneth Reitz 2011-02-14 03:58:26 -05:00
  • 06b4969383 manifest.in Kenneth Reitz 2011-02-14 02:49:18 -05:00
  • 19db3ead4c what happened to manifest? Kenneth Reitz 2011-02-14 02:45:09 -05:00
  • 800b03457b whitespace Kenneth Reitz 2011-02-14 02:42:46 -05:00
  • d1dc6aa329 freaking string replace Kenneth Reitz 2011-02-14 02:40:39 -05:00
  • f66eafdffd Docstring whitespace Kenneth Reitz 2011-02-14 02:35:01 -05:00
  • d2427ecae7 Roadmap update v0.2.0 Kenneth Reitz 2011-02-14 02:15:30 -05:00
  • bb45778029 better repr() support Kenneth Reitz 2011-02-14 02:13:40 -05:00
  • 18db8b8445 absolute import Kenneth Reitz 2011-02-14 02:13:32 -05:00
  • 8fd480df3f Fix NameError in example Kenneth Reitz 2011-02-14 02:09:09 -05:00
  • d6e7e19100 Birth! Kenneth Reitz 2011-02-14 01:47:16 -05:00
  • 7ed73b29a8 Add manigest to ignores Kenneth Reitz 2011-02-14 01:47:10 -05:00
  • a42c003cdc request update Kenneth Reitz 2011-02-14 01:45:52 -05:00
  • 1b88561476 Readme update Kenneth Reitz 2011-02-14 01:45:07 -05:00
  • 7b65838826 more reprs Kenneth Reitz 2011-02-14 01:33:41 -05:00
  • c9b0f8f19d repr for datatypes Kenneth Reitz 2011-02-14 01:31:56 -05:00
  • d4db03da53 readme update Kenneth Reitz 2011-02-14 01:26:28 -05:00
  • 52de0ba0ce missed one Kenneth Reitz 2011-02-14 01:13:20 -05:00
  • bb5614253a request function update admin Kenneth Reitz 2011-02-14 01:12:38 -05:00
  • 908d7de7b8 Request documentation update Kenneth Reitz 2011-02-14 01:11:27 -05:00
  • 4a3bee6cff documentation update Kenneth Reitz 2011-02-14 01:10:44 -05:00
  • 8cca789ba5 Fix it Kenneth Reitz 2011-02-14 00:50:52 -05:00
  • 88b64d271f Added data types to response docs Kenneth Reitz 2011-02-14 00:50:04 -05:00
  • a2ecf9c786 indents Kenneth Reitz 2011-02-14 00:48:08 -05:00
  • d789badbb2 there we go Kenneth Reitz 2011-02-14 00:47:42 -05:00
  • 00d900c575 indentz Kenneth Reitz 2011-02-14 00:47:07 -05:00
  • 927294fbd4 big ol' doc update Kenneth Reitz 2011-02-14 00:45:28 -05:00
  • 2b54b01ce2 Documentation update Kenneth Reitz 2011-02-14 00:39:16 -05:00
  • 71626dea7e Not that simple. Kenneth Reitz 2011-02-14 00:24:13 -05:00
  • 839873c77f Added Manifest. Kenneth Reitz 2011-02-14 00:23:46 -05:00
  • 2cc80155cb Readme update. Kenneth Reitz 2011-02-14 00:22:16 -05:00
  • 98d257e039 Added history.rst Kenneth Reitz 2011-02-14 00:15:02 -05:00
  • 090fcf14c5 no mo todo Kenneth Reitz 2011-02-14 00:14:50 -05:00
  • e76fa91534 Documentation start. Kenneth Reitz 2011-02-13 23:54:42 -05:00
  • 4a3f55997b a few test fixtures for now Kenneth Reitz 2011-02-13 23:51:37 -05:00
  • fdd54e14d6 whitepacez Kenneth Reitz 2011-02-13 23:51:29 -05:00
  • 9f4ce17a29 v0.2.0 Kenneth Reitz 2011-02-13 23:35:53 -05:00
  • e403a8a42c AutoAuth documentation. Kenneth Reitz 2011-02-13 23:35:43 -05:00
  • e796aae504 Documentation update. Kenneth Reitz 2011-02-13 23:25:41 -05:00
  • 4018276b54 v0.2.0 Kenneth Reitz 2011-02-13 22:56:20 -05:00
  • 2c168d20a5 no dependencies! Kenneth Reitz 2011-02-13 22:56:13 -05:00
  • 59c6aebd60 Wow, and AUTO_AUTH works. first try! Kenneth Reitz 2011-02-13 22:53:14 -05:00
  • f566bb2140 Much better exception handling Kenneth Reitz 2011-02-13 22:50:45 -05:00
  • f1d9aae10e all caps only for request methods Kenneth Reitz 2011-02-13 22:00:31 -05:00
  • 7de5726a81 log 405 issue Kenneth Reitz 2011-02-13 19:05:13 -05:00
  • 6fb1997b6a DELETE in place. Kenneth Reitz 2011-02-13 19:04:47 -05:00
  • 3c32045da0 FIXED Kenneth Reitz 2011-02-13 19:02:11 -05:00
  • 71df02df2c urllib2 Request subclass w/ settable methods Kenneth Reitz 2011-02-13 18:49:02 -05:00
  • 871de2ab23 HEAD Support Kenneth Reitz 2011-02-13 18:33:50 -05:00
  • 4f9d598ff4 parameters working for GETs now. This is awesome. Kenneth Reitz 2011-02-13 18:26:17 -05:00
  • 327d923ce6 GET and POST completely in place Kenneth Reitz 2011-02-13 18:07:37 -05:00
  • 44aa6806f3 Basic POST in place. Kenneth Reitz 2011-02-13 18:03:48 -05:00
  • d4c1eccb44 Readme redirection mention Kenneth Reitz 2011-02-13 18:03:33 -05:00
  • e9c2b917d2 filling out the gaps Kenneth Reitz 2011-02-13 17:17:33 -05:00
  • af272d5827 Base GET in place. No AUTH yet. Kenneth Reitz 2011-02-13 17:13:10 -05:00
  • 49f915fb90 temp "tests" Kenneth Reitz 2011-02-13 16:59:13 -05:00
  • 32cc197a81 fixes Kenneth Reitz 2011-02-13 16:59:01 -05:00
  • ef9bae8d9f basic handling configuration in place w/ autoauth Kenneth Reitz 2011-02-13 16:41:58 -05:00
  • 54240b4811 core update Kenneth Reitz 2011-02-13 16:24:14 -05:00
  • b72e1d19af AuthAuths Kenneth Reitz 2011-02-13 16:16:36 -05:00
  • d8b19573f3 basic layout in place Kenneth Reitz 2011-02-13 16:03:47 -05:00
  • d6cf93e398 added url parameter Kenneth Reitz 2011-02-13 15:50:55 -05:00
  • c840bc7d09 readme update Kenneth Reitz 2011-02-13 15:49:34 -05:00
  • b079a4e03e added content attributes Kenneth Reitz 2011-02-13 15:47:00 -05:00
  • 23842865e9 readme update Kenneth Reitz 2011-02-13 15:10:54 -05:00