Releases: andfoy/pywinpty
Releases · andfoy/pywinpty
PyWinpty release v1.1.2
Minor pywinpty release that fixes some deprecated attributes, as well as some minor Rust dependency updates.
PyWinpty release v1.1.1
Minor pywinpty release that fixes further issues related to PyPi source distributions that are being tried to be installed on Python 2.7
PyWinpty release v1.1.0
Minor Pywinpty release that fixes some issues related to process EOF detection that caused some processes to hang.
PyWinpty release v1.0.1
Minor pywinpty release that prevents installation and compilation on Python 2.7
v1.0.0-pre1
Fix minor issues in release workflows
PyWinpty release v1.0.0
Major release of pywinpty after two years!
Major new features
- Pywinpty now supports the native API to create pseudoterminals, ConPTY.
- Wheel distribution for Python 3.9
Major breaking compatibility changes
- Pywinpty is now compiled using Rust instead of Cython.
- Low level
PTY
object has noclose()
method anymore.
pywinpty release v0.5.7
Minor pywinpty release: Fix Python 3.8 release publishing
pywinpty release v0.5.6
Minor pywinpty release: Python 3.8 support.
pywinpty v0.5.5 release
Minor pywinpty release: Python 3.7 support.
pywinpty v0.5.4 release
Minor Pywinpty release: Access violation error was definitely fixed thanks to @axil