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
|