Pyte

Latest version: v0.8.2

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.5

-------------

Technical release, released on September 1st 2011

- Added MANIFEST.in and CenOS spec file

0.4.4

-------------

Bugfix release, released on July 17th 2011

- Removed ``pdb`` calls, left from ``HistoryScreen`` debugging -- silly,
I know :)

0.4.3

-------------

Bugfix release, released on July 12th 2011

- Fixed encoding issues in ``DebugStream`` -- Unicode was not converted
to bytes properly.
- Fixed G0-1 charset handling and added VAX42 charset for the ancient
stuff to work correctly.

0.4.2

-------------

Bugfix release, released on June 27th 2011

- Added a tiny debugging helper: ``python -m pyte your escape codes``
- Added ``Screen.__{before,after}__()`` hooks to ``Screen`` -- now
subclasses can extend more than one command easily.
- Fixed ``HistoryScreen`` -- now not as buggy as it used to be:
and allows for custom ratio aspect when browsing history, see
``HistoryScreen`` documentation for details.
- Fixed `DECTCEM` private mode handling -- when the mode is reset
``Screen.cursor.hidden`` is ``True`` otherwise it's ``False``.

0.4.1

-------------

Bugfix release, released on June 21st 2011

- Minor examples and documentation update before the first public
release.

0.4.0

-------------

Released on June 21st 2011

- Improved cursor movement -- ``Screen`` passes all but one tests
in `vttest`.
- Changed the way ``Stream`` interacts with ``Screen`` -- event
handlers are now implicitly looked up in screen's ``__dict__``,
not connected manually.
- Changed cursor API -- cursor position and attributes are encapsulated
in a separate ``Cursor`` class.
- Added support for `DECSCNM` -- toggle screen-wide reverse-video mode.
- Added a couple of useful ``Screen`` subclasses: ``HistoryScreen``
which allows screen pagination and ``DiffScreen`` which tracks
the changed lines.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.