Commit Graph

587 Commits

Author SHA1 Message Date
Mahmoud Hashemi 5f0cedacea bumping version for release 2015-07-31 03:11:59 -07:00
Mahmoud Hashemi e2258d6dd0 add a note on AtomicSaver 2015-07-30 23:53:42 -07:00
Mahmoud Hashemi b71f8eb5dd proposed solution for #45 2015-07-30 23:34:42 -07:00
Mahmoud Hashemi a060a8abd5 fix gunzip_bytes doctest 2015-07-30 03:23:43 -07:00
Mahmoud Hashemi d684be5379 gunzip_bytes for decompressing a gzip bytestring 2015-07-30 03:22:46 -07:00
Mahmoud Hashemi 6520fb2fcb adding hynek's credit 2015-07-30 02:45:27 -07:00
Mahmoud Hashemi 44b9549b8d docstring tweaks for first 2015-07-30 02:35:29 -07:00
Mahmoud Hashemi 88bd0266a4 bumping version for dev 2015-07-30 02:26:39 -07:00
Mahmoud Hashemi 5b01bc3810 bump version for release 0.6.5 2015-07-30 02:23:27 -07:00
Mahmoud Hashemi 5f7dc985c5 quick TODO for 15.0 2015-07-30 02:20:51 -07:00
Mahmoud Hashemi 910dd3f362 Merge pull request #44 from hynek/master
Add first function
2015-07-30 02:20:16 -07:00
Hynek Schlawack 08cb8496e8 Add first function
Transplant from https://github.com/hynek/first , hereby donated. :)
2015-07-30 11:10:06 +02:00
Mahmoud Hashemi 414419dd19 expose iterutils.one docs 2015-07-30 01:58:47 -07:00
Mahmoud Hashemi 93ae692393 thought better of the html2text behavior and reverted 2015-07-22 02:29:11 -07:00
Mahmoud Hashemi 2a5cc74a1e add some ideas to the TODO 2015-07-22 02:28:50 -07:00
Mahmoud Hashemi 0dd5358c6b adding jsonl verification __main__ to jsonutils 2015-07-22 02:28:35 -07:00
Mahmoud Hashemi 42996c48c6 name change per discussion in #40 2015-07-17 13:52:44 -07:00
Mahmoud Hashemi 6bc4e9f315 Merge pull request #40 from siemens/collection
new is_container function
2015-07-17 13:44:27 -07:00
Mahmoud Hashemi 62f1778f50 had some more boltons ideas 2015-07-11 14:44:12 -07:00
Mahmoud Hashemi a8e5270282 adding isoparse to docs 2015-07-11 14:44:00 -07:00
Mahmoud Hashemi e2e5094bf6 updated ThresholdCounter with a bunch of functionality and docs 2015-06-30 23:08:52 -07:00
Mahmoud Hashemi 6be76fddd6 idea added to TODO 2015-06-30 23:08:08 -07:00
Mahmoud Hashemi 2b4f37bf13 adding first implementation of ThresholdCounter to cacheutils 2015-06-30 05:14:12 -07:00
Mahmoud Hashemi 7cdf881149 a more realistic heuristic for html2text 2015-06-25 01:24:52 -07:00
Mahmoud Hashemi a3120b821a pop the isoparse TODO item 2015-06-23 01:48:04 -07:00
Mahmoud Hashemi d8468b0313 adding isoparse to timeutils 2015-06-23 01:31:04 -07:00
Mahmoud Hashemi ae211bfb4e minor rephrasing (not is -> is not) 2015-06-18 02:29:48 -07:00
Mahmoud Hashemi 5b78fecfb9 bump docs version, improve queueutils docs 2015-06-07 22:35:19 -07:00
Mahmoud Hashemi 36df9f04d9 indeces -> indices, fixes #41, thanks pts! 2015-05-23 14:30:10 -07:00
Eric L Frederich 8ec9395945 new is_container function 2015-05-21 09:11:32 -04:00
Mahmoud Hashemi 650b09c0b6 adding tbutils tests, fixing a small formatting bug in ExceptionInfo that added an extra 'builtins.' for builtin exceptions under python 3 2015-05-20 01:02:16 -07:00
Mahmoud Hashemi b5fb44dc09 adding tableutils tests 2015-05-20 00:08:36 -07:00
Mahmoud Hashemi 9007b6bd94 super basic strutils tests 2015-05-19 23:18:38 -07:00
Mahmoud Hashemi 227ec414a8 add basic statsutils tests 2015-05-19 01:21:40 -07:00
Mahmoud Hashemi 6f49c4895d setutils tests 2015-05-19 01:06:46 -07:00
Mahmoud Hashemi 4f48afda36 queueutils tests 2015-05-19 00:24:22 -07:00
Mahmoud Hashemi e85bc3051a disable gcutils time checking, too variable 2015-05-19 00:14:34 -07:00
Mahmoud Hashemi f0b496f70e namedutils tests, fix a namedutils pickles issue, add an __all__ to namedutils 2015-05-19 00:13:17 -07:00
Mahmoud Hashemi d297d73ea4 adding listutils tests, removing main block from listutils 2015-05-18 23:31:21 -07:00
Mahmoud Hashemi 278e77d82d adding jsonutils tests 2015-05-18 21:37:49 -07:00
Mahmoud Hashemi a38fb7b029 remove gcutils __main__ block 2015-05-18 21:35:26 -07:00
Mahmoud Hashemi 91dcff60b4 Merge branch 'master' of github.com:mahmoud/boltons 2015-05-18 21:02:27 -07:00
Mahmoud Hashemi 4e253fa631 some basic gcutils tests 2015-05-18 21:02:24 -07:00
Mahmoud Hashemi 537371126d Merge pull request #39 from siemens/pairwise
create shortcuts for pairwise chunks since pairs (key/val) are common
2015-05-18 19:41:12 -07:00
Eric L Frederich 28715b4de4 use functions instead of lambdas for documentation 2015-05-18 18:58:36 -04:00
Eric L Frederich 97a2d4f508 create shortcuts for pairwise chunks since pairs (key/val) are common 2015-05-18 13:27:23 -04:00
Mahmoud Hashemi 69e2209109 adding py26 to tox 2015-05-18 00:15:16 -07:00
Mahmoud Hashemi f37c8325dd one last 2.6 fix, guess I should get 2.6 running locally, eh? 2015-05-17 22:37:56 -07:00
Mahmoud Hashemi ed378df313 2.6 fixes 2015-05-17 22:34:49 -07:00
Mahmoud Hashemi 5db8df959b adding funcutils tests and making CachedInstancePartial Py3 friendly without breaking PyPy. 2015-05-17 20:48:56 -07:00