* Fix partial stack traces from showing up, by pausing process while collecting samples [56](https://github.com/benfred/py-spy/issues/56). Also add a --nonblocking option to use previous behaviour of not stopping process.
* Allow sampling process running in a docker container from the host OS [49](https://github.com/benfred/py-spy/issues/49)
* Allow collecting data for flame graph until interrupted with Control-C [21](https://github.com/benfred/py-spy/issues/21)
* Support 'legacy' strings in python 3 [64](https://github.com/benfred/py-spy/issues/64)