Sat, 04 Sep 2021 11:34:54 +0200 Detlev Offenbach Merged with default branch to prepare release 21.9. maintenance release-21.09 file | diff | annotate
Wed, 28 Jul 2021 17:02:19 +0200 Detlev Offenbach QsciScintillaCompat: fixed an issue causing completion lists to go off-screen. file | diff | annotate
Sat, 01 May 2021 14:27:20 +0200 Detlev Offenbach Merged with default branch to prepare release 21.5. maintenance release-21.05 file | diff | annotate
Tue, 27 Apr 2021 17:25:06 +0200 Detlev Offenbach Converted enum names to use all uppercase letters (except for E5PathPickerModes to keep plug-ins using this compatible with previous eric releases). file | diff | annotate
Thu, 15 Apr 2021 18:11:24 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 2). file | diff | annotate
Wed, 14 Apr 2021 19:59:16 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 1). file | diff | annotate
Tue, 13 Apr 2021 19:59:17 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 3). file | diff | annotate
Sun, 11 Apr 2021 18:45:10 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 1). file | diff | annotate
Sat, 10 Apr 2021 18:38:27 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()). file | diff | annotate
Sun, 28 Mar 2021 15:00:11 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance file | diff | annotate
Mon, 22 Mar 2021 19:31:18 +0100 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Tue, 02 Mar 2021 19:49:43 +0100 Detlev Offenbach Shell file | diff | annotate
Tue, 02 Mar 2021 17:17:09 +0100 Detlev Offenbach Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff. file | diff | annotate
Tue, 02 Mar 2021 17:12:08 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance file | diff | annotate
Sat, 27 Feb 2021 12:08:23 +0100 Detlev Offenbach Shell: added functionality to show a prompt when the main client process has exited (e.g. a script ended). file | diff | annotate
Mon, 01 Feb 2021 10:38:16 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-21.02 file | diff | annotate
Sun, 17 Jan 2021 12:40:19 +0100 Detlev Offenbach Shell: corrected inserting (pasting) text via the middel mouse button. file | diff | annotate
Wed, 30 Dec 2020 11:00:44 +0100 Detlev Offenbach Updated copyright for 2021. maintenance file | diff | annotate
Wed, 30 Dec 2020 11:00:05 +0100 Detlev Offenbach Updated copyright for 2021. file | diff | annotate
Sun, 01 Nov 2020 11:15:18 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.11 file | diff | annotate
Sun, 18 Oct 2020 12:35:30 +0200 Detlev Offenbach Merged with default branch. multi_processing file | diff | annotate
Tue, 06 Oct 2020 17:52:44 +0200 Detlev Offenbach Changed calls to exec_() into exec() (remainder of Python2 elimination). file | diff | annotate
Sat, 03 Oct 2020 11:13:46 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.10 file | diff | annotate
Thu, 17 Sep 2020 19:16:18 +0200 Detlev Offenbach Third Party packages: removed th no longer needed 'enum' package. file | diff | annotate
Sat, 02 May 2020 14:45:06 +0200 Detlev Offenbach Merged with default branch. multi_processing file | diff | annotate
Sat, 02 May 2020 13:51:07 +0200 Detlev Offenbach Merged with default branch to prepare new release. maintenance release-20.05 file | diff | annotate
Mon, 13 Apr 2020 16:57:44 +0200 Detlev Offenbach Editor, Shell: added configuration option for the calltips foreground and highlight color. file | diff | annotate
Sun, 12 Apr 2020 19:07:49 +0200 Detlev Offenbach Removed the '.png' extension from all call to get an icon or a pixmap from the PixmapCache because this is not needed anymore. file | diff | annotate
Sat, 07 Mar 2020 11:11:07 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.03 file | diff | annotate
Sat, 15 Feb 2020 12:13:52 +0100 Detlev Offenbach Merged with default branch. multi_processing file | diff | annotate
Fri, 14 Feb 2020 19:52:37 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Mon, 10 Feb 2020 19:49:45 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Sun, 02 Feb 2020 16:41:40 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Sun, 02 Feb 2020 13:01:55 +0100 Detlev Offenbach Shell: fixed the raw_input method again. file | diff | annotate
Sun, 02 Feb 2020 12:01:27 +0100 Detlev Offenbach Merged with default branch to get latest bug fixes. multi_processing file | diff | annotate
Sun, 02 Feb 2020 11:27:46 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.02 file | diff | annotate
Sat, 01 Feb 2020 19:48:21 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Sat, 01 Feb 2020 17:25:30 +0100 Detlev Offenbach Shell.py: Fixed __raw_input() writing at the wrong position sometimes. file | diff | annotate
Wed, 01 Jan 2020 12:01:54 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.01 file | diff | annotate
Wed, 01 Jan 2020 11:57:23 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Thu, 03 Oct 2019 11:12:10 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-19.10 file | diff | annotate
Wed, 25 Sep 2019 18:37:35 +0200 Detlev Offenbach Continued to resolve code style issue M841. file | diff | annotate
Tue, 10 Sep 2019 19:30:07 +0200 Detlev Offenbach Removed obsolete "from __future__ import ..." statements. file | diff | annotate
Sun, 01 Sep 2019 19:40:53 +0200 Detlev Offenbach Removed the Qt4 runtime stuff. without_py2_and_pyqt4 file | diff | annotate
Sat, 04 May 2019 11:10:44 +0200 Detlev Offenbach Merged with default branch to prepare release 19.5. maintenance file | diff | annotate | base
Thu, 02 May 2019 19:07:48 +0200 Detlev Offenbach Performed some interface cleanups. file | diff | annotate
Sun, 14 Apr 2019 15:09:21 +0200 Detlev Offenbach Major restructuring of the source tree to get prepared for a setup.py based installation. file | diff | annotate | base
(0) tip

eric ide

mercurial