Mon, 24 Feb 2025 15:43:49 +0100 Detlev Offenbach Adjusted the code to the modified issue codes. eric7 file | diff | annotate
Tue, 10 Dec 2024 15:46:34 +0100 Detlev Offenbach Updated copyright for 2025. eric7 file | diff | annotate
Thu, 31 Oct 2024 14:36:11 +0100 Detlev Offenbach Dropped support for Python 3.8 because that version is EOL. 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
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
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
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
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
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, 29 Aug 2023 17:48:25 +0200 Detlev Offenbach Corrected some more code 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, 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, 12 Jan 2023 11:52:43 +0100 Detlev Offenbach Updated the various scripts. eric7 file | diff | annotate
Wed, 11 Jan 2023 15:03:59 +0100 Detlev Offenbach Debug Client - Python eric7 file | diff | annotate
Wed, 04 Jan 2023 14:59:40 +0100 Detlev Offenbach Modified the pyproject.toml file to include a reference to the license file and changed its extension to be .txt. eric7 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Tue, 06 Dec 2022 17:35:41 +0100 Detlev Offenbach Corrected some 'wrong' string quotes caused by the Black line merging. 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
Thu, 15 Sep 2022 11:00:36 +0200 Detlev Offenbach Fixed some code style issues detected by the new checks. 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
Sun, 09 Jan 2022 17:44:57 +0100 Detlev Offenbach General eric7 file | diff | annotate
Thu, 30 Dec 2021 11:17:58 +0100 Detlev Offenbach Updated copyright for 2022. eric7 file | diff | annotate
Fri, 30 Jul 2021 20:13:09 +0200 Detlev Offenbach Removed the support for the deprecated distutils package. eric7 file | diff | annotate
Sat, 15 May 2021 20:08:03 +0200 Detlev Offenbach Finished renaming eric6 to eric7. eric7 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
Thu, 22 Apr 2021 18:02:47 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator). 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
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
Wed, 06 Jan 2021 13:47:01 +0100 Detlev Offenbach Harmonized some user visible strings and changed the term 'eric6' to the more generic 'eric'. 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
Sat, 19 Dec 2020 15:22:26 +0100 Detlev Offenbach Corrected the use of '@keyparam' in the source documentation. file | diff | annotate
Fri, 18 Dec 2020 12:44:31 +0100 Detlev Offenbach Changed the minimum supported Python version to 3.6.0. file | diff | annotate
Sun, 22 Nov 2020 16:04:59 +0100 Detlev Offenbach Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore. file | diff | annotate
Sat, 27 Jun 2020 12:08:12 +0200 Detlev Offenbach Removed some more Python2 related code. file | diff | annotate
Tue, 23 Jun 2020 17:24:18 +0200 Detlev Offenbach Removed some more Python2 related code. file | diff | annotate
Wed, 17 Jun 2020 20:18:54 +0200 Detlev Offenbach Checked the reported security related issue reports generated by the new security checker. file | diff | annotate
Wed, 01 Jan 2020 11:57:23 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Sat, 21 Sep 2019 22:03:03 +0200 Detlev Offenbach Continued to resolve code style issue M841. file | diff | annotate
Mon, 09 Sep 2019 19:07:48 +0200 Detlev Offenbach install-debugclients.py: reverted the Python2 related changes because the debug client still supports Python2. file | diff | annotate
Sat, 31 Aug 2019 12:58:11 +0200 Detlev Offenbach Started removing runtime support for Python2 and PyQt4. without_py2_and_pyqt4 file | diff | annotate
Sat, 20 Apr 2019 19:41:19 +0200 Detlev Offenbach install-debugclients: fixed an issue causing cleanup to fail. 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