Idlemypyextension

Latest version: v1.1.0

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

Scan your dependencies

Page 1 of 3

1.1.0

Since the last release, we refactored the continuous integration system to be based off of Trio, added command line feature to be able to add extension comments from errors saved from a file or from stdin, fixed moduleguard from scanning root folder when you installed with a virtual environment, fixed stub file typing, and figured out how to make mypy use stub files for type checking on github actions.

**Full Changelog**: https://github.com/CoolCat467/idlemypyextension/compare/v1.0.4...v1.1.0

1.0.4

Since the last release, added idlelib stubs to project's main folder, added logging extension logs to a file, and using a local copy of mttkinter instead of published version.

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoolCat467/idlemypyextension/pull/8
* Update trio requirement from ~=0.25.0 to >=0.25,<0.27 by dependabot in https://github.com/CoolCat467/idlemypyextension/pull/9
* Update mypy requirement from ~=1.10.1 to >=1.10.1,<1.12.0 by dependabot in https://github.com/CoolCat467/idlemypyextension/pull/10


**Full Changelog**: https://github.com/CoolCat467/idlemypyextension/compare/v1.0.3...v1.0.4

1.0.3

In this release, we update dependencies, add support for dictionary and set argument default values, add cleanup code for asynchronous event handlers for when IDLE closes, and add tests for new dictionary and set changes.

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoolCat467/idlemypyextension/pull/6


**Full Changelog**: https://github.com/CoolCat467/idlemypyextension/compare/v1.0.2...v1.0.3

1.0.2

This release has no functional changes, simply updating dependencies.

What's Changed
* Update mypy requirement from ~=1.8.0 to ~-1.9.0 by dependabot in https://github.com/CoolCat467/idlemypyextension/pull/5

New Contributors
* dependabot made their first contribution in https://github.com/CoolCat467/idlemypyextension/pull/5

**Full Changelog**: https://github.com/CoolCat467/idlemypyextension/compare/v1.0.1...v1.0.2

1.0.1

This release fixes an issue with the text generated if users use the legacy installation method.

**Full Changelog**: https://github.com/CoolCat467/idlemypyextension/compare/v1.0.0...v1.0.1

1.0.0

In this release, we update dependencies, switch the license back to the GNU General Public License v3 because it's actually not allowed to downgrade to Apache 2 (whoops), update project metadata, add `mttkinter` dependency because it fixes a thread safety issue with `tktrio`, move a bunch of the code from `__init__` into two separate modules, `extension` and `utils`, where `utils` is a general module for building extensions and `extension` is specific to this project, which makes it much easier for me to have bugfixes from my other extensions be able to transfer to this one, add license headers to all the files, handle a very strange case where a Trio run fails to exit properly, and fix a bug where the extension can crash when there are no file comments.

**Full Changelog**: https://github.com/CoolCat467/idlemypyextension/compare/v0.2.7...v1.0.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.