An error occurred fetching the project authors.
- 15 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 13 Sep, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Sep, 2015 1 commit
-
-
Stefan Behnel authored
make str values in compile time DEF env turn into actually usable Unicode strings when compiling under Python 3
-
- 11 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 05 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 04 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
For example cpdef enum Eggs SOFT HARD SCRAMBLED produces three constants with int values that print as strings, and a type Eggs with attributes Eggs.SOFT, etc. and list(Eggs) giving the set of all enum values. Instantiating Eggs with a numeric or string value will return the appropriate constant.
-
- 03 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 02 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix bytes literal creation from compile-time DEF expressions (used to become Unicode strings due to missing encoding)
-
- 01 Sep, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Aug, 2015 1 commit
-
-
Jakub Wilk authored
-
- 23 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 22 Aug, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Aug, 2015 1 commit
-
-
Stefan Behnel authored
fix crash where Coroutine deallocation could execute Python code to print a warning which could trigger GC and hit the dead Coroutine object
-
- 15 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 14 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
- comma at end of any argument list (even in lambdas) - "yield from" does not accept implicit tuple arguments
-
- 09 Aug, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Aug, 2015 2 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
- 31 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 30 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 29 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-