- 12 Mar, 2015 2 commits
-
-
Damien George authored
The aim here is to improve coverage of the code.
-
Damien George authored
-
- 11 Mar, 2015 1 commit
-
-
Peter D. Gray authored
-
- 10 Mar, 2015 1 commit
-
-
Damien George authored
-
- 04 Mar, 2015 1 commit
-
-
Damien George authored
See issue #1122.
-
- 03 Mar, 2015 3 commits
-
-
Damien George authored
-
Damien George authored
-
stijn authored
-
- 02 Mar, 2015 5 commits
-
-
Damien George authored
-
Damien George authored
So that navite emitter passes (comprehensions use yield which is not yet supported by native emitter).
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 01 Mar, 2015 1 commit
-
-
Damien George authored
-
- 27 Feb, 2015 3 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
This makes exception traceback info self contained (ie doesn't rely on list object, which was a bit of a hack), reduces code size, and reduces RAM footprint of exception by eliminating the list object. Addresses part of issue #1126.
-
- 23 Feb, 2015 1 commit
-
-
Damien George authored
-
- 22 Feb, 2015 1 commit
-
-
Damien George authored
-
- 21 Feb, 2015 2 commits
-
-
Damien George authored
Issue #1122 should now be fixed.
-
Paul Sokolovsky authored
-
- 16 Feb, 2015 2 commits
-
-
Damien George authored
-
Paul Sokolovsky authored
-
- 15 Feb, 2015 4 commits
-
-
Henrik Sölver authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Addresses issue #1117.
-
- 14 Feb, 2015 1 commit
-
-
stijn authored
-
- 13 Feb, 2015 4 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 09 Feb, 2015 2 commits
-
-
Damien George authored
Addresses issue #1109.
-
Paul Sokolovsky authored
-
- 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.
-
- 02 Feb, 2015 4 commits
-
-
Damien George authored
Addresses issue #1097.
-
Damien George authored
-
Damien George authored
Also fix list.sort so it works with user-defined types, and parse the keyword arguments properly. Addresses issue #338.
-
Damien George authored
-
- 30 Jan, 2015 1 commit
-
-
Damien George authored
Only noticeable difference is how newlines are encoded in triple-quoted strings. The behaviour now matches CPython3.
-