Spyder-terminal

Latest version: v1.2.2

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

Scan your dependencies

Page 3 of 4

0.2.4

Not secure
Issues Closed

* [Issue 140](https://github.com/spyder-ide/spyder-terminal/issues/140) - Release 0.2.4
* [Issue 136](https://github.com/spyder-ide/spyder-terminal/issues/136) - Remove requirement on pexpect for Windows ([PR 139](https://github.com/spyder-ide/spyder-terminal/pull/139))
* [Issue 132](https://github.com/spyder-ide/spyder-terminal/issues/132) - Add import check for pywinpty ([PR 135](https://github.com/spyder-ide/spyder-terminal/pull/135))
* [Issue 131](https://github.com/spyder-ide/spyder-terminal/issues/131) - Remove compatibility check for Windows and Python 2 ([PR 133](https://github.com/spyder-ide/spyder-terminal/pull/133))
* [Issue 130](https://github.com/spyder-ide/spyder-terminal/issues/130) - Black screen in Spyder-terminal when I launch Spyer ([PR 135](https://github.com/spyder-ide/spyder-terminal/pull/135))

In this release 5 issues were closed.

Pull Requests Merged

* [PR 139](https://github.com/spyder-ide/spyder-terminal/pull/139) - PR: Remove pexpect from windows requirements ([136](https://github.com/spyder-ide/spyder-terminal/issues/136))
* [PR 135](https://github.com/spyder-ide/spyder-terminal/pull/135) - PR: Add winpty import verification before starting plugin ([132](https://github.com/spyder-ide/spyder-terminal/issues/132), [130](https://github.com/spyder-ide/spyder-terminal/issues/130))
* [PR 134](https://github.com/spyder-ide/spyder-terminal/pull/134) - PR: Fix running tests in CI infrastructure
* [PR 133](https://github.com/spyder-ide/spyder-terminal/pull/133) - PR: Remove Windows/Py2.7 restriction ([131](https://github.com/spyder-ide/spyder-terminal/issues/131))

In this release 4 pull requests were closed.

0.2.3

Not secure
Issues Closed

* [Issue 114](https://github.com/spyder-ide/spyder-terminal/issues/114) - AttributeError: 'QWebEngineProfile' object has no attribute 'clearHttpCache'

In this release 1 issue was closed.

Pull Requests Merged

* [PR 117](https://github.com/spyder-ide/spyder-terminal/pull/117) - PR: Do not clean WebEngine cache when using WebKit

In this release 1 pull request was closed.

0.2.2

Not secure
Pull Requests Merged

* [PR 111](https://github.com/spyder-ide/spyder-terminal/pull/111) - PR: Prevent tarballs and wheels to be built without server components

In this release 1 pull request was closed.

0.2.1

Not secure
Issues Closed

* [Issue 107](https://github.com/spyder-ide/spyder-terminal/issues/107) - Release 0.2.1
* [Issue 102](https://github.com/spyder-ide/spyder-terminal/issues/102) - Adapt close functionallity on Qt WebEngine
* [Issue 101](https://github.com/spyder-ide/spyder-terminal/issues/101) - Error on a slow start
* [Issue 99](https://github.com/spyder-ide/spyder-terminal/issues/99) - Prevent tests to get stuck on AppVeyor
* [Issue 96](https://github.com/spyder-ide/spyder-terminal/issues/96) - TypeError: 'Icon' object is not callable
* [Issue 95](https://github.com/spyder-ide/spyder-terminal/issues/95) - Close automatically a Terminal tab if it was closed from the process itself

In this release 6 issues were closed.

Pull Requests Merged

* [PR 106](https://github.com/spyder-ide/spyder-terminal/pull/106) - PR: Replace default values for resize arguments
* [PR 103](https://github.com/spyder-ide/spyder-terminal/pull/103) - PR: QWebChannel implementation and tests
* [PR 100](https://github.com/spyder-ide/spyder-terminal/pull/100) - PR: Reduce test execution times
* [PR 98](https://github.com/spyder-ide/spyder-terminal/pull/98) - PR: Close terminal tab if process was closed

In this release 4 pull requests were closed.

0.2

Issues Closed

* [Issue 90](https://github.com/spyder-ide/spyder-terminal/issues/90) - Windows: Close websocket when a console is closed manually
* [Issue 85](https://github.com/spyder-ide/spyder-terminal/issues/85) - Update package dependencies on Windows
* [Issue 84](https://github.com/spyder-ide/spyder-terminal/issues/84) - Release 0.2
* [Issue 83](https://github.com/spyder-ide/spyder-terminal/issues/83) - Enable AppVeyor CI for Windows testing
* [Issue 79](https://github.com/spyder-ide/spyder-terminal/issues/79) - Bold font may not be activated on new terminals
* [Issue 77](https://github.com/spyder-ide/spyder-terminal/issues/77) - Execute initial commands only if prompt is available
* [Issue 76](https://github.com/spyder-ide/spyder-terminal/issues/76) - Copy and Paste shortcuts are disabled
* [Issue 72](https://github.com/spyder-ide/spyder-terminal/issues/72) - clear command does not work
* [Issue 71](https://github.com/spyder-ide/spyder-terminal/issues/71) - Tabify terminal next to the IPython console
* [Issue 70](https://github.com/spyder-ide/spyder-terminal/issues/70) - Use check_compatibility for PyQt4
* [Issue 69](https://github.com/spyder-ide/spyder-terminal/issues/69) - Make 0.2 to depend on Spyder 3.2
* [Issue 64](https://github.com/spyder-ide/spyder-terminal/issues/64) - Add server tests
* [Issue 22](https://github.com/spyder-ide/spyder-terminal/issues/22) - Incorporate Windows version using pywinpty

In this release 13 issues were closed.

Pull Requests Merged

* [PR 94](https://github.com/spyder-ide/spyder-terminal/pull/94) - PR: Restore previous font rescaling behaviour
* [PR 93](https://github.com/spyder-ide/spyder-terminal/pull/93) - PR: Simplify initialization routine
* [PR 91](https://github.com/spyder-ide/spyder-terminal/pull/91) - PR: Close websocket if process was stopped on Windows
* [PR 89](https://github.com/spyder-ide/spyder-terminal/pull/89) - PR: Don't raise plugin when a new terminal is created
* [PR 88](https://github.com/spyder-ide/spyder-terminal/pull/88) - PR: Add server tests
* [PR 87](https://github.com/spyder-ide/spyder-terminal/pull/87) - PR: Simplify new terminal actions
* [PR 86](https://github.com/spyder-ide/spyder-terminal/pull/86) - PR: Several installation fixes
* [PR 82](https://github.com/spyder-ide/spyder-terminal/pull/82) - PR: Copy and Paste shortcuts update
* [PR 80](https://github.com/spyder-ide/spyder-terminal/pull/80) - PR: Bold fonts are enabled by default
* [PR 78](https://github.com/spyder-ide/spyder-terminal/pull/78) - Emit initialization commands only if prompt is ready
* [PR 75](https://github.com/spyder-ide/spyder-terminal/pull/75) - PR: Version 0.2 depends on Spyder 3.2
* [PR 74](https://github.com/spyder-ide/spyder-terminal/pull/74) - PR: Tabify terminal next to the IPython Console
* [PR 73](https://github.com/spyder-ide/spyder-terminal/pull/73) - PR: Add plugin check_compatibility
* [PR 58](https://github.com/spyder-ide/spyder-terminal/pull/58) - PR: Extend spyder-terminal to Windows

In this release 14 pull requests were closed.

0.1.2

Not secure
Issues Closed

* [Issue 61](https://github.com/spyder-ide/spyder-terminal/issues/61) - Capture all keyboard events when a console is on focus
* [Issue 60](https://github.com/spyder-ide/spyder-terminal/issues/60) - Redirect server output and errors to a file
* [Issue 59](https://github.com/spyder-ide/spyder-terminal/issues/59) - Don't start to create consoles until the server is up and running

In this release 3 issues were closed.

Pull Requests Merged

* [PR 66](https://github.com/spyder-ide/spyder-terminal/pull/66) - Add Release notes
* [PR 65](https://github.com/spyder-ide/spyder-terminal/pull/65) - PR: Launch first console instance only if server is up
* [PR 63](https://github.com/spyder-ide/spyder-terminal/pull/63) - PR: Make the terminal to capture all keyboard events
* [PR 62](https://github.com/spyder-ide/spyder-terminal/pull/62) - PR: Redirecting server stderr and stdout to files

In this release 4 pull requests were closed.

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.