Sat, 03 Jul 2021 11:47:24 +0200 |
Detlev Offenbach |
Merged with default branch to prepare release 21.7.
maintenance release-21.07
|
file |
diff |
annotate
|
Sat, 19 Jun 2021 16:22:11 +0200 |
Detlev Offenbach |
Fixed an issue causing list, set, dict and tuple derived classes not being handled correctly in the Variables Viewer (issue393).
|
file |
diff |
annotate
|
Thu, 03 Jun 2021 11:39:23 +0200 |
Detlev Offenbach |
Merged with default branch to prepare release 21.6.
maintenance release-21.06
|
file |
diff |
annotate
|
Fri, 21 May 2021 18:04:01 +0200 |
Detlev Offenbach |
Debugger: changed code to not switch to the Debug Viewer when not debugging.
|
file |
diff |
annotate
|
Thu, 20 May 2021 18:08:02 +0200 |
Detlev Offenbach |
Unittest: fixed a few issues related to loading unit test modules.
|
file |
diff |
annotate
|
Sat, 01 May 2021 14:27:20 +0200 |
Detlev Offenbach |
Merged with default branch to prepare release 21.5.
maintenance release-21.05
|
file |
diff |
annotate
|
Sun, 25 Apr 2021 15:21:50 +0200 |
Detlev Offenbach |
DebugClientBase: implemented some small code change to (hopefully) prevent a tracebach cause by DebugClientInstance being None.
|
file |
diff |
annotate
|
Tue, 20 Apr 2021 19:47:39 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator).
|
file |
diff |
annotate
|
Thu, 15 Apr 2021 18:11:24 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 2).
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 19:59:16 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 1).
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 19:54:29 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 1).
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 19:21:40 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y114: use logical or for multiple if).
|
file |
diff |
annotate
|
Sun, 11 Apr 2021 16:53:48 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y110, Y111: use any() or all()).
|
file |
diff |
annotate
|
Fri, 09 Apr 2021 18:38:01 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker.
|
file |
diff |
annotate
|
Sun, 28 Mar 2021 15:00:11 +0200 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance
|
file |
diff |
annotate
|
Sat, 13 Mar 2021 19:45:36 +0100 |
Detlev Offenbach |
DebugClientBase: fixed an issue related to the Python scoping rules. Needed to emulate it in the debugger backend.
|
file |
diff |
annotate
|
Tue, 02 Mar 2021 17:12:08 +0100 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance
|
file |
diff |
annotate
|
Fri, 05 Feb 2021 11:02:11 +0100 |
Detlev Offenbach |
Debugger
|
file |
diff |
annotate
|
Mon, 01 Feb 2021 10:38:16 +0100 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance release-21.02
|
file |
diff |
annotate
|
Sat, 30 Jan 2021 12:05:36 +0100 |
Detlev Offenbach |
DebugClientBase: corrected the code running unit tests within the debugger to be able to access variables from within the shell pane.
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 19:49:36 +0100 |
Detlev Offenbach |
Fixed a few thread related issues in the debugger.
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 19:02:58 +0100 |
Detlev Offenbach |
Fixed some code style issues detected by the upgraded eradicate.py.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 15:18:36 +0100 |
Detlev Offenbach |
Fixed some 'lambda' related issues by converting them to 'functools.partial'.
maintenance
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 15:18:36 +0100 |
Detlev Offenbach |
Fixed some 'lambda' related issues by converting them to 'functools.partial'.
|
file |
diff |
annotate
|
Fri, 01 Jan 2021 16:25:30 +0100 |
Detlev Offenbach |
Debugger: fixed an issue related to multiprocessing on Windows and macOS because these use the 'spawn' method.
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 12:31:25 +0100 |
Detlev Offenbach |
Debug Client: made the receiving of commands a bit more resilient.
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 11:00:44 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
maintenance
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 11:00:05 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
|
file |
diff |
annotate
|
Sun, 27 Dec 2020 16:44:10 +0100 |
Detlev Offenbach |
Debugger: fixed a few bugs introduced by the multi process debugger changes.
|
file |
diff |
annotate
|
Sun, 20 Dec 2020 20:13:42 +0100 |
Detlev Offenbach |
Fixed a few issues with the new multi process debugger.
|
file |
diff |
annotate
|
Sat, 19 Dec 2020 19:57:09 +0100 |
Detlev Offenbach |
Debugger: refined the handling of not to be debugged scripts for multiprocess debugging.
|
file |
diff |
annotate
|
Sat, 19 Dec 2020 14:41:43 +0100 |
Detlev Offenbach |
Debugger: added support for the "Continue Until" debug action.
|
file |
diff |
annotate
|
Fri, 18 Dec 2020 16:48:14 +0100 |
Detlev Offenbach |
Debugger: added support for the -m option to debug a module as a script.
|
file |
diff |
annotate
|
Thu, 17 Dec 2020 14:25:36 +0100 |
Detlev Offenbach |
Merged with default branch.
multi_processing
|
file |
diff |
annotate
|
Wed, 16 Dec 2020 18:31:37 +0100 |
Detlev Offenbach |
Debugger: completed support for the multiprocessing module.
multi_processing
|
file |
diff |
annotate
|
Sat, 12 Dec 2020 15:30:05 +0100 |
Detlev Offenbach |
Python debug client: added the multi process extension for the process creation functions in the 'os', '_posixsubprocess' and Windows '_subprocess' or '_winapi' modules.
multi_processing
|
file |
diff |
annotate
|
Thu, 10 Dec 2020 20:16:21 +0100 |
Detlev Offenbach |
Added some more process creation function overrides.
multi_processing
|
file |
diff |
annotate
|
Mon, 07 Dec 2020 19:53:15 +0100 |
Detlev Offenbach |
DebugClientBase: fixed an issue with a client ending.
multi_processing
|
file |
diff |
annotate
|
Mon, 07 Dec 2020 17:57:03 +0100 |
Detlev Offenbach |
DebugClientBase: delete some obsolete code.
multi_processing
|
file |
diff |
annotate
|
Mon, 07 Dec 2020 17:54:09 +0100 |
Detlev Offenbach |
DebugClientBase: delete some obsolete code.
|
file |
diff |
annotate
|
Sun, 06 Dec 2020 17:53:05 +0100 |
Detlev Offenbach |
Merged with the default branch.
multi_processing
|
file |
diff |
annotate
|
Sun, 06 Dec 2020 17:43:11 +0100 |
Detlev Offenbach |
Debugger: changed the handling of variable type filters.
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 18:25:31 +0100 |
Detlev Offenbach |
Fixed a few issues introduced by the recent merge and some code style issues.
multi_processing
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 18:02:17 +0100 |
Detlev Offenbach |
Merged with the default branch.
multi_processing
|
file |
diff |
annotate
|
Sun, 22 Nov 2020 16:04:59 +0100 |
Detlev Offenbach |
Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore.
|
file |
diff |
annotate
|
Sat, 31 Oct 2020 12:18:29 +0100 |
Detlev Offenbach |
Merged with default branch.
multi_processing
|
file |
diff |
annotate
|
Sun, 18 Oct 2020 12:42:37 +0200 |
Detlev Offenbach |
Debugger: modified the 'disassembly' interface to ease future extension.
|
file |
diff |
annotate
|
Sun, 18 Oct 2020 12:35:30 +0200 |
Detlev Offenbach |
Merged with default branch.
multi_processing
|
file |
diff |
annotate
|
Wed, 14 Oct 2020 17:50:39 +0200 |
Detlev Offenbach |
Changed code to use context manager 'open()' for file operations.
|
file |
diff |
annotate
|
Sun, 11 Oct 2020 17:54:52 +0200 |
Detlev Offenbach |
Changed code to not use deprecated 'QRegExp' anymore.
|
file |
diff |
annotate
|
Fri, 09 Oct 2020 17:17:21 +0200 |
Detlev Offenbach |
DebugClientBase: changed code to get rid of the use of the deprecated imp module.
|
file |
diff |
annotate
|
Mon, 21 Sep 2020 19:03:35 +0200 |
Detlev Offenbach |
Added a viewer to visualize Python byte code generated from a Python traceback of an exception as an additional tab of the debug viewer.
|
file |
diff |
annotate
|
Sun, 05 Jul 2020 11:11:24 +0200 |
Detlev Offenbach |
Merged with default to track recent development.
multi_processing
|
file |
diff |
annotate
|
Sat, 27 Jun 2020 12:08:12 +0200 |
Detlev Offenbach |
Removed some more Python2 related code.
|
file |
diff |
annotate
|
Tue, 23 Jun 2020 17:24:18 +0200 |
Detlev Offenbach |
Removed some more Python2 related code.
|
file |
diff |
annotate
|
Sun, 21 Jun 2020 18:26:12 +0200 |
Detlev Offenbach |
Removed support for Python2 and removed support for Qt4 (PyQt4 and pyside).
|
file |
diff |
annotate
|
Wed, 17 Jun 2020 20:18:54 +0200 |
Detlev Offenbach |
Checked the reported security related issue reports generated by the new security checker.
|
file |
diff |
annotate
|
Wed, 17 Jun 2020 17:14:12 +0200 |
Detlev Offenbach |
Merged with default branch.
multi_processing
|
file |
diff |
annotate
|
Tue, 12 May 2020 17:32:16 +0200 |
Detlev Offenbach |
Debug Client: added code to treat type 'sip.wrappertype' like type 'class'.
|
file |
diff |
annotate
|
Sun, 03 May 2020 16:18:14 +0200 |
Detlev Offenbach |
Web Browser: made the URL entry background configurable and harmonized certificate handling for the web page and its web icon (favicon).
|
file |
diff |
annotate
|