Sat, 30 Nov 2024 11:08:07 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.12 file | diff | annotate
Fri, 01 Nov 2024 18:12:30 +0100 Detlev Offenbach Debugger eric7 file | diff | annotate
Thu, 31 Oct 2024 10:54:33 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.11 file | diff | annotate
Fri, 18 Oct 2024 19:14:59 +0200 Detlev Offenbach Corrected an issue where the remote debugger configuration took precedence even when a script or project was loaded via an eric-ide server. eric7 file | diff | annotate
Wed, 16 Oct 2024 16:17:17 +0200 Detlev Offenbach Modified the error message of the last change. eric7 file | diff | annotate
Wed, 16 Oct 2024 16:12:44 +0200 Detlev Offenbach Added a message warning the user if a passive debugging session is attempted while the IDE is not in passive mode. eric7 file | diff | annotate
Tue, 15 Oct 2024 12:07:51 +0200 Detlev Offenbach Corrected an issue in the debug server related to passive debugging. eric7 file | diff | annotate
Wed, 03 Jul 2024 09:20:41 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance file | diff | annotate
Mon, 10 Jun 2024 11:41:34 +0200 Detlev Offenbach Extended the use of eric-ide server environments. server file | diff | annotate
Sun, 02 Jun 2024 09:51:20 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.06 file | diff | annotate
Mon, 20 May 2024 11:11:50 +0200 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Mon, 20 May 2024 11:09:36 +0200 Detlev Offenbach Modified the debug server such, that a project embedded environment is only used, if no specific one is selected in the start dialog. eric7 file | diff | annotate
Wed, 15 May 2024 10:45:50 +0200 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Wed, 24 Apr 2024 10:14:16 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.05 file | diff | annotate
Mon, 22 Apr 2024 18:23:20 +0200 Detlev Offenbach Changed the source code and the source code documentation to improve the indication of unused method/function arguments. eric7 file | diff | annotate
Sat, 20 Apr 2024 18:01:36 +0200 Detlev Offenbach Changed the source code and the source code documentation to improve the indication of unused method/function arguments. eric7 file | diff | annotate
Tue, 02 Apr 2024 10:00:22 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance file | diff | annotate
Tue, 26 Mar 2024 10:55:04 +0100 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Tue, 26 Mar 2024 10:39:58 +0100 Detlev Offenbach Fixed starting an interpreter for a project with an embedded virtual environment but no project specific debug properties and corrected a typo. eric7 file | diff | annotate
Thu, 22 Feb 2024 16:34:43 +0100 Detlev Offenbach Corrected a few formatting and style issues. server file | diff | annotate
Tue, 13 Feb 2024 09:50:09 +0100 Detlev Offenbach Added the startRemote logic to remoteCoverage() and remoteProfile(). server file | diff | annotate
Mon, 12 Feb 2024 18:12:41 +0100 Detlev Offenbach Integrated the 'run', 'profile' and 'coverage' and the restart debugging functions. server file | diff | annotate
Sun, 11 Feb 2024 18:35:44 +0100 Detlev Offenbach Implemented (most) of the eric-ide server debugging functionality. server file | diff | annotate
Fri, 09 Feb 2024 19:54:15 +0100 Detlev Offenbach Implemented an eric-ide Server Shell. server file | diff | annotate
Mon, 01 Jan 2024 11:10:45 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.01 file | diff | annotate
Sat, 23 Dec 2023 15:48:12 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Tue, 19 Dec 2023 19:57:08 +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 19:46:34 +0100 Detlev Offenbach Corrected some uses of dict.keys(), dict.values() and dict.items(). eric7 file | diff | annotate
Wed, 29 Nov 2023 14:23:36 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.12 file | diff | annotate
Thu, 23 Nov 2023 19:56:26 +0100 Detlev Offenbach Fixed an issue in the debug server causing the environment entry "<project>" being present in the start dialog even when the project doesn't define one. eric7 file | diff | annotate
Sat, 18 Nov 2023 15:18:17 +0100 Detlev Offenbach Debugger eric7 file | diff | annotate
Tue, 14 Nov 2023 17:25:35 +0100 Detlev Offenbach Debugger eric7 file | diff | annotate
Tue, 01 Aug 2023 09:59:45 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.08 file | diff | annotate
Sun, 23 Jul 2023 19:27:37 +0200 Detlev Offenbach Added some code to terminate the debug client during shut down of the debug server. eric7 file | diff | annotate
Sat, 27 May 2023 19:02:58 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance file | diff | annotate
Wed, 24 May 2023 19:54:24 +0200 Detlev Offenbach Corrected and checked some code style issues. eric7 file | diff | annotate
Tue, 02 May 2023 10:20:02 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.05 file | diff | annotate
Wed, 05 Apr 2023 11:58:22 +0200 Detlev Offenbach Performed some 'ethical' changes. eric7 file | diff | annotate
Mon, 02 Jan 2023 11:16:03 +0100 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-23.01 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Wed, 30 Nov 2022 09:19:51 +0100 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance file | diff | annotate
Wed, 23 Nov 2022 10:48:46 +0100 Detlev Offenbach Debugger eric7 file | diff | annotate
Tue, 22 Nov 2022 14:02:00 +0100 Detlev Offenbach Added some TODOs to the debugger configuration page to extend the possible interfaces to listen on. eric7 file | diff | annotate
Wed, 09 Nov 2022 10:59:01 +0100 Detlev Offenbach Modified most of the importlib.import_module() calls to use relative imports. eric7 file | diff | annotate
Tue, 08 Nov 2022 11:34:19 +0100 Detlev Offenbach Changed code to use 'iimportlib.import_module()' instead of '__import__()'. eric7 file | diff | annotate
Mon, 07 Nov 2022 19:07:21 +0100 Detlev Offenbach Fixed an issue causing a crash of the standalone python shell window. eric7 file | diff | annotate
Fri, 04 Nov 2022 13:52:26 +0100 Detlev Offenbach Resorted the import statements using isort. eric7 file | diff | annotate
Sat, 29 Oct 2022 15:24:59 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance file | diff | annotate
Mon, 24 Oct 2022 15:12:28 +0200 Detlev Offenbach Corrected some widget header definitions. 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
Wed, 05 Oct 2022 16:19:31 +0200 Detlev Offenbach Added support for project embedded environments to the Testing framework and the Start dialog. eric7 file | diff | annotate
Fri, 02 Sep 2022 14:07:46 +0200 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-22.09 file | diff | annotate
Fri, 29 Jul 2022 16:29:31 +0200 Detlev Offenbach Simplified some code iaw. recommendations of the extended style checker and reformatted the code with black. eric7 file | diff | annotate
Sun, 24 Jul 2022 11:29:56 +0200 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-22.08 file | diff | annotate | base
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