An error occurred fetching the project authors.
- 27 Aug, 2016 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
enables line tracing etc.
-
- 31 Jul, 2016 1 commit
-
-
Stefan Behnel authored
silence a C compiler warning for trivial generators that do not use their closure class cast (seems to be difficult to avoid such cases)
-
- 24 Jul, 2016 1 commit
-
-
Stefan Behnel authored
make current scope available to FunctionState and CCodeWriter to give access to variable types from AnnotationCCodeWriter
-
- 15 Jul, 2016 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
follow PEP492 change in Py3.5.2 that makes __aiter__() a simple function instead of an async function See https://bugs.python.org/issue27243
-
empyrical authored
-
- 11 Jun, 2016 1 commit
-
-
Stefan Behnel authored
follow PEP492 change in Py3.5.2 that makes __aiter__() a simple function instead of an async function See https://bugs.python.org/issue27243
-
- 16 May, 2016 1 commit
-
-
Stefan Behnel authored
-
- 28 Mar, 2016 1 commit
-
-
Stefan Behnel authored
-
- 25 Mar, 2016 1 commit
-
-
Robert Bradshaw authored
The cPython profiler would get confused when the wrapper and underlying cdef function shared a name.
-
- 24 Mar, 2016 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Feb, 2016 1 commit
-
-
Robert Bradshaw authored
This is done with the T=* syntax, similar to default args of cdef methods. This does, however, expose us to types that we can't explicitly declare.
-
- 14 Nov, 2015 1 commit
-
-
Stefan Behnel authored
-
- 27 Oct, 2015 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 24 Oct, 2015 1 commit
-
-
memeplex authored
-
- 14 Oct, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 11 Oct, 2015 1 commit
-
-
Stefan Behnel authored
fix cascaded assignments to buffer indices: forgot to reassign the analysed (and potentially replaced) node in the tree
-
- 20 Sep, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 18 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 17 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 04 Sep, 2015 4 commits
-
-
Ian Henriksen authored
-
Stefan Behnel authored
-
Robert Bradshaw 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
-
- 22 Aug, 2015 2 commits
-
-
Stefan Behnel authored
base buffer handling conditions during code generation only on used buffer entries to avoid overhead if all of them are unused
-
Stefan Behnel authored
-
- 08 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 26 Jul, 2015 2 commits
-
-
Stefan Behnel authored
fix up more places where new "overloaded_assignment" argument was missing (there has to be a better way than passing this flag around...)
-
Stefan Behnel authored
-
- 25 Jul, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-