Release Notes: This release fixes how multiple import lines separated by semicolons are parsed.
Release Notes: This release expands detection of standard library modules, while simplifying terminal output, and introduces a verbose option to get more complete information.
Release Notes: This release adds support for the Kate 3.13+ Pate 2 plugin system and adds a minor performance optimization.
Release Notes: This release fixes a long-standing bug which caused comments on nested from imports to move to the top line of the from import, instead of the same nested import they originally appeared with.
Release Notes: This release fixes a bug that caused certain imports like "times" to incorrectly identify as standard library imports.
Release Notes: This release improved handling of * imports and of spacing before statements directly following imports. It fixed a bug with atomically parsing files when encoding is set at the top of the file, a bug that made it impossible to sort imports on __init__.py, and a bug that caused incorrect line split for as imports.
Release Notes: This release fixes a bug which caused isort to incorrectly wrap imports when they where wrapped after a period.
Release Notes: This release adds support for Emacs and ensures inline comments placed on import lines follow the pep8 style guidelines.
Release Notes: This release adds support for nested comments within import definitions and fixes an issue with setting configuration options to False.
Release Notes: This released added 'thread' to the known standard library while improving how settings files are merged, no longer requiring the closest settings file to fully define list values. The number of new lines after the imports block is now configurable, and the behavior of the 'order_by_type' setting was improved.