Mon, 18 Jul 2016 22:12:12 +0200 T.Rzepka No polling of incoming messages. Just wait for a flag. debugger speed file | diff | annotate
Sun, 17 Jul 2016 22:40:53 +0200 T.Rzepka Breakpoint and Watch and thier basic methods in new classes extracted. debugger speed file | diff | annotate
Sat, 02 Jul 2016 21:58:09 +0200 T.Rzepka Avoid unnecessary function calls. debugger speed file | diff | annotate
Fri, 01 Jul 2016 21:54:07 +0200 T.Rzepka Don't canonic the filename any more and cache it. debugger speed file | diff | annotate
Sun, 26 Jun 2016 16:32:01 +0200 T.Rzepka First improvements on debugger speed: Cheaper detection of unwanted files and debugger speed file | diff | annotate
Sun, 10 Jan 2016 13:55:21 +0100 T.Rzepka Determination of frame boundaries corrected. 6_1_x file | diff | annotate
Sun, 10 Jan 2016 13:55:21 +0100 T.Rzepka Determination of frame boundaries corrected. file | diff | annotate
Fri, 08 Jan 2016 22:14:39 +0100 T.Rzepka Store values entered into the shell in selected frame. 6_1_x file | diff | annotate
Fri, 08 Jan 2016 22:14:39 +0100 T.Rzepka Store values entered into the shell in selected frame. file | diff | annotate
Fri, 01 Jan 2016 12:13:13 +0100 Detlev Offenbach Updated copyright for 2016. 6_1_x file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Sun, 15 Nov 2015 14:29:20 +0100 Detlev Offenbach Dealt with the M801 code style checker messages. file | diff | annotate
Sun, 15 Nov 2015 13:52:29 +0100 Detlev Offenbach Fixed a few coding style issue related to 'blind except:' statements. file | diff | annotate
Wed, 04 Nov 2015 16:25:25 +0100 Detlev Offenbach Fixed a few code style issues (forgotten future imports, copyrights,...). 6_1_x file | diff | annotate
Sat, 04 Jul 2015 17:31:46 +0200 Detlev Offenbach Changed the Python debugger backends to evaluate statements entered into the shell in the frame selected in the local variables viewer. file | diff | annotate
Thu, 25 Jun 2015 18:58:34 +0200 Detlev Offenbach Fixed an issue in the debugger backend causing a crash if a class reimplements __repr__ and a breakpoint is set in the __init__() method of such class. file | diff | annotate
Sun, 01 Feb 2015 18:25:31 +0100 Detlev Offenbach Corrected some code style issues. file | diff | annotate
Fri, 23 Jan 2015 20:27:35 +0100 Detlev Offenbach Fixed a serious issue handling 'non-error' exceptions in the debugger. This bug was about 10 years old. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sat, 05 Jul 2014 12:13:23 +0200 Detlev Offenbach Finished renaming eric5 for PyQt5 to eric6. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. 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:38:45 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Sat, 19 Oct 2013 11:49:31 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Mon, 14 Oct 2013 20:08:19 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Sun, 06 Oct 2013 18:02:21 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sat, 28 Sep 2013 19:06:25 +0200 Detlev Offenbach Started correcting doc strings by using the new doc string checker. file | diff | annotate
Sun, 22 Sep 2013 16:03:25 +0200 Detlev Offenbach Fixed an issue in the Python debugger backends when a syntax error was raised for an invalid source file. That will be treated now like any other exception. file | diff | annotate
Mon, 06 May 2013 19:58:43 +0200 Detlev Offenbach Fixed an issue in the debugger backends remembering the frame local scope. 5_3_x file | diff | annotate
Mon, 06 May 2013 19:58:43 +0200 Detlev Offenbach Fixed an issue in the debugger backends remembering the frame local scope. file | diff | annotate
Fri, 26 Apr 2013 19:37:21 +0200 Detlev Offenbach Added a viewer for the call stack leading to the current line. file | diff | annotate
Thu, 25 Apr 2013 19:52:40 +0200 Detlev Offenbach Extended the Python debugger backends to report the call arguments and values of the frames. file | diff | annotate
Wed, 02 Jan 2013 10:33:09 +0100 Detlev Offenbach Updated copyright for 2013. 5_2_x file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Thu, 01 Nov 2012 18:29:58 +0100 Detlev Offenbach Finished the coding part of the call trace functionality. file | diff | annotate
Mon, 29 Oct 2012 19:21:15 +0100 Detlev Offenbach Fixed some typos in source docu. 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
Sat, 03 Dec 2011 12:28:34 +0100 Detlev Offenbach Fixed issues formatting the exit value in the debugger backends. 5_1_x file | diff | annotate
Sat, 03 Dec 2011 12:28:34 +0100 Detlev Offenbach Fixed issues formatting the exit value in the debugger backends. file | diff | annotate
Sun, 05 Jun 2011 18:25:36 +0200 Detlev Offenbach Improved code quality by getting rid of star imports. That way pyflakes can do its job. A few bugs fixed found by flakes. 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
Thu, 10 Mar 2011 10:27:57 +0100 Detlev Offenbach Fixed an issue in the Python debuggers related to the usage of the locals dictionary. file | diff | annotate
Fri, 07 Jan 2011 15:52:50 +0100 Detlev Offenbach Fixed a few PEP 8 related issues. file | diff | annotate
Tue, 04 Jan 2011 18:44:51 +0100 Detlev Offenbach Added file type markers to all Python 2 debugger backend files. 5_0_x file | diff | annotate
Mon, 03 Jan 2011 17:41:20 +0100 Detlev Offenbach Removed some pyflakes warnings in the Python2 debugger backend. 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
Fri, 31 Dec 2010 15:46:14 +0100 Detlev Offenbach Marked the Python2 debugger client files with the new eflag: marker. file | diff | annotate
Thu, 14 Jan 2010 17:27:31 +0000 Detlev Offenbach Fixed a bug in the Python2 debugger. file | diff | annotate
Sat, 02 Jan 2010 17:09:08 +0000 Detlev Offenbach Started to rename stuff for eric5. file | diff | annotate
Sat, 02 Jan 2010 15:35:20 +0000 Detlev Offenbach Changed copyright for 2010. 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