27 Commits

Author SHA1 Message Date
juanfra
7fd403022c Update to cython 0.29.13. 2019-07-30 15:17:47 +00:00
juanfra
81799c957e Update to cython 0.29.12. 2019-07-07 17:55:01 +00:00
juanfra
dfa5c3327f Update to cython 0.29.11. 2019-06-30 20:06:52 +00:00
juanfra
cd975abaee Update to cython 0.29.10. 2019-06-04 21:36:51 +00:00
juanfra
523013471f Update to cython 0.29.7. 2019-04-17 22:44:07 +00:00
juanfra
2aac2ec76d Update to cython 0.29.6. 2019-03-01 20:52:33 +00:00
juanfra
8d8bf34681 Update to cython 0.29.5. 2019-02-10 18:58:42 +00:00
juanfra
233b44392f Update to cython 0.29.4. 2019-02-02 21:12:30 +00:00
juanfra
6735e9033e Update to cython 0.29.3. 2019-01-20 20:11:23 +00:00
juanfra
462edf4fc4 Update to cython 0.29.2. 2018-12-16 00:06:46 +00:00
juanfra
b7bc07332d Update to cython 0.29.1. 2018-11-24 22:24:49 +00:00
juanfra
afbfcf434a Update to cython 0.29. 2018-10-22 15:42:42 +00:00
juanfra
ee7a974a8f Update to cython 0.28.5. 2018-08-06 21:57:52 +00:00
juanfra
fb75ec587c Update to cython 0.28.4. 2018-07-21 19:15:00 +00:00
juanfra
9cfe191bac Update to cython 0.28.3. 2018-06-03 21:01:50 +00:00
juanfra
f3ac4f2093 Update to cython 0.28.2. 2018-04-25 09:34:53 +00:00
juanfra
9fb3ac023c Update to cython 0.27.3. 2017-11-05 17:16:08 +00:00
juanfra
2ae5086e2c Update to cython 0.27.2. 2017-10-24 12:21:51 +00:00
juanfra
93b312f7cb Update to cython 0.27.1. 2017-10-06 20:46:15 +00:00
juanfra
1d817cc33f Update to cython 0.26.1. Add python3 flavor. 2017-08-30 22:43:54 +00:00
juanfra
147a769f34 Update to cython 0.26. 2017-08-01 20:44:18 +00:00
juanfra
90d67947d4 Update to cython 0.25.2. Take maintainership. 2017-04-23 23:11:49 +00:00
danj
f44a7ee7d9 Update to cython-0.25.1
bulk by and ok aja@
2016-11-05 10:29:38 +00:00
bentley
56e2d44015 Update to cython-0.23.4. 2015-12-25 02:18:09 +00:00
benoit
a926e628bd Update cython to 0.19.1.
ok bentley@
2013-09-26 07:58:45 +00:00
bentley
a38210dc3d Update to cython-0.18.
ok benoit@
2013-03-06 07:42:54 +00:00
rpointel
91fe494c92 Import cython, from James Turner, with few tweaks by me and landry@.
ok landry@, benoit@. 
Cython is a language that makes writing C extensions for the Python
language as easy as Python itself. Cython is based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on
variables and class attributes. This allows the compiler to generate
very efficient C code from Cython code.
This makes Cython a language for wrapping external C libraries, and for
fast C modules that speed up the execution of Python code.
2011-06-29 08:27:26 +00:00