An error occurred fetching the project authors.
- 25 Jul, 2015 1 commit
-
-
Petr Viktorin authored
-
- 23 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 27 Apr, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 24 Apr, 2015 1 commit
-
-
Robert Bradshaw authored
This is more consistent with the execution of "python foo.py" and also allows for compilation of files that don't obey the module naming rules.
-
- 19 Mar, 2015 1 commit
-
-
Stefan Behnel authored
change pipeline order to include tree changes made by structural optimisers in OptimizeBuiltinCalls run
-
- 15 Nov, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %C4Y%8Fo%10QD%23%A6%FB%B6%AF%3B%D6%C9%A9%09%C4%0D%A8
-
- 17 Jun, 2014 1 commit
-
-
Stefan Behnel authored
-
- 22 Apr, 2014 1 commit
-
-
Alok Singhal authored
SwitchTransform is unable to detect all cases of duplicate values, which result in errors at compile time in the generated code.
-
- 17 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 07 Jan, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 26 Dec, 2013 1 commit
-
-
Robert Bradshaw authored
The syntax follows that of template classes, namely cdef T foo[T](T, ...)
-
- 24 Dec, 2013 1 commit
-
-
Stefan Behnel authored
fix crash when looking up closure names in OptimizeBuiltinCalls transform (after running CreateClosureClasses transform)
-
- 16 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 15 Nov, 2013 1 commit
-
-
Stefan Behnel authored
reimplement PEP 3155 __qualname__ calculation in a dedicated transform to base it on the node structure instead of the scopes (which fails for class scopes)
-
- 06 Apr, 2013 1 commit
-
-
Nikita Nemkin authored
In cimport_from_pyx mode don't treat "cdef extern from" variables as being defined, preventing erroneous cross-module cimport.
-
- 07 Feb, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Feb, 2013 1 commit
-
-
Stefan Behnel authored
-
- 05 Feb, 2013 1 commit
-
-
Stefan Behnel authored
simple optimisation that statically maps keyword arguments to positional arguments when called signature is known
-
- 31 Dec, 2012 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2012 1 commit
-
-
Robert Bradshaw authored
-
- 29 Aug, 2012 1 commit
-
-
Stefan Behnel authored
move utility code inclusion from Name/AttributeNodes to the latest possible step in the pipeline (after removing it from declaration analysis)
-
- 11 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 08 May, 2012 1 commit
-
-
Vitja Makarov authored
-
- 15 Apr, 2012 1 commit
-
-
Robert Bradshaw authored
This reverts commit 95b6e693.
-
- 21 Mar, 2012 1 commit
-
-
Dag Sverre Seljebotn authored
NumPy is starting to seriously deprecating access to the member fields in an ndarray (it was always frowned upon, but now it is starting to become enforced). To support the large body of Cython code out there accessing these fields (arr.shape[0] and so on), we special-case PyArrayObject in Cython, with special knowledge of the NumPy API. Ideally, we may introduce features in Cython in the future that allows specifying this kind of magic with syntax in pxd files, and then we can move away from special-casing NumPy.
-
- 12 Jan, 2012 1 commit
-
-
Vitja Makarov authored
-
- 30 Nov, 2011 1 commit
-
-
Vitja Makarov authored
-
- 13 Nov, 2011 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
removed lots of unused imports, delayed some imports that are only needed for Cython specific syntax --HG-- extra : rebase_source : a2df3675fd1efae1a1122ca9742e99ab1405fba6
-
- 05 Nov, 2011 1 commit
-
-
Mark Florisson authored
-
- 14 Oct, 2011 1 commit
-
-
Stefan Behnel authored
-
- 03 Oct, 2011 1 commit
-
-
Mark Florisson authored
Fix cython scope caching (it breaks about half of the test suite, but it probably slow down cython.compile)
-
- 02 Oct, 2011 1 commit
-
-
Mark Florisson authored
-
- 30 Sep, 2011 6 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Dag Sverre Seljebotn authored
-
Kurt Smith authored
-
Kurt Smith authored
-
- 14 Sep, 2011 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : j4%28%89%8B%DDef%5B%C8%12H%97%AD%E3%21yJ%9A%AA
-