- 06 Jul, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Jul, 2014 3 commits
-
-
Lisandro Dalcin authored
cython-mode.el: add missing grouping to keyword regexps
-
immerrr authored
* fix font-locking of keyword regexps (matcher was referring to group that ceased to exist after 0a7e8d60) * fix adding customized font-lock-keywords Old code behaved bad because it changed an element of a list that was compiled into "python-mode" function definition. This had an unfortunate side effect of propagating cython-specific keywords into vanilla python buffers. * fontify new types in ctypedef statements * add more keywords ("cppclass", "new", "del", etc.) * add more builtin types ("Py_UNICODE", "ptrdiff_t", etc.) * fix font-locking of "except?" * fontify types with font-lock-type-face, not py-class-name-face
-
Stefan Behnel authored
-
- 04 Jul, 2014 3 commits
-
-
Robert Bradshaw authored
Conflicts: CHANGES.rst
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 29 Jun, 2014 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Jun, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 8230801cb0e5cff944c0a7b4cbd0718f28cb344e
-
- 27 Jun, 2014 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 44298a4bc8ecb8fcc729f7b741ecedd6ad4200b3
-
- 25 Jun, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Jun, 2014 1 commit
-
-
Stefan Behnel authored
document specialisation behaviour when a fused memory-view type occurs multiple times in a function signature
-
- 22 Jun, 2014 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
work around bug in fused types code that prevents typing the signature of the runtime dispatch function
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix test: runtime dispatch is done only on the first occurrence of a fused buffer type and later mismatches lead to type failures after the call (which is acceptable since it speeds up the dispatch and leads to an error anyway)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix creation order of set literals by first generating all items and only then adding them to the set (as CPython does it) --HG-- rename : tests/run/set.pyx => tests/run/set_literals.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
fused types: specialize each base type only once, also for compound type args
-
- 18 Jun, 2014 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-