Package Release Info

python-terminado-0.8.3-bp153.1.24

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-terminado
python3-terminado

Change Logs

Version: 0.8.3-bp152.1.10
* Mon Nov 18 2019 Todd R <toddrme2178@gmail.com>
- Update to version 0.8.3
  * Addkwargs to NamedTermManager.new_named_terminal
* Sun Aug 11 2019 Todd R <toddrme2178@gmail.com>
- Enable tests
* Wed Jun 12 2019 Todd R <toddrme2178@gmail.com>
- Update to version 0.8.2
  * Fix Delete Terminal Not Working with Tornado version 6.0.1
  * Set websocket.terminal to None when the child exits
Version: 0.8.1-bp150.2.3
* Tue Feb 13 2018 toddrme2178@gmail.com
- Disable tests until random testing race condition fixed
  * see: https://github.com/jupyter/terminado/issues/21
* Tue Nov 28 2017 arun@gmx.de
- update to version 0.8.1:
  * no changelog available
* Mon Nov 27 2017 arun@gmx.de
- update to version 0.8:
  * Add support for Windows on Python 3: #44
* Sun Nov 19 2017 arun@gmx.de
- update to version 0.7:
  * :meth:`terminado.TermSocket.open` now calls the "open()" method on
    the parent class using "super()". This allows a mixin class; for
    instance, to periodically send ping messages to keep a connection
    open.
  * When a websocket client disconnects from a terminal managed by
    :class:`~.UniqueTermManager`, the "SIGHUP" signal is sent to the
    process group, not just the main process.
  * Fixed :meth:`terminado.NamedTermManager.kill` to use the signal
    number passed to it.
  * Switched to Flit packaging.
  * README and requirements for demos.
* Mon Apr 24 2017 toddrme2178@gmail.com
- Fix URL.
- Implement single-spec version.
* Sat Apr 08 2017 toddrme2178@gmail.com
- Update to 0.6
  (no upstream changelog)
* Fri Aug 14 2015 toddrme2178@gmail.com
- Initial version