| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2013 11:14:06
0.19
|
wen  |
- Update to 0.19
- Trim Makefile headers |
29 Sep 2012 22:10:33
0.17.1
|
olgeni  |
Upgrade to version 0.17.1.
PR: ports/172158
Submitted by: olgeni
Approved by: maintainer (private mail) |
04 Sep 2012 07:16:31
0.17
|
wen  |
- Update to 0.17 |
25 Apr 2012 15:55:31
0.16
|
wen  |
- Update to 0.16
PR: 167287
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
26 Oct 2011 02:13:47
0.15.1
|
wen  |
- Update to 0.15.1 |
16 Aug 2011 02:55:54
0.15
|
wen  |
- Update to 0.15 |
13 Feb 2011 07:20:10
0.14.1
|
wen  |
- Update to 0.14.1 |
15 Dec 2010 01:56:33
0.14
|
wen  |
- Update to 0.14 |
08 Sep 2010 01:24:51
0.13
|
wen  |
- Update to 0.13 |
02 Feb 2010 14:40:09
0.12.1
|
wen  |
- Update to 0.12.1 |
24 Nov 2009 10:10:45
0.12
|
wen  |
- Update to 0.12 |
27 Sep 2009 11:02:22
0.11.3
|
wen  |
- Update to 0.11.3
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes |
29 May 2009 12:00:45
0.11.2
|
miwi  |
- Update to 0.11.2
PR: 134884
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
01 May 2009 18:05:46
0.11.1
|
miwi  |
- Update to 0.11.1
Approved by: maintainer implicit |
15 Mar 2009 19:48:19
0.11
|
miwi  |
- Update to 0.11
PR: 132663
Submitted by: Wen heping <wenheping@gmail.com> (maintainer) |
26 Dec 2008 23:00:05
0.10.3
|
miwi  |
- Update to 0.10.3
Approved by: maintainer implicit |
01 Dec 2008 21:16:42
0.10.2
|
miwi  |
- Update to 0.10.2
PR: 129209
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
09 Nov 2008 22:56:35
0.10
|
miwi  |
The Cython language makes writing C extensions for the Python language
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> |