targets/typemapping.py
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:38:28 +0300 Andrey Skvortsov clean-up: fix PEP8 E271 multiple spaces after keyword
Mon, 14 Aug 2017 23:34:22 +0300 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 21:31:01 +0300 Andrey Skvortsov clean-up: fix some PEP8 E265 block comment should start with '# '
Mon, 27 Mar 2017 18:03:26 +0300 Andrey Skvortsov runtime is licensed under LGPLv2.1
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Fri, 30 Jan 2015 10:45:11 +0100 Edouard Tisserant Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string
Sun, 28 Apr 2013 18:04:04 +0900 Edouard Tisserant Now Debug Buffer Unpacking is a separate function, declared in typemapping.py
Mon, 11 Mar 2013 19:17:56 +0900 Edouard Tisserant Redirect PyEval exceptions to logging
Wed, 30 Jan 2013 18:54:12 +1100 Edouard Tisserant Now logging have 4 levels
Mon, 04 Apr 2011 11:07:53 +0200 Edouard Tisserant Added support for handling ANY_DATE types in debugger type translation
Fri, 01 Apr 2011 17:23:04 +0200 laurent Bug in translation from timedelta to timespec fixed
Fri, 01 Apr 2011 16:17:38 +0200 edouard fixed typo in latest debugger changes
Thu, 31 Mar 2011 19:09:49 +0200 Edouard Tisserant Initial TIME support in debugger