Commit Graph

  • 34bd277513 - Update to version 5.0.3: - Fixed setup.py command incorrectly passing check=True as a configuration parameter (see: https://github.com/timothycrosley/isort/issues/1258) - Fixed missing patch version - Fixed issue #1253: Atomic fails when passed in not readable output stream Sebastian Wagner 2020-07-05 11:37:24 +00:00
  • 748666cc4a - update to version 5.0.2: - Ensured black profile was complete, adding missing line_length definition. - update to version 5.0.1: - Fixed a runtime error in a vendored dependency (toml). - update to version 5.0.0: - Breaking changes: - isort now requires Python 3.6+ to run but continues to support formatting on ALL versions of python including Python 2 code. - isort deprecates official support for Python 3.4, removing modules only in this release from known_standard_library: - user - Config files are no longer composed on-top of each-other. Instead the first config file found is used. - Since there is no longer composition negative form settings (such as --dont-skip) are no longer required and have been removed. - Two-letter shortened setting names (like ac for atomic) now require two dashes to avoid ambiguity: --ac. - For consistency with other tools -v now is shorthand for verbose and -V is shorthand for version. See Issue: #1067. - length_sort_{section_name} config usage has been deprecated. Instead length_sort_sections list can be used to specify a list of sections that need to be length sorted. - safety_excludes and unsafe have been deprecated - Config now includes as default full set of safety directories defined by safety excludes. - --recursive option has been removed. Directories passed in are now automatically sorted recursive. - --apply option has been removed as it is the default behaviour. - isort now does nothing, beyond giving instructions and exiting status code 0, when ran with no arguments. - a new --interactive flag has been added to enable the old style behaviour. - isort now works on contiguous sections of imports, instead of one whole file at a time. - isort now formats all nested "as" imports in the "from" form. import x.y as a becomes from x import y as a. - keep_direct_and_as_imports option now defaults to True. - appdirs is no longer supported. Unless manually specified, config should be project config only. - toml is now installed as a vendorized module, meaning pyproject.toml based config is always supported. - Completely new Python API, old version is removed and no longer accessible. - New module placement logic and module fully replaces old finders. Old approach is still available via --old-finders. - Internal: - isort now utilizes mypy and typing to filter out typing related issues before deployment. - isort now utilizes black internally to ensure more consistent formatting. Sebastian Wagner 2020-07-04 12:16:59 +00:00
  • 9464964741 Accepting request 808784 from devel:languages:python Dominique Leuenberger 2020-06-05 17:58:38 +00:00
  • b8097c954c Accepting request 808762 from home:pgajdos:python Tomáš Chvátal 2020-05-25 13:31:50 +00:00
  • 9224c128bf Accepting request 784839 from devel:languages:python Dominique Leuenberger 2020-03-26 23:23:51 +00:00
  • 0404c37c3b - Fix build without python2 Tomáš Chvátal 2020-03-14 08:32:33 +00:00
  • db7b051631 Accepting request 730455 from devel:languages:python Yuchen Lin 2019-09-17 11:34:27 +00:00
  • 0b64c0b57a - Skip test test_pipfile_finder upstream is aware for 6 months and just pinned older version of tomlkit Tomáš Chvátal 2019-09-12 17:51:23 +00:00
  • 7f2b9c76a4 Accepting request 713859 from devel:languages:python Dominique Leuenberger 2019-07-30 10:59:55 +00:00
  • fb6d9e7120 - update to version 4.3.21: - Fixed issue #957 - Long aliases and use_parentheses generates invalid syntax Sebastian Wagner 2019-06-30 13:20:01 +00:00
  • 42b5e4478f Accepting request 705236 from devel:languages:python Dominique Leuenberger 2019-05-27 06:30:29 +00:00
  • ab50ad9df0 Accepting request 705235 from home:pgajdos Tomáš Chvátal 2019-05-24 12:21:42 +00:00
  • ad764f770f Accepting request 701237 from devel:languages:python Dominique Leuenberger 2019-05-08 13:15:53 +00:00
  • 8c822730a4 - Again tweak failing tests Tomáš Chvátal 2019-05-07 08:06:31 +00:00
  • f93a23df12 - update to 4.3.18: - Fixed an issue with parsing files that contain unicode characters in Python 2 - Fixed issue #924 - Pulling in pip internals causes depreciation warning - Fixed issue #938 - Providing a way to filter explicitly passed in files via configuration settings (--filter-files) - Improved interoperability with toml configuration files Sebastian Wagner 2019-05-03 18:10:29 +00:00
  • fb8cc2097d - skip failing tests - Update to 4.3.17: - Fixed issue #905 & #919: Import section headers behaving strangely Matej Cepl 2019-04-29 20:22:27 +00:00
  • d29c39ddb7 Accepting request 684706 from devel:languages:python Dominique Leuenberger 2019-03-29 19:34:31 +00:00
  • b5de76d209 - Add missing recommended dependencies Tomáš Chvátal 2019-03-29 09:42:00 +00:00
  • 85cf5fa96b - update to version 4.3.16: - Fixed issue #909 - skip and skip-glob are not enforced when using settings-path. - Fixed issue #907 - appdirs optional requirement does not correctly specify version - Fixed issue #902 - Too broad warning about missing toml package - Fixed issue #778 - remove user from known standard library as it's no longer in any supported Python version. Sebastian Wagner 2019-03-24 08:37:51 +00:00
  • c3bbee0533 - Update to 4.3.15: * Fixed a regression with handling streaming input from pipes (Issue #895) * Fixed handling of \x0c whitespace character (Issue #811) * Improved CLI documentation * Fixed a regression with /directory/.py style patterns * Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used. * Fixed some output being printed even when --quiet mode is enabled. * Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting. * Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file. * Fixed issue #885 many files not being skipped according to set skip settings. * Fixed issue #842 streaming encoding improvements. * Fix error caused when a virtual environment not detected * Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY * Fixed issue #873: current version skips every file on travis * Additional caching to reduce performance regression introduced in 4.3.5 * Improved handling of pex files and other binary Python files Tomáš Chvátal 2019-03-13 14:23:09 +00:00
  • f6a865b318 Accepting request 681407 from devel:languages:python Dominique Leuenberger 2019-03-08 10:59:54 +00:00
  • 77276e56b4 - Update to 4.3.10: * Fixed Windows incompatibilities (Issue #835) * Fixed relative import sorting bug (Issue #417) * Fixed "no_lines_before" to also be respected from previous empty sections. * Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848) * Fixed issue #842 default encoding not-set in Python2 * Restored Windows automated testing * Added Mac automated testing Tomáš Chvátal 2019-03-04 13:28:09 +00:00
  • c2ce6de996 Accepting request 681298 from devel:languages:python Dominique Leuenberger 2019-03-04 12:45:14 +00:00
  • 7e71238106 - Fix multibuild name Tomáš Chvátal 2019-03-04 11:05:46 +00:00
  • a1985dbc20 Accepting request 680525 from devel:languages:python Dominique Leuenberger 2019-03-04 08:11:15 +00:00
  • 8657ba1b18 - Switch to multibuild to avoid cycle with pylama Tomáš Chvátal 2019-03-01 14:47:56 +00:00
  • c4c28e3a4c Accepting request 680021 from home:jayvdb:coala:python3-bears Tomáš Chvátal 2019-02-28 08:57:44 +00:00
  • 290eaf528f Accepting request 676254 from devel:languages:python Stephan Kulow 2019-02-17 11:19:10 +00:00
  • 84362c586f Accepting request 676235 from home:jayvdb:coala:python3-bears Tomáš Chvátal 2019-02-14 21:12:20 +00:00
  • 6f0f3b8693 Accepting request 624436 from devel:languages:python Dominique Leuenberger 2018-07-23 15:58:23 +00:00
  • e2946aee1a Accepting request 624342 from home:apersaud:branches:devel:languages:python Ondřej Súkup 2018-07-21 11:27:07 +00:00
  • 9e326b239b Accepting request 575248 from devel:languages:python Dominique Leuenberger 2018-02-12 09:10:49 +00:00
  • 4da9d1e9b5 remove file Sebastian Wagner 2018-02-10 17:15:22 +00:00
  • 29f9d05da0 - update to 4.3.1 * Fixed issue #654: Trailing comma count error * Fixed issue #651: Add imports option is broken * Fixed issue #650: Wrong error message displayed - update to 4.3.0 * Fixed #557: force_alphabetical_sort and force_sort_within_sections can now be utilized together without extra new lines * Added --no-lines-before for more granular control over section output * Fixed #493: Unwanted conversion to Windows line endings * Implemented --version-number to retrieve just the version number without the isort logo - Remove patch-shebang.patch and replace it with a sed-call Sebastian Wagner 2018-02-02 20:53:14 +00:00
  • ae981a17bd Accepting request 505952 from devel:languages:python Dominique Leuenberger 2017-07-05 21:57:50 +00:00
  • 6258cc11bf Accepting request 505500 from home:sebix:branches:devel:languages:python Jan Matejek 2017-06-23 17:12:16 +00:00
  • 585cc9370f Accepting request 482552 from devel:languages:python Yuchen Lin 2017-04-07 11:54:03 +00:00
  • c0d07caeb9 - install LICENSE file Jan Matejek 2017-03-24 17:02:57 +00:00
  • 3432916667 Accepting request 479717 from devel:languages:python:singlespec Jan Matejek 2017-03-15 15:17:36 +00:00