- 28 Dec, 2016 1 commit
-
-
Damien George authored
-
- 07 Sep, 2015 1 commit
-
-
Damien George authored
-
- 22 Apr, 2015 1 commit
-
-
Damien George authored
-
- 25 Mar, 2015 1 commit
-
-
Damien George authored
This is intended to improve coverage of the test suite.
-
- 08 Feb, 2015 1 commit
-
-
Damien George authored
Previous to this patch, a big-int, float or imag constant was interned (made into a qstr) and then parsed at runtime to create an object each time it was needed. This is wasteful in RAM and not efficient. Now, these constants are parsed straight away in the parser and turned into objects. This allows constants with large numbers of digits (so addresses issue #1103) and takes us a step closer to #722.
-
- 29 Jan, 2015 1 commit
-
-
Damien George authored
Used gcov to find some parts of vm.c, runtime.c, obj.c that were not covered by any tests. Still need to use gcov more thoroughly.
-
- 27 Aug, 2014 1 commit
-
-
Dave Hylands authored
-
- 11 May, 2014 1 commit
-
-
Paul Sokolovsky authored
This is not fully correct re: error handling, because we should check that that types are used consistently (only str's or only bytes), but magically makes lot of functions support bytes.
-
- 10 May, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 19 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 15 Jan, 2014 2 commits
- 14 Jan, 2014 1 commit
-
-
xyb authored
-