44 Commits

Author SHA1 Message Date
Kenneth Reitz a5890a51a5 Merge pull request #4 from atdt/patch-1
Fix mistake in sample code in README
2012-02-06 09:24:37 -08:00
Ori Livneh 05860fd346 Fix mistake in sample code in README 2012-02-06 12:21:55 -05:00
Kenneth Reitz 5dd68e6e52 Merge pull request #3 from shvechikov/develop
readme link fix
2011-10-24 07:00:28 -07:00
Leonid Shvechikov ecb362e067 readme link fix 2011-10-24 14:06:14 +04:00
Kenneth Reitz 8993a0b362 Merge pull request #2 from little-arhat/not-so-crazy-exception-handling
Remove crazy exception handling stuff.
2011-10-20 05:49:58 -07:00
Roman Sokolov 1d78586671 Remove crazy exception handling stuff.
The only thing changed from py2 to py3 is variable bindings.
We still can use `except (Err1, Err2)`, i.e. tuple of exceptions.
So there is no need to catch all eception types and iterate over
it. Just catch exception in engine's tuple and retrieve
exception value through sys.exc_info()[2]
2011-10-20 12:20:06 +04:00
Kenneth Reitz e4cb780011 better setup.py pattern 2011-06-21 19:05:01 -04:00
Kenneth Reitz 3946966237 cruft 2011-06-21 01:46:49 -04:00
Kenneth Reitz b760e25bc8 typo 2011-06-21 01:46:41 -04:00
Kenneth Reitz 625dbc4edf version bump (v0.1.2) 2011-06-19 12:44:49 -04:00
Kenneth Reitz 2235005d53 Python 3 v0.1.2 2011-06-19 12:43:47 -04:00
Kenneth Reitz 5a85b8328b python 2.5-3.2 support 2011-06-19 12:43:29 -04:00
Kenneth Reitz f83b9b8b41 basic tox 2011-06-19 12:41:10 -04:00
Kenneth Reitz 1d00e6f8e8 setup.py should help 2011-06-19 12:40:56 -04:00
Kenneth Reitz 047f547fbc /s/Equals/Equal 2011-06-19 12:18:15 -04:00
Kenneth Reitz d0e47329c1 unittest instead 2011-06-19 12:17:34 -04:00
Kenneth Reitz c5204785f3 basic testsuite 2011-06-19 12:17:19 -04:00
Kenneth Reitz 1b4f4e857c dumps too 2011-06-19 12:03:11 -04:00
Kenneth Reitz 8d8b4a9dff major improvements 2011-06-19 12:02:02 -04:00
Kenneth Reitz 848cd873ec cleaner 2011-06-18 22:32:53 -04:00
Kenneth Reitz 50c2a9e7e5 cleanups 2011-06-18 16:54:25 -04:00
Kenneth Reitz dce21c8887 shapces 2011-06-18 15:02:35 -04:00
Kenneth Reitz 30b377c530 usage 2011-06-18 15:01:01 -04:00
Kenneth Reitz dcfa02352b readme update 2011-06-18 14:57:28 -04:00
Kenneth Reitz ef4f9d8ee0 Merge branch 'develop' 2011-06-18 14:48:11 -04:00
Kenneth Reitz 6ef0aff598 v0.1.1 v0.1.1 2011-06-18 14:40:21 -04:00
Kenneth Reitz 83906e2153 support for **kwargs w/ fallback 2011-06-18 14:39:56 -04:00
Kenneth Reitz 04d97b9133 MANIFEST v0.1.0 2011-06-18 14:37:09 -04:00
Kenneth Reitz ad89d93afa setup fix 2011-06-18 14:37:01 -04:00
Kenneth Reitz 7d3d4397a9 meta 2011-06-18 14:36:54 -04:00
Kenneth Reitz ae76452af4 Packaging 2011-06-18 14:25:18 -04:00
Kenneth Reitz 76bd9bf291 cleanups 2011-06-18 14:25:08 -04:00
Kenneth Reitz f98c81efbc All set i think 2011-06-18 14:18:37 -04:00
Kenneth Reitz aa2340e6a9 cleanups 2011-06-18 14:11:12 -04:00
Kenneth Reitz d581d126f7 all set 2011-06-18 14:08:59 -04:00
Kenneth Reitz 4f446ad041 relative simplejson imports 2011-06-18 12:25:25 -04:00
Kenneth Reitz 3152f4520f AUTHORS 2011-06-18 12:03:54 -04:00
Kenneth Reitz 386fedd521 toy 2011-06-18 12:01:29 -04:00
Kenneth Reitz 265bfc164e name change 2011-06-18 12:01:23 -04:00
Kenneth Reitz 4fecd1f16c name change 2011-06-18 12:01:11 -04:00
Kenneth Reitz 1b451d1b97 vendorize simplejson 2011-06-18 11:33:31 -04:00
Kenneth Reitz 96775bbc80 core 2011-06-18 11:29:43 -04:00
Kenneth Reitz 8be8c9faaa readme++ 2011-06-18 11:29:39 -04:00
Kenneth Reitz 2bcd74254a readme 2011-06-18 11:25:43 -04:00