summaryrefslogtreecommitdiff
path: root/Cython/Compiler/ParseTreeTransforms.pxd
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of "ParseTreeTransforms" in Py2. It previously tried to compa...ci_compile_allStefan Behnel2021-07-261-1/+1
* Set language level in Cython's speed-up .pxd files since it no longer depends...Stefan Behnel2020-09-301-2/+1
* Add some comments on potential improvements.Stefan Behnel2018-06-041-0/+3
* Delete unused code.Stefan Behnel2018-05-101-3/+0
* Merge branch 'master' into gen_exc_handlingStefan Behnel2017-08-251-1/+8
|\
| * Add missing declaration in .pxd file (ParseTreeTransforms.py file is not comp...Stefan Behnel2017-08-211-1/+2
| * Optimise some transforms a little more.Stefan Behnel2017-08-211-0/+6
* | Move exception state cleanup into generator body code to allow a distinction ...Stefan Behnel2017-08-241-0/+1
|/
* in generators/coroutines, save away the current exception in the 'return' cas...Stefan Behnel2017-07-301-0/+1
* allow yield in async def functions (which turns them into async generators)Stefan Behnel2017-07-271-0/+2
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-1/+3
* make AnalyseDeclarationsTransform inherit from EnvTransform to fix inconsiste...Stefan Behnel2013-01-011-2/+2
* fix buildStefan Behnel2012-06-221-0/+1
* added missing cdef class attributeStefan Behnel2011-11-211-1/+1
* Fix ParseTreeTransforms.pxdVitja Makarov2011-01-151-3/+5
* Add YieldNodeCollector definitions to pxdVitja Makarov2011-01-121-0/+5
* minor code optimisationsStefan Behnel2010-11-291-0/+4
* cdef another class in ParseTreeTransformsStefan Behnel2010-11-281-3/+3
* compile Cython.Compiler.ParseTreeTransforms moduleStefan Behnel2010-11-261-0/+57