aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cython/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.12.1wen2010-02-021-3/+3
|
* - Update to 0.12wen2009-11-241-3/+3
|
* - Update to 0.11.3wen2009-09-271-3/+3
| | | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes
* - Update to 0.11.2miwi2009-05-291-3/+3
| | | | | PR: 134884 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* - Update to 0.11.1miwi2009-05-021-3/+3
| | | | Approved by: maintainer implicit
* - Update to 0.11miwi2009-03-161-3/+3
| | | | | PR: 132663 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
* - Update to 0.10.3miwi2008-12-271-3/+3
| | | | Approved by: maintainer implicit
* - Update to 0.10.2miwi2008-12-021-3/+3
| | | | | PR: 129209 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* The Cython language makes writing C extensions for the Python languagemiwi2008-11-101-0/+3
as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is very close to the Python language (and most Python code is also valid Cython code), 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 the ideal language for writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code. WWW: http://www.cython.org/ PR: ports/128722 Submitted by: Wen Heping <wenhping at gmail.com>