You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
536 B

  1. ## 1.0.8
  2. * @joaoe fixed a bug with pythonshell not working with unset std streams
  3. * https://github.com/extrabacon/python-shell/milestone/9
  4. ## 1.0.7
  5. * default python path updated to py on windows
  6. ## 1.0.4
  7. * added getVersionSync
  8. ## 0.0.3
  9. * fixed buffering in `PythonShell.receive`, fixing [#1](https://github.com/extrabacon/python-shell/issues/1)
  10. ## 0.0.2
  11. * improved documentation
  12. ## 0.0.1
  13. * initial version
  14. * independent module moved from [extrabacon/pyspreadsheet](https://github.com/extrabacon/pyspreadsheet)