2013-03-09 10:19:46 +00:00
|
|
|
TODO
|
|
|
|
====
|
|
|
|
|
2013-04-13 02:08:01 +00:00
|
|
|
timeutils
|
|
|
|
---------
|
|
|
|
|
|
|
|
- parse an ISO8601 timestamp
|
|
|
|
- super basic timezones (like the ones in the docs)
|
|
|
|
|
2013-03-09 10:19:46 +00:00
|
|
|
strutils
|
|
|
|
--------
|
|
|
|
|
2013-04-13 02:20:29 +00:00
|
|
|
- TBD
|
2013-04-13 02:08:01 +00:00
|
|
|
|
|
|
|
misc?
|
|
|
|
-----
|
|
|
|
|
|
|
|
- disable/restore signal context manager
|
|
|
|
- disable/restore gc context manager
|
2013-04-23 09:24:37 +00:00
|
|
|
|
|
|
|
cliutils
|
|
|
|
--------
|
|
|
|
|
2013-04-13 02:08:01 +00:00
|
|
|
- progress bar
|
2013-04-21 23:40:28 +00:00
|
|
|
|
2013-04-23 09:24:37 +00:00
|
|
|
tbutils
|
|
|
|
-------
|
|
|
|
|
|
|
|
- traceback parser
|
|
|
|
- fold repeated frames (recursive calls)
|
|
|
|
- handle wrapped exceptions?
|
|
|
|
|
2013-04-13 02:08:01 +00:00
|
|
|
|
|
|
|
statsutils
|
|
|
|
----------
|
2013-03-09 10:19:46 +00:00
|
|
|
|
2013-04-13 02:08:01 +00:00
|
|
|
- accummulators
|
|
|
|
- percentiles
|
2013-04-23 09:24:37 +00:00
|
|
|
- geometric mean (2 ** sum(log(a, b, ...))
|