Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Sat, 05 Dec 2015 13:20:36 +0100 Detlev Offenbach Incorporated two little fixes (one slightly changed) provided by Tobias Rzepka. 6_1_x file | diff | annotate
Sat, 05 Dec 2015 13:20:36 +0100 Detlev Offenbach Incorporated two little fixes (one slightly changed) provided by Tobias Rzepka. 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
Sun, 04 Oct 2015 22:37:56 +0200 T.Rzepka Updated coverage to 4.0 (breaks with Python 3.2 support). file | diff | annotate
Sat, 05 Sep 2015 15:13:13 +0200 Detlev Offenbach Fixed some code style issues and removed code no longer needed. file | diff | annotate
Sun, 23 Aug 2015 11:37:17 +0200 T.Rzepka Source files now executable even with unicodes in path or filename. file | diff | annotate
Mon, 17 Aug 2015 12:31:29 +0200 Detlev Offenbach Changed the Python debug clients to exit when the program exits (only for run, profile and coverage) and regenerated the source docu. 6_0_x file | diff | annotate
Sun, 16 Aug 2015 15:34:40 +0200 Detlev Offenbach Corrected some code style issues and regenerated the source docu. file | diff | annotate
Sun, 16 Aug 2015 13:47:44 +0200 Detlev Offenbach Implemented a signal handler for the Python debug clients. 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
Sat, 30 May 2015 20:16:47 +0200 Detlev Offenbach Fixed the last socket change. file | diff | annotate
Sat, 30 May 2015 13:27:43 +0200 Detlev Offenbach Simplified the debugger backend connection code for the Python2 and Python3 debuggers. file | diff | annotate
Fri, 17 Apr 2015 18:57:38 +0200 Detlev Offenbach Added TODOs to improve the Python clients socket connection code. file | diff | annotate
Fri, 20 Feb 2015 17:49:43 +0100 Detlev Offenbach Fixed an issue in the Python debugger backends caused by forgotten check for PyQt5 type variables. 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
Thu, 24 Jul 2014 22:34:05 +0200 T.Rzepka Debug viewer always active. 5_5_x file | diff | annotate
Fri, 30 May 2014 15:16:40 +0200 Detlev Offenbach Fixed a few source code style issues found by the updated pe8 checker. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Tue, 15 Apr 2014 22:41:08 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Tue, 25 Mar 2014 19:25:11 +0100 Detlev Offenbach Fixed an issue in the Python2 debug client reporting the wrong language. 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
Sat, 29 Jun 2013 18:40:45 +0200 Detlev Offenbach Added code to the Python debugger backends to skip over 'site-packages' and 'dist-packages' if Python tracing is disabled. file | diff | annotate
Sun, 28 Apr 2013 19:02:44 +0200 Detlev Offenbach Fixed an issue in the Python debug clients caused by the current thread being None. file | diff | annotate
Wed, 13 Mar 2013 18:35:24 +0100 Detlev Offenbach Fixed an issue that could cause the debugger backends to crash, if a class redefined __repr__. file | diff | annotate
Sun, 27 Jan 2013 16:34:50 +0100 Detlev Offenbach Fixed some more bugs in the Python2 and Python3 debug clients. file | diff | annotate
Sat, 26 Jan 2013 12:41:53 +0100 Detlev Offenbach Fixed severe bugs in the coverage integration. 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
Mon, 31 Dec 2012 12:35:13 +0100 Detlev Offenbach Adjusted some display strings to be independant of the Qt version (Qt4/Qt5). file | diff | annotate
Fri, 21 Dec 2012 08:24:31 +0100 Detlev Offenbach Fixed an issue with the debugger causing a 'continue' when the user entered some illegal statement in the shell while being halted at a breakpoint. 5_2_x file | diff | annotate
Fri, 21 Dec 2012 08:24:31 +0100 Detlev Offenbach Fixed an issue with the debugger causing a 'continue' when the user entered some illegal statement in the shell while being halted at a breakpoint. 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
Tue, 23 Oct 2012 20:06:07 +0200 Detlev Offenbach Changed the Python debugger backends to cope with latest PyQt4. file | diff | annotate
Wed, 21 Mar 2012 20:14:45 +0100 Detlev Offenbach Fixes for the debugger backends causing failures dumping variables. file | diff | annotate
Fri, 16 Mar 2012 17:33:48 +0100 Detlev Offenbach Fixed an issue uncovered by the recent change to the DebugClientBase classes (only on Windows). file | diff | annotate
Fri, 10 Feb 2012 19:33:45 +0100 Detlev Offenbach Fixed an issue in the debugger backends for Python and Python3 that caused files in exceptions been converted to all lowercase on case insensitive filesystems. 5_2_x file | diff | annotate
Sun, 05 Feb 2012 16:22:37 +0100 Detlev Offenbach Extended the User Agent handling to be able to set the string on a host basis (next to the global user agent string). 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, 17 Dec 2011 19:13:19 +0100 Detlev Offenbach Extended the unit test module to allow to rerun only failed tests of the last. file | diff | annotate
Sun, 27 Nov 2011 19:30:27 +0100 Detlev Offenbach Modified the Python debuggers to better cope with later PyQt4 versions. 5_1_x file | diff | annotate
Sun, 27 Nov 2011 19:30:27 +0100 Detlev Offenbach Modified the Python debuggers to better cope with later PyQt4 versions. file | diff | annotate
Thu, 08 Sep 2011 19:38:39 +0200 Detlev Offenbach Fixed an issue in the debugger not showing class variables. 5_1_x file | diff | annotate
Thu, 08 Sep 2011 19:38:39 +0200 Detlev Offenbach Fixed an issue in the debugger not showing class variables. file | diff | annotate
Sun, 17 Jul 2011 18:27:48 +0200 Detlev Offenbach Updated source docu. file | diff | annotate
Sun, 17 Jul 2011 18:10:54 +0200 Detlev Offenbach Improved IPv6 support. 5_1_x file | diff | annotate
Sun, 17 Jul 2011 18:10:54 +0200 Detlev Offenbach Improved IPv6 support. 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, 13 May 2011 17:53:54 +0200 Detlev Offenbach Added the autofork capability to the debug client commandline interface used for passive debugging. 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
(0) -60 tip

eric ide

mercurial