102 Commits

Author SHA1 Message Date
Kenneth Reitz e3427120c5 still need urllib2 for quoting 2011-03-31 05:28:41 -04:00
Kenneth Reitz 3ef7410917 Merge branch 'release/0.2.4' into develop 2011-03-31 05:22:03 -04:00
Kenneth Reitz a7353a1031 v0.2.4 2011-03-31 05:21:47 -04:00
Kenneth Reitz 923fc8ae6e no more python3 2011-03-31 05:19:30 -04:00
Kenneth Reitz ddb43021cd no MANIFEST 2011-03-31 05:17:16 -04:00
Kenneth Reitz 30b72fe8a8 fix cyclical dp 2011-03-31 05:16:24 -04:00
Kenneth Reitz e30f42f398 tox config fix 2011-03-31 05:13:22 -04:00
Kenneth Reitz bf36821381 tox deps fix? 2011-03-31 05:09:09 -04:00
Kenneth Reitz 24f209ba22 add requests to tox config 2011-03-31 05:06:09 -04:00
Kenneth Reitz c577f0b2c9 Merge branch 'feature/requests' into develop 2011-03-31 05:04:09 -04:00
Kenneth Reitz f80cfabbfe (very) basic unit testing 2011-03-31 05:03:34 -04:00
Kenneth Reitz 080ef4bff9 requests fix 2011-03-31 05:03:18 -04:00
Kenneth Reitz 19ecde4946 *fully* rely on requests 2011-03-31 04:51:42 -04:00
Kenneth Reitz d2823bf6b7 rely on requests 2011-03-31 04:48:59 -04:00
Kenneth Reitz c1635f9b64 whoops, set created_at 2011-03-31 04:44:11 -04:00
Kenneth Reitz e8f4f1b862 manigest shouldn't be in here 2011-03-31 04:41:45 -04:00
Kenneth Reitz 7b560b246f Merge branch 'release/0.2.3' into develop 2011-03-31 04:40:58 -04:00
Kenneth Reitz 6684217646 Version Bump! (v0.2.3) 2011-03-31 04:40:03 -04:00
Kenneth Reitz 57e7fa972f no more dateutil dep 2011-03-31 04:35:33 -04:00
Kenneth Reitz 59211848c7 added comments doctest 2011-03-31 04:32:48 -04:00
Kenneth Reitz bb430d939a Added GistComment support 2011-03-31 04:31:19 -04:00
Kenneth Reitz ebc788c569 ....... 2011-03-31 03:33:12 -04:00
Kenneth Reitz e8c36e5c9f Version bump. v0.2.2 2011-01-10 13:02:56 -05:00
Kenneth Reitz 0caee958c3 New year! 2011-01-10 13:02:47 -05:00
Kenneth Reitz 697e0c9749 Added Tim Julien to AUTHORS. 2011-01-10 13:02:40 -05:00
Kenneth Reitz 6878d87e06 Merge branch 'master' into develop 2011-01-10 12:57:52 -05:00
Tim Julien 11ec72231d url encoding file download requests 2010-12-28 15:11:19 -05:00
Kenneth Reitz 80775c730f Merge branch 'release/0.2.1' into develop 2010-09-01 22:11:29 -04:00
Kenneth Reitz 1221900754 Merge branch 'release/0.2.1' v0.2.1 2010-09-01 22:11:13 -04:00
Kenneth Reitz 9456b5ebea Version Bump (v0.2.1). 2010-09-01 22:10:48 -04:00
Kenneth Reitz c7f550b50e updated install requirments. 2010-09-01 22:10:43 -04:00
Kenneth Reitz 57816d8432 Added cStringIO support for file objects. 2010-09-01 22:10:32 -04:00
Kenneth Reitz 8775a70b16 Merge branch 'release/0.2.0' into develop 2010-08-28 00:34:07 -04:00
Kenneth Reitz 7f6b3f5dc7 Merge branch 'release/0.2.0' v0.2.0 2010-08-28 00:33:47 -04:00
Kenneth Reitz 4f02738ff5 Version Bump (0.2.0)
Updated Changelog.
2010-08-28 00:31:11 -04:00
Kenneth Reitz 08b3d4432a added authors file 2010-08-28 00:03:00 -04:00
florentx 7bfb1d75ce Run the doctests. Remove "gistapi/gistapi.py" from MANIFEST. 2010-08-18 21:33:38 +02:00
florentx febbce7a0c Fix the Gist.files attribute (bad merge). 2010-08-18 21:32:17 +02:00
florentx b4bb54b501 Get rid of tabs. Uniformize the coding cookie. 2010-08-18 21:11:55 +02:00
florentx d619c2016f Merge with upstream 2010-08-18 20:12:53 +02:00
Kenneth Reitz 39dcad7bd3 Refactorings
Moved Tests
Added proper datetime
v0.1.4
2010-08-18 12:35:52 -04:00
florentx d3fe07f2b5 Do not use self from a static method :-). 2010-08-18 17:38:42 +02:00
florentx f29e1b6e26 Typo and PEP257 conformance. 2010-08-18 17:24:53 +02:00
florentx e4eb48088b Allow to add, rename, modify and delete files in a Gist object. 2010-08-18 17:21:25 +02:00
Kenneth Reitz f4a44c97b2 Added unicode support.
Added gist.pibb url support.
Bumped version.
2010-08-18 11:10:13 -04:00
Kenneth Reitz e4927bb2db Death to the bytecode. 2010-08-18 10:54:40 -04:00
florentx 192b9e5634 Cache the Gist.files attribute. 2010-08-18 16:49:44 +02:00
florentx 5f09079556 Switch to urllib2. 2010-08-18 16:47:21 +02:00
florentx c002cc77f1 PEP8 conformance 2010-08-18 16:42:21 +02:00
florentx d8c937673c Restore compatibility with Python 2.5 and fix URLs. 2010-08-18 16:38:45 +02:00