summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement "gen.gi_frame" and "coro.cr_frame" attributes on generators and cor...gh2306_coro_frameStefan Behnel2019-01-184-7/+83
* Update changelog.Stefan Behnel2019-01-171-0/+17
* Merge pull request #2784 from wjsi/masterStefan Behnel2019-01-172-2/+75
|\
| * add case for tracer-reporter mismatchwenjun.swj2019-01-171-0/+71
| * Fix inconsistency between trace files and report fileswjsi2019-01-171-2/+4
* | Merge pull request #2801 from true-pasky/patch-1Robert Bradshaw2019-01-171-1/+1
|\ \ | |/ |/|
| * Fix incompatibility with C89true-pasky2019-01-171-1/+1
|/
* Minor code cleanups.Stefan Behnel2019-01-161-11/+8
* Merge pull request #2640 from mattip/ctypedef-class-getter2Stefan Behnel2019-01-166-43/+204
|\
| * MAINT: fixes from reviewmattip2019-01-164-20/+33
| * MAINT: localize is_property handling to CFuncDefNode.analyse_declarationsmattip2019-01-133-44/+70
| * MAINT: remove dead useless codemattip2019-01-071-7/+0
| * MAINT: refactor decorator analysismattip2019-01-071-16/+17
| * MAINT: refactor: is_cgetter now lives on the entry, use find_decoratormattip2019-01-073-16/+16
| * BUG: finish renaming property -> is_propertymattip2019-01-061-2/+3
| * MAINT: make attribute names unique to prove c-getters are being usedmattip2019-01-051-4/+4
| * MAINT: refactor from reviewmattip2019-01-051-11/+16
| * MAINT: changes from reviewmattip2019-01-054-24/+19
| * fix one more delcare_cfunctionmattip2018-11-151-1/+2
| * whoops, staticmethod is a valid cdef decoratormattip2018-11-133-5/+5
| * fix for fused nodesmattip2018-11-131-4/+5
| * BUG: fix test to use correct macros, functions for c-level gettersmattip2018-11-131-15/+15
| * ENH: handle c-level property decorator to produce a cfunc callmattip2018-11-134-19/+41
| * add a new ReplacePropertyNode passmattip2018-11-133-69/+23
| * WIP ENH: allow @property decorator on external ctypedef classesmattip2018-11-053-23/+197
* | Merge pull request #2796 from cython/gh2565_language_level_3strStefan Behnel2019-01-1421-48/+70
|\ \
| * | Fix accidentally modified comment.gh2565_language_level_3strStefan Behnel2019-01-131-1/+1
| * | Fix syntax in test code.Stefan Behnel2019-01-121-1/+1
| * | Fix syntax in test debug code.Stefan Behnel2019-01-121-4/+4
| * | Fix metaclass usage in cpdef-enums by using the Py3 syntax (which is also mor...Stefan Behnel2019-01-121-2/+1
| * | Make IPythonMagic switch to language_level=2 on Py2, now that we default to "...Stefan Behnel2019-01-121-2/+1
| * | Convert CodeWriter tests to Py3 syntax.Stefan Behnel2019-01-121-5/+4
| * | Minor code simplification.Stefan Behnel2019-01-121-1/+1
| * | Compile Cython's modules with language_level=3/3str.Stefan Behnel2019-01-126-2/+8
| * | Switch generated Cython code fragments to "language_level=3str".Stefan Behnel2019-01-121-2/+1
| * | Repair some tests after switching to language_level=3str.Stefan Behnel2019-01-125-11/+28
| * | Use explicit integer division in generated Cython utility code.Stefan Behnel2019-01-121-4/+4
| * | Use Py3 syntax in generated Cython code fragment.Stefan Behnel2019-01-121-11/+14
| * | Use Py3 syntax in generated Cython code fragment.Stefan Behnel2019-01-121-1/+1
| * | Change the default language level to "3str", as planned for Cython 3.0.Stefan Behnel2019-01-121-3/+3
* | | Merge pull request #2797 from cython/msvc_cppStefan Behnel2019-01-148-11/+30
|\ \ \
| * | | Clarify types in atan2() call for usage in MSVC++.msvc_cppStefan Behnel2019-01-131-3/+2
| * | | Avoid PyLong "L" suffix in test output on Windows.Stefan Behnel2019-01-131-2/+2
| * | | Fix initialiser in C++ test: MSVC++ cannot assign statically to non-static me...Stefan Behnel2019-01-131-1/+3
| * | | Clarify usage of overloaded C++ function in MSVC++, which complains about its...Stefan Behnel2019-01-133-6/+9
| * | | Fix test usage of overloaded C++ function in MSVC++.Stefan Behnel2019-01-131-1/+1
| * | | Exclude a test from MSVC test runs that fails due to a linkage problem.Stefan Behnel2019-01-131-0/+4
| * | | Enable C++ tests in appveyor, only only Py2.7/3.7 64 bit for now.Stefan Behnel2019-01-121-1/+12
|/ / /
* | | Silence a C compiler "unused" warning.Stefan Behnel2019-01-121-0/+4
* | | Use direct C function calls instead of vtable indirections in Scanners module.Stefan Behnel2019-01-121-8/+4
|/ /