aboutsummaryrefslogtreecommitdiff
path: root/lang/cython
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.19Wen Heping2013-05-013-8/+10
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=317011
* Upgrade to version 0.17.1.Jimmy Olgeni2012-09-292-3/+3
| | | | | | | | | PR: ports/172158 Submitted by: olgeni Approved by: maintainer (private mail) Notes: svn path=/head/; revision=305054
* - Update to 0.17Wen Heping2012-09-043-3/+18
| | | | Notes: svn path=/head/; revision=303643
* - Update to 0.16Wen Heping2012-04-253-6/+41
| | | | | | | | PR: 167287 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=295507
* - Update to 0.15.1Wen Heping2011-10-262-3/+3
| | | | Notes: svn path=/head/; revision=284326
* - Update to 0.15Wen Heping2011-08-163-6/+22
| | | | Notes: svn path=/head/; revision=279790
* - Update to 0.14.1Wen Heping2011-02-133-3/+5
| | | | Notes: svn path=/head/; revision=269045
* - Update to 0.14Wen Heping2010-12-153-4/+64
| | | | Notes: svn path=/head/; revision=266315
* - Update to 0.13Wen Heping2010-09-083-187/+250
| | | | Notes: svn path=/head/; revision=260734
* - Update to 0.12.1Wen Heping2010-02-023-28/+5
| | | | Notes: svn path=/head/; revision=249089
* - Update to 0.12Wen Heping2009-11-243-6/+22
| | | | Notes: svn path=/head/; revision=244710
* - Update to 0.11.3Wen Heping2009-09-273-6/+5
| | | | | | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=242161
* - Update to 0.11.2Martin Wilke2009-05-292-4/+4
| | | | | | | | PR: 134884 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=234771
* - Update to 0.11.1Martin Wilke2009-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233086
* - Update to 0.11Martin Wilke2009-03-153-5/+22
| | | | | | | | PR: 132663 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=230160
* - Update to 0.10.3Martin Wilke2008-12-262-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224835
* - Update to 0.10.2Martin Wilke2008-12-012-4/+4
| | | | | | | | PR: 129209 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=223684
* The Cython language makes writing C extensions for the Python languageMartin Wilke2008-11-094-0/+302
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> Notes: svn path=/head/; revision=222650