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, 16 Nov 2013 18:03:13 +0100 Detlev Offenbach Fixed an issue in the Python3 debugger backend handling syntax errors. 5_3_x file | diff | annotate
Sat, 16 Nov 2013 18:02:43 +0100 Detlev Offenbach Fixed an issue in the Python3 debugger backend handling syntax errors. 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 19:52:33 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. 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 15:31:06 +0100 Detlev Offenbach Started implementing 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
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
Mon, 28 Nov 2011 20:03:49 +0100 Detlev Offenbach Fixed a few PEP-8 issues. file | diff | annotate
Sun, 27 Nov 2011 19:38:09 +0100 Detlev Offenbach Fixed the last change for the Python3 backend. 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. 5_1_x file | diff | annotate
Sun, 27 Nov 2011 19:38:09 +0100 Detlev Offenbach Fixed the last change for the Python3 backend. 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: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
Tue, 04 Jan 2011 18:18:38 +0100 Detlev Offenbach Added ignore markers to DebugClientBase to supress syntax warnings. 5_0_x 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
Tue, 16 Nov 2010 08:42:14 +0100 Detlev Offenbach Changed syntax check to allow to ignore a syntax warning by ending the source line with "__IGNORE_WARNING__" and modified a few files accordingly. file | diff | annotate
Thu, 21 Oct 2010 08:56:23 +0200 Detlev Offenbach Fixed a unicode related issue in the Python3 debugger backend. 5_0_x file | diff | annotate
Thu, 21 Oct 2010 08:54:49 +0200 Detlev Offenbach Fixed a unicode related issue in the Python3 debugger backend. file | diff | annotate
Mon, 26 Jul 2010 15:45:23 +0200 Detlev Offenbach Started converting the string formatting stuff. file | diff | annotate
Sun, 28 Feb 2010 10:31:49 +0000 Detlev Offenbach Fixed an issue in the Python debuggers that could cause trouble in some extreme situations. file | diff | annotate
Sun, 07 Feb 2010 14:18:01 +0000 Detlev Offenbach Deleted the code setting the default encoding because this has to be (and is automatically set to) utf-8 for Python3. file | diff | annotate
Sun, 31 Jan 2010 17:11:22 +0000 Detlev Offenbach Started to clean up the code supported by py3flakes. file | diff | annotate
Sun, 17 Jan 2010 15:23:00 +0000 Detlev Offenbach Added code to use the PYTHONPATH environment setting in the debuggers. file | diff | annotate
Sun, 10 Jan 2010 13:58:01 +0000 Detlev Offenbach Reverted the last change to the Python3 debugger backend. file | diff | annotate
Sat, 09 Jan 2010 19:43:36 +0000 Detlev Offenbach Fixed a bunch of issues including a workaround for a bug in the Python email package (s. EmailDialog.py). file | diff | annotate
Thu, 07 Jan 2010 13:51:10 +0000 Detlev Offenbach Added a forgotten import statement. file | diff | annotate
Thu, 07 Jan 2010 12:30:15 +0000 Detlev Offenbach Fixed a wrong signature of the input() method of the Python3 debugger backend. 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 17:05:28 +0000 Detlev Offenbach Corrected some omissions for the QString v2 API conversion. 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