- BREAKING Default python path changed back to
pythonon Windows. #237 - BREAKING
errorevent renamed topythonErrorevent. #118 - BREAKING
receivemethods removed in favor ofsplitterarguments in the constructor. This lets the default splitting logic reside in a reuseable stream transformer. Now if you have extra pipes you can reusenewlineTransformerto split incoming data into newline-seperated lines.
errorevent that is fired upon failure to launch process, among other things. #118
- @joaoe fixed a bug with pythonshell not working with unset std streams
- https://github.com/extrabacon/python-shell/milestone/9
- default python path updated to py on windows
- added getVersionSync
- fixed buffering in
PythonShell.receive, fixing #1
- improved documentation
- initial version
- independent module moved from extrabacon/pyspreadsheet