----- python 2.6 compat and travis config (via superbobry)
0.3.5
----- when using nopen/reader as subprocess wrapper, send stderr as it appears to sys.stderr. (previously waited til process was done)
0.3.3
----- python 3 compatible
0.3.2
----- add skip_while kwarg to reader(). takes a function that accepts a list of tokens (from a line) and returns true to skip the first lines of a file.
0.3.0
----- utilities for working with multiprocessing pools.