Sat, 23 Dec 2023 15:48:12 +0100 |
Detlev Offenbach |
Updated copyright for 2024.
eric7
|
file |
diff |
annotate
|
Mon, 04 Sep 2023 17:58:15 +0200 |
Detlev Offenbach |
Modified the datetime.datetime methods to include the 'tz' argument.
eric7
|
file |
diff |
annotate
|
Wed, 24 May 2023 19:54:24 +0200 |
Detlev Offenbach |
Corrected and checked some code style issues.
eric7
|
file |
diff |
annotate
|
Sat, 31 Dec 2022 16:23:21 +0100 |
Detlev Offenbach |
Updated copyright for 2023.
eric7
|
file |
diff |
annotate
|
Sun, 18 Dec 2022 19:33:46 +0100 |
Detlev Offenbach |
Refactored the Utilities and Globals modules in order to enhance the maintainability.
eric7
|
file |
diff |
annotate
|
Tue, 06 Dec 2022 17:42:24 +0100 |
Detlev Offenbach |
Corrected a little glitch in the BlackFormattingDialog widget.
eric7
|
file |
diff |
annotate
|
Fri, 04 Nov 2022 13:52:26 +0100 |
Detlev Offenbach |
Resorted the import statements using isort.
eric7
|
file |
diff |
annotate
|
Wed, 02 Nov 2022 10:11:18 +0100 |
Detlev Offenbach |
Modified the Black and Isort dialogs such, that only files that need a change are processed after a diff or check run by pressing the relevant button.
eric7
|
file |
diff |
annotate
|
Mon, 31 Oct 2022 15:29:18 +0100 |
Detlev Offenbach |
Code Formatting
eric7
|
file |
diff |
annotate
|
Tue, 18 Oct 2022 16:06:21 +0200 |
Detlev Offenbach |
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
eric7
|
file |
diff |
annotate
|
Tue, 27 Sep 2022 14:58:59 +0200 |
Detlev Offenbach |
Forgot to make the progress bar of the formatting dialog visible again.
eric7
|
file |
diff |
annotate
|
Wed, 21 Sep 2022 17:08:29 +0200 |
Detlev Offenbach |
Changed the multiprocessing start method to 'spawn' because 'fork' (on *nix) seems to be unreliable with respect to queues.
eric7
|
file |
diff |
annotate
|
Wed, 21 Sep 2022 10:38:52 +0200 |
Detlev Offenbach |
Code Formatting
eric7
|
file |
diff |
annotate
|
Tue, 23 Aug 2022 16:21:07 +0200 |
Detlev Offenbach |
Fixed an issue in the multiprocessing usage causing a traceback when then number of tasks is smaller than the number of worker processes.
eric7
|
file |
diff |
annotate
|
Tue, 16 Aug 2022 19:07:16 +0200 |
Detlev Offenbach |
Did some optimizations in the multiprocessing code.
eric7
|
file |
diff |
annotate
|
Mon, 08 Aug 2022 16:29:40 +0200 |
Detlev Offenbach |
"Blacked" the sources.
eric7
|
file |
diff |
annotate
|
Sun, 07 Aug 2022 17:31:26 +0200 |
Detlev Offenbach |
Changed the code reformatting dialog such, that it uses multiple processes to reformat files.
eric7
|
file |
diff |
annotate
|
Sat, 06 Aug 2022 17:37:06 +0200 |
Detlev Offenbach |
Changed the code reformatting dialog to work with signals and slots and do the statistics calculation in the dialog class (prepare for multi processing).
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
|
Wed, 13 Jul 2022 11:16:20 +0200 |
Detlev Offenbach |
Black Formatting Dialog
eric7
|
file |
diff |
annotate
|
Mon, 11 Jul 2022 16:42:50 +0200 |
Detlev Offenbach |
Code Formatting
eric7
|
file |
diff |
annotate
|