- 15 Tem, 2015 3 kayıt (commit)
-
-
Berker Peksag yazdı
Add test for elif
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
- 12 Tem, 2015 4 kayıt (commit)
-
-
Berker Peksag yazdı
precedence for `await` and `async for`
-
Zack M. Davis yazdı
Lib/test/test_coroutines.py in the Python 3.5 codebase was observed to not successfully roundtrip under astor.rtrip due to an await expression of an await expression (the offending coroutine function has been excerpted in the `test_double_await` test method introduced in this commit). The `await` operator has very high precedence, greater than that of exponentiation, as documented at https://docs.python.org/3.5/reference/expressions.html#operator-precedence.
-
Zack M. Davis yazdı
Without this, the call to set_precedence in visit_For calls get_op_precedence, which raises a KeyError.
-
Zack M. Davis yazdı
-
- 20 Haz, 2015 2 kayıt (commit)
-
-
Berker Peksag yazdı
Add information about other codegen derivatives
-
Patrick Maupin yazdı
-
- 26 May, 2015 9 kayıt (commit)
-
-
Berker Peksag yazdı
Stop triple quoting strings embedded in function calls
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Berker Peksag yazdı
pm_develop contains all the work I have been doing over the last couple of weeks
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
All cleanup changes had been made previously, but were broken out into a separate branch to make it easier to view them in isolation Conflicts: astor/code_gen.py
-
- 25 May, 2015 6 kayıt (commit)
-
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
Manually cherry-picked from pretty-print branch to introduce in logical order.
-
Patrick Maupin yazdı
Manually cherry-picked from pretty-print branch to introduce in logical order.
-
Patrick Maupin yazdı
-
- 24 May, 2015 12 kayıt (commit)
-
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
Conflicts: tests/test_code_gen.py
-
Patrick Maupin yazdı
- Test with all available libraries, plus automatically generated permutations.
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
- add some more automated cases - add some comprehensive (slooow) tests
-
- 22 May, 2015 2 kayıt (commit)
-
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-
- 21 May, 2015 2 kayıt (commit)
-
-
Patrick Maupin yazdı
-
Patrick Maupin yazdı
-