Thu, 27 Feb 2025 14:42:39 +0100 Detlev Offenbach Code Style Checkers eric7 file | diff | annotate
Mon, 24 Feb 2025 15:43:49 +0100 Detlev Offenbach Adjusted the code to the modified issue codes. eric7 file | diff | annotate
Mon, 24 Feb 2025 15:11:18 +0100 Detlev Offenbach Modified the code style checker such, that the issue category and issue number are separated by a '-' to make up the issue code (e.g E-901). eric7 file | diff | annotate
Sat, 22 Feb 2025 18:06:26 +0100 Detlev Offenbach Corrected some code formatting issues. eric7 file | diff | annotate
Wed, 19 Feb 2025 15:09:52 +0100 Detlev Offenbach Fixed a few issues in the code style checker. eric7 file | diff | annotate
Mon, 17 Feb 2025 16:28:25 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Sun, 16 Feb 2025 15:05:39 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Sun, 16 Feb 2025 11:01:34 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Tue, 10 Dec 2024 15:46:34 +0100 Detlev Offenbach Updated copyright for 2025. eric7 file | diff | annotate
Tue, 22 Oct 2024 17:49:41 +0200 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Tue, 22 Oct 2024 17:22:53 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Tue, 22 Oct 2024 09:30:56 +0200 Detlev Offenbach Miscellaneous Checker eric7 file | diff | annotate
Sat, 03 Aug 2024 11:01:25 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Sat, 08 Jun 2024 15:25:29 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Mon, 11 Mar 2024 16:50:06 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Sun, 21 Jan 2024 12:53:23 +0100 Detlev Offenbach Miscellaneous Checker eric7 file | diff | annotate
Thu, 18 Jan 2024 13:10:08 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Sat, 23 Dec 2023 15:48:12 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Fri, 22 Dec 2023 19:45:17 +0100 Detlev Offenbach Converted some source code documentation to the new style. eric7 file | diff | annotate
Sun, 17 Dec 2023 17:15:19 +0100 Detlev Offenbach Modernized some code and converted Debug Client and Debugger source code documentation to the new style. eric7 file | diff | annotate
Sun, 03 Dec 2023 16:32:00 +0100 Detlev Offenbach Fixed an issue in the miscellaneous checker causing false reports. eric7 file | diff | annotate
Thu, 30 Nov 2023 16:39:46 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Thu, 30 Nov 2023 11:59:40 +0100 Detlev Offenbach Added checks for implicit string concatenation (based on flake8-implicit-str-concat 0.4.0) to the Miscellaneous checker. eric7 file | diff | annotate
Wed, 29 Nov 2023 18:07:53 +0100 Detlev Offenbach Updated the 'Miscellaneous' checker to "flake8-comprehensions 3.14.0". eric7 file | diff | annotate
Wed, 29 Nov 2023 14:49:44 +0100 Detlev Offenbach Corrected some code formatting and style issues. eric7 file | diff | annotate
Wed, 29 Nov 2023 14:31:50 +0100 Detlev Offenbach Updated the 'Miscellaneous' checker to support more cases. eric7 file | diff | annotate
Fri, 01 Sep 2023 16:54:26 +0200 Detlev Offenbach Updated the 'flake8-bugbear' based checker code. eric7 file | diff | annotate
Thu, 31 Aug 2023 13:59:43 +0200 Detlev Offenbach Changed some code comments of adapted third party packages. eric7 file | diff | annotate
Tue, 29 Aug 2023 17:48:25 +0200 Detlev Offenbach Corrected some more code style issues. eric7 file | diff | annotate
Tue, 29 Aug 2023 16:55:18 +0200 Detlev Offenbach Made some modification in preparation for Python 3.12. eric7 file | diff | annotate
Mon, 28 Aug 2023 16:28:57 +0200 Detlev Offenbach Removed an unneeded import in the Miscellaneous checker. eric7 file | diff | annotate
Fri, 21 Jul 2023 11:54:54 +0200 Detlev Offenbach Corrected some code formatting and style issues. eric7 file | diff | annotate
Thu, 20 Jul 2023 11:00:30 +0200 Detlev Offenbach Removed support for Python 3.7 because that is EOL. eric7 file | diff | annotate
Tue, 30 May 2023 17:25:17 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Mon, 22 May 2023 08:43:23 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Thu, 08 Dec 2022 18:03:42 +0100 Detlev Offenbach Updated some checker methods. eric7 file | diff | annotate
Mon, 07 Nov 2022 17:19:58 +0100 Detlev Offenbach Corrected/acknowledged some bad import style and removed some obsolete code. eric7 file | diff | annotate
Fri, 04 Nov 2022 13:52:26 +0100 Detlev Offenbach Resorted the import statements using isort. eric7 file | diff | annotate
Thu, 15 Sep 2022 10:09:53 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Wed, 27 Jul 2022 15:52:14 +0200 Detlev Offenbach Added some TODO markers to update some checker code. eric7 file | diff | annotate
Wed, 13 Jul 2022 14:55:47 +0200 Detlev Offenbach Reformatted the source code using the 'Black' utility. eric7 file | diff | annotate
Thu, 07 Jul 2022 11:23:56 +0200 Detlev Offenbach Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml". eric7 file | diff | annotate | base
(0) tip

eric ide

mercurial