aboutsummaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
2018-08-09Add missing bitwise ops: xor, unary not (~), and shifts (#117)Hittorp
2018-06-25string.{starts,ends}with: allow tuple-of-string argument, like Python (#110)alandonovan
2018-05-18value: Add a Sliceable interface for operands of the [] operator (#105)Nick Santos
2018-04-02compile: optimize a+b statically for literal string/list/tuple (#97)alandonovan
2018-03-30skylark: byte code compiler and interpreter (#95)alandonovan
2018-03-30resolver: resolve operand of first 'for' clause in enclosing block (#96)alandonovan
2018-03-29string: rename iterator methods again (#94)alandonovan
2018-03-19evaluator: make "x in mapping" ignore errors from Mapping.Get (#90)alandonovan
2018-03-19skylark: reject int() with no arguments (#89)alandonovan
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2018-03-05string: rename {split_,}bytes methods to {split_,}elems (#77)alandonovan
2018-02-26Revert "eval: remove deprecated dict+dict operator (#54)" (#71)alandonovan
2018-02-26eval: allow 'list += x' where x is not iterable but defines list+x (#70)alandonovan
2018-02-26testdata/int: add testcase (#67)alandonovan
2018-02-26testdata/string: add len testcase (#68)alandonovan
2018-01-22Syntax: support multiprecision integer literals (#58)Mohamed Elqdusy
2018-01-16parser: fix precedence of nested 'if' clauses in list comprehensions (#55)alandonovan
2018-01-08Support binary integers: 0b1101 literals and int("0b1101", 0) (#52)Mohamed Elqdusy
2018-01-08eval: remove deprecated dict+dict operator (#54)alandonovan
2017-11-28string.format: handle "}}" and "{-0}" correctly (#46)alandonovan
2017-11-10universe: remove freeze(x) built-in function (#42)alandonovan
2017-11-01string.{,r}split: make sep=None behave like Python (#35)alandonovan
2017-10-31Reverse split (#23)Garrett Squire
2017-10-20syntax: make 'load' a reserved word (#31)alandonovan
2017-10-19builtin: rename type to "builtin_function_or_method" (#30)alandonovan
2017-10-19set: in x|y, require that y is a set if x is a set (#29)alandonovan
2017-10-18skylark: zip: support iterables of unknown length (#24)kostya-sh
2017-10-18sorted, cmp: follow Python-3 (#28)alandonovan
2017-10-18skylark: range(...) no longer materializes the sequence as a list (#25)alandonovan
2017-10-17skylark: do not leave zip arguments frozen (#5)kostya-sh
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan