Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Sat, 26 Apr 2014 10:36:09 +0200 Detlev Offenbach Fixed a few code style issues. file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:40:41 +0100 Detlev Offenbach Updated copyright for 2014. 5_3_x file | diff | annotate
Wed, 01 Jan 2014 14:39:32 +0100 Detlev Offenbach Updated copyright for 2014. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:38:45 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Sun, 03 Nov 2013 15:58:22 +0100 T.Rzepka Merge with default branch after fixed indentation issues and lates changes. Py2 comp. file | diff | annotate
Fri, 01 Nov 2013 15:48:48 +0100 T.Rzepka Merge with default branch after fixed indentation issues. Py2 comp. file | diff | annotate
Fri, 18 Oct 2013 23:00:41 +0200 T.Rzepka Merge with default branch after shorten the code lines to max. 79 characters. Py2 comp. file | diff | annotate
Tue, 15 Oct 2013 22:03:54 +0200 T.Rzepka Merge with default branch before style changes. Py2 comp. file | diff | annotate
Sat, 19 Oct 2013 17:42:18 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Sat, 19 Oct 2013 13:03:39 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Fri, 18 Oct 2013 18:42:10 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Wed, 09 Oct 2013 18:34:30 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sun, 29 Sep 2013 18:22:08 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Wed, 18 Sep 2013 19:48:12 +0200 Detlev Offenbach Fixed an issue in the module parser not recognizing docstrings using r""" or u""". 5_3_x file | diff | annotate
Wed, 18 Sep 2013 19:48:12 +0200 Detlev Offenbach Fixed an issue in the module parser not recognizing docstrings using r""" or u""". file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 03 Jul 2013 19:34:42 +0200 Detlev Offenbach Added support to show the current class/method name in the combo boxes at the top of the editor. file | diff | annotate
Mon, 25 Mar 2013 03:11:06 +0100 T.Rzepka Script changes: Future import added, super calls modified and unicode behavior for str. Py2 comp. file | diff | annotate
Sun, 10 Feb 2013 14:34:14 +0100 Detlev Offenbach Fixed an issue in the module parser causing some imports not to be recognised. file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Mon, 26 Dec 2011 19:32:02 +0100 Detlev Offenbach Updated copyright for 2012. 5_1_x file | diff | annotate
Mon, 26 Dec 2011 19:31:22 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Mon, 03 Oct 2011 18:52:38 +0200 Detlev Offenbach Added source navigation function for Python 2, Python 3 and Ruby sources. file | diff | annotate
Sun, 02 Oct 2011 15:57:38 +0200 Detlev Offenbach Fixed some issues in the Python parser. 5_1_x file | diff | annotate
Sun, 02 Oct 2011 15:57:38 +0200 Detlev Offenbach Fixed some issues in the Python parser. file | diff | annotate
Wed, 07 Sep 2011 18:18:00 +0200 Detlev Offenbach Extended the module parser to record each line a variable/attribute is assigned to. file | diff | annotate
Sat, 20 Aug 2011 17:24:33 +0200 Detlev Offenbach Fixed an issue in the source documentor and regenerated the source docu. file | diff | annotate
Sat, 20 Aug 2011 16:28:25 +0200 Detlev Offenbach Added support for class attributes, class methods and static methods to the class browsers and the source documentor. file | diff | annotate
Fri, 11 Mar 2011 16:51:57 +0100 Detlev Offenbach Made code mostly PEP 8 compliant (except all whitespace and line length). file | diff | annotate
Mon, 10 Jan 2011 16:42:01 +0100 Detlev Offenbach Fixed an issue in the module parser that cause a wrong type to be returned. file | diff | annotate
Fri, 31 Dec 2010 15:50:33 +0100 Detlev Offenbach Updated copyright notice. 5_0_x file | diff | annotate
Fri, 31 Dec 2010 15:49:50 +0100 Detlev Offenbach Updated copyright notice. file | diff | annotate
Mon, 20 Dec 2010 20:06:59 +0100 Detlev Offenbach Modified module parser to flag PyQt signal definitions and the module documentor to exclude these from the list of attributes. file | diff | annotate
Sat, 31 Jul 2010 16:42:10 +0200 Detlev Offenbach Fixed an issue handling Python identifiers with non-ASCII letters in the module parser and class browser. 5_0_x file | diff | annotate
Sat, 31 Jul 2010 16:41:42 +0200 Detlev Offenbach Fixed an issue handling Python identifiers with non-ASCII letters in the module parser and class browser. file | diff | annotate
Thu, 29 Jul 2010 11:02:09 +0200 Detlev Offenbach Did some more string format conversions. file | diff | annotate
Sun, 31 Jan 2010 18:31:28 +0000 Detlev Offenbach Finished cleaning up the code supported by py3flakes. file | diff | annotate
Tue, 12 Jan 2010 07:38:28 +0000 Detlev Offenbach Added a regexp to detect "from . import" style import statements for Python files. file | diff | annotate
Sun, 10 Jan 2010 19:19:52 +0000 Detlev Offenbach Did a lot of encoding related stuff. file | diff | annotate
Sat, 02 Jan 2010 18:52:53 +0000 Detlev Offenbach More renaming to eric5. file | diff | annotate
Sat, 02 Jan 2010 15:35:20 +0000 Detlev Offenbach Changed copyright for 2010. file | diff | annotate
Sat, 02 Jan 2010 15:11:35 +0000 Detlev Offenbach First commit after changing to Python 3.1. file | diff | annotate
Mon, 28 Dec 2009 16:03:33 +0000 Detlev Offenbach Started porting eric4 to Python3 file | diff | annotate
(0) tip

eric ide

mercurial