- 28 Mar, 2016 19 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix bug where multiple utility code dependencies could be ignored due to loop variable reassignment (only last one wins)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
use tuple instead of list for f-string joining because it is faster to allocate - speedup can be up to 20%
-
- 27 Mar, 2016 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
we actually know that FormattedValueNode always returns a Unicode string and no other object type => set node type accordingly
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
we actually know that FormattedValueNode always returns a Unicode string and no other object type => set node type accordingly
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Mar, 2016 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
make sure f-string formatting always returns a Unicode string (even when not joining the final result in trivial cases)
-
Stefan Behnel authored
fix repeated expression evaluation in f-string implementation for !s/r/a conversions by switching from macro to inline function
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Mar, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-