Sat, 10 Apr 2021 18:38:27 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()).
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 11:00:05 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
|
file |
diff |
annotate
|
Mon, 21 Dec 2020 13:36:24 +0100 |
Detlev Offenbach |
Debugger: removed the tracer TODO markers. I am not going to implement it.
|
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
|
Mon, 14 Dec 2020 19:59:03 +0100 |
Detlev Offenbach |
SubprocessExtension: removed some obsolete code.
multi_processing
|
file |
diff |
annotate
|
Sun, 13 Dec 2020 19:54:19 +0100 |
Detlev Offenbach |
MultiProcessDebugExtension: commented out the support for os.exec, os.spawn and os.posix_spawn.
multi_processing
|
file |
diff |
annotate
|
Sat, 02 May 2020 14:35:03 +0200 |
Detlev Offenbach |
Implemented multi process debugging support for the 'multiprocessing' module.
multi_processing
|
file |
diff |
annotate
|
Mon, 17 Feb 2020 19:23:27 +0100 |
Detlev Offenbach |
Implemented multi process debugging support for the 'subprocess' module.
multi_processing
|
file |
diff |
annotate
|