Sat, 24 Apr 2021 17:01:22 +0200 Detlev Offenbach - implemented some code simplifications release-7.1.3 file | diff | annotate
Wed, 30 Dec 2020 11:02:01 +0100 Detlev Offenbach Updated copyright for 2021. file | diff | annotate
Fri, 16 Oct 2020 17:43:32 +0200 Detlev Offenbach Added code to use new functionality available with eric6 20.11. release-7.1.2 file | diff | annotate
Wed, 14 Oct 2020 19:46:35 +0200 Detlev Offenbach Changed code to use the 'open()' context manager. release-7.1.1 file | diff | annotate
Wed, 07 Oct 2020 19:32:58 +0200 Detlev Offenbach Changed calls to exec_() into exec() (remainder of Python2 elimination). release-7.1.0 file | diff | annotate
Mon, 22 Jun 2020 19:49:17 +0200 Detlev Offenbach Removed support for Python2. release-7.0.0 file | diff | annotate
Mon, 04 May 2020 17:51:25 +0200 Detlev Offenbach Added code to search the executable in virtual environment as well on Windows platforms. release-6.2.0 file | diff | annotate
Wed, 01 Jan 2020 11:58:51 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Thu, 10 Jan 2019 14:20:58 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Sat, 03 Nov 2018 18:28:10 +0100 Detlev Offenbach Released updated Russian translations. release-6.1.11 file | diff | annotate
Sat, 31 Mar 2018 13:02:51 +0200 Detlev Offenbach Adjusted the code style checking parameters and fixed some code style issues. file | diff | annotate
Wed, 21 Feb 2018 10:16:34 +0100 Detlev Offenbach Fixed a bug in the main plug-in file. release-6.1.10 file | diff | annotate
Sun, 21 Jan 2018 15:06:14 +0100 Detlev Offenbach Little change of the executable detection. file | diff | annotate
Sun, 21 Jan 2018 14:37:36 +0100 Detlev Offenbach Improved executable and Python version determination and merged with remote changes. release-6.1.9 file | diff | annotate
Sun, 21 Jan 2018 14:31:01 +0100 Detlev Offenbach Improved executable and Python version determination. file | diff | annotate
Sun, 31 Dec 2017 16:59:08 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Mon, 12 Jun 2017 19:21:21 +0200 Detlev Offenbach Extended the executable search algorithm to handle more Linux distribution variants. release-6.1.8 file | diff | annotate
Thu, 25 May 2017 14:10:51 +0200 Detlev Offenbach Fixed an issue preventing the activation of the plug-in with Python 3 >= 3.5.x. release-6.1.7 file | diff | annotate
Fri, 31 Mar 2017 18:07:33 +0200 Detlev Offenbach Fixed an issue causing the executable search to fail on macOSX, if the Python 3 interpreter is installed as 'python'. release-6.1.6 file | diff | annotate
Mon, 27 Mar 2017 19:46:20 +0200 Detlev Offenbach Fixed some code style issues. release-6.1.5 file | diff | annotate
Sat, 31 Dec 2016 13:50:22 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Sat, 10 Sep 2016 12:45:08 +0200 Detlev Offenbach Fixed an issue caused by a changed pylint command line parameter. file | diff | annotate
Fri, 01 Jan 2016 12:18:52 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Sun, 15 Nov 2015 18:59:59 +0100 Detlev Offenbach Fixed a little issue in the __getProgramVersion() function. file | diff | annotate
Sat, 31 Oct 2015 18:46:14 +0100 Detlev Offenbach Corrected Russian translations. release-6.1.2 file | diff | annotate
Sat, 31 Oct 2015 16:52:43 +0100 Detlev Offenbach Fixed a bug in the plug-in script. release-6.1.1 file | diff | annotate
Sat, 23 May 2015 16:53:15 +0200 Detlev Offenbach Compatibility to newer pylint versions for Windows. release-6.1.0 file | diff | annotate
Sun, 22 Feb 2015 12:35:48 +0100 Detlev Offenbach Added Portugese translations provided by Cândido Lopes Fontes. release-6.0.1 file | diff | annotate
Thu, 01 Jan 2015 13:24:29 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sun, 06 Jul 2014 17:08:41 +0200 Detlev Offenbach Ported to PyQt5 and eric6. file | diff | annotate
Sun, 06 Jul 2014 17:01:48 +0200 Detlev Offenbach Fixed an issue that made it incompatible to eric 5.4.x. eric5 release-5.4.2 file | diff | annotate
Wed, 30 Apr 2014 19:58:17 +0200 Detlev Offenbach Fixed an issue reporting the pylint versions installed. release-5.4.1 file | diff | annotate
Wed, 23 Apr 2014 23:24:48 +0200 T.Rzepka python2Compatible flag added. file | diff | annotate
Sun, 30 Mar 2014 16:07:16 +0200 Detlev Offenbach Adjusted the plug-in to latest eric5 versions. file | diff | annotate
Wed, 01 Jan 2014 14:47:52 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Thu, 24 Oct 2013 18:56:00 +0200 Detlev Offenbach Fixed some code style issues. release-5.3.1 file | diff | annotate
Sat, 28 Sep 2013 13:16:58 +0200 Detlev Offenbach Prepared new plug-in release. release-5.3.0 file | diff | annotate
Thu, 26 Sep 2013 22:53:14 +0200 T.Rzepka Py2 compatibility, pylint script based on project language. file | diff | annotate
Sun, 14 Apr 2013 14:45:51 +0200 Detlev Offenbach Changed usage of QMessageBox and QFileDialog to the eric5 equivalents. release-5.2.1 file | diff | annotate
Sat, 23 Feb 2013 15:12:21 +0100 Detlev Offenbach Modified the code to do lazy import. release-5.2.0 file | diff | annotate
Sun, 03 Feb 2013 16:56:21 +0100 Detlev Offenbach Fixed a bug causing a traceback because of a forgotten conversion from QByteArray to str. release-5.1.2 file | diff | annotate
Wed, 02 Jan 2013 10:53:27 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Sat, 29 Dec 2012 12:51:39 +0100 Detlev Offenbach updated Spanish translations file | diff | annotate
Wed, 07 Nov 2012 16:46:31 +0100 Detlev Offenbach Adjusted list of available checkers to pylint 0.23 and newer. file | diff | annotate
Fri, 18 May 2012 16:00:19 +0200 Detlev Offenbach Enhanced the algorithm to determine the pylint executable on non-Windows systems. release-5.0.2 file | diff | annotate
Sat, 14 Apr 2012 14:42:31 +0200 Detlev Offenbach Added a page to the config dialog to enable and diable messages. file | diff | annotate
Mon, 26 Dec 2011 19:34:17 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Mon, 21 Nov 2011 19:24:41 +0100 Detlev Offenbach Fixed the algorithm searching for the right pylint executable for the Mac platform. file | diff | annotate
Fri, 29 Jul 2011 19:03:10 +0200 Detlev Offenbach Added first set of sources. file | diff | annotate
(0) tip

eric ide

mercurial