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
Tue, 22 Oct 2024 16:50:36 +0200 Detlev Offenbach Added the 'requests' package to the list of dependencies. eric7 file | diff | annotate
Mon, 21 Oct 2024 13:30:23 +0200 Detlev Offenbach Modified the mac App Bundle creation of the install script slightly. eric7 file | diff | annotate
Wed, 16 Oct 2024 17:38:35 +0200 Detlev Offenbach Fixed the install script logic with respect to installation of pywin32 because that package does some magic when python.exe is started. eric7 file | diff | annotate
Wed, 09 Oct 2024 15:48:08 +0200 Detlev Offenbach Changed install scripts and pyproject.toml files to allow installation with Python 3.13. eric7 file | diff | annotate
Sat, 31 Aug 2024 10:54:21 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.09 file | diff | annotate
Fri, 23 Aug 2024 14:17:59 +0200 Detlev Offenbach Added code to the install script to work around some weirdness of the pywin32 package. eric7 file | diff | annotate
Mon, 29 Jul 2024 14:43:35 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.08 file | diff | annotate
Sat, 27 Jul 2024 14:22:24 +0200 Detlev Offenbach Changed the install scripts and the eric7_fido2.py[w] scripts because these scripts need admin rights on Windows. eric7 file | diff | annotate
Fri, 26 Jul 2024 16:30:12 +0200 Detlev Offenbach Added the eric7_fido2.py script to the install and uninstall scripts. eric7 file | diff | annotate
Fri, 19 Jul 2024 18:06:48 +0200 Detlev Offenbach Started implementing a dialog to manage FIDO2 security keys. eric7 file | diff | annotate
Sat, 06 Jul 2024 17:17:07 +0200 Detlev Offenbach General 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
Tue, 25 Jun 2024 16:15:59 +0200 Detlev Offenbach Extended the install scripts to allow the configuration of a proxy URL for the pip command (see issue (see issue 563). eric7 file | diff | annotate
Mon, 17 Jun 2024 19:31:54 +0200 Detlev Offenbach Corrected a message in the install script. eric7 file | diff | annotate
Fri, 14 Jun 2024 10:57:32 +0200 Detlev Offenbach Added scripts to install or uninstall the eric-ide server from sources. server file | diff | annotate
Fri, 07 Jun 2024 10:05:06 +0200 Detlev Offenbach Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0. eric7 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
Sun, 19 May 2024 17:20:16 +0200 Detlev Offenbach Relocated the Version information into a top level '__version__.py' module. eric7 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
Wed, 10 Apr 2024 16:45:06 +0200 Detlev Offenbach General eric7 file | diff | annotate
Sun, 03 Mar 2024 10:39:29 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.03 file | diff | annotate
Wed, 21 Feb 2024 10:56:24 +0100 Detlev Offenbach Removed support for the deprecated eric-ide specific XML file formats. eric7 file | diff | annotate
Wed, 31 Jan 2024 09:13:13 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.02 file | diff | annotate
Fri, 26 Jan 2024 16:14:46 +0100 Detlev Offenbach Removed an obsolete TODO marker. eric7 file | diff | annotate
Sun, 21 Jan 2024 15:38:51 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sun, 21 Jan 2024 13:00:42 +0100 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Fri, 19 Jan 2024 09:37:53 +0100 Detlev Offenbach Install scripts eric7 file | diff | annotate
Tue, 16 Jan 2024 14:18:52 +0100 Detlev Offenbach Renamed some modules/variables/settings to get rid (mostly) of inappropriate words. eric7 file | diff | annotate
Fri, 12 Jan 2024 12:08:29 +0100 Detlev Offenbach Changed some import statements for 'importlib' to 'importlib.util' because sometimes the first doesn't work properly (reason unknown but somewhere in the interpreter). eric7 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
Mon, 18 Dec 2023 17:45:20 +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
Tue, 12 Dec 2023 09:35:39 +0100 Detlev Offenbach Changed code using "shutil.rmtree()" more readable by adding "ignore_errors=" where this parameter is non-default. 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
Sun, 03 Dec 2023 16:44:52 +0100 Detlev Offenbach Fixed some code style issue related to implicitly and explicitly concatenated strings. 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
Sat, 25 Nov 2023 18:19:21 +0100 Detlev Offenbach Syntax Checker eric7 file | diff | annotate
Thu, 23 Nov 2023 16:23:37 +0100 Detlev Offenbach General eric7 file | diff | annotate
Wed, 22 Nov 2023 17:19:10 +0100 Detlev Offenbach Modernized some code and corrected some code style issues. eric7 file | diff | annotate
Thu, 09 Nov 2023 11:23:48 +0100 Detlev Offenbach Changed the install and uninstall scripts to use 'argparse' instead of 'getopt'. eric7 file | diff | annotate
Tue, 31 Oct 2023 09:22:17 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.11 file | diff | annotate
Sun, 29 Oct 2023 15:50:37 +0100 Detlev Offenbach Corrected the recent change to the install and uninstall scripts. eric7 file | diff | annotate
Sat, 28 Oct 2023 13:15:37 +0200 Detlev Offenbach Changed the installation path on macOS to the user specific application path if installation is not done as root (i.e. user installation). eric7 file | diff | annotate
Thu, 05 Oct 2023 09:59:53 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance 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
Thu, 31 Aug 2023 14:49:37 +0200 Detlev Offenbach Changed the included 'pipdeptree' to an external dependency. eric7 file | diff | annotate
Thu, 31 Aug 2023 10:11:38 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.09 file | diff | annotate
Mon, 28 Aug 2023 16:28:13 +0200 Detlev Offenbach Made some modification in preparation for Python 3.12. 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
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
Thu, 20 Jul 2023 10:36:23 +0200 Detlev Offenbach Modified the install script for a specific situation on Windows. eric7 file | diff | annotate
Sun, 02 Jul 2023 17:39:33 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.07 file | diff | annotate
Tue, 20 Jun 2023 11:11:35 +0200 Detlev Offenbach Corrected the install and uninstall scripts to cope use the user site-packages if a global install without admin rights is done. eric7 file | diff | annotate
Thu, 15 Jun 2023 19:13:51 +0200 Detlev Offenbach MicroPython eric7 file | diff | annotate
Mon, 29 May 2023 16:18:38 +0200 Detlev Offenbach pip Interface 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
(0) -100 -60 tip

eric ide

mercurial