Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2014-05-17 18:10:50 by Thomas Klausner | Files touched by this commit (152)
Log message:
Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
   2014-01-29 08:50:28 by Thomas Klausner | Files touched by this commit (2)
Log message:
Convert to distutils.mk.
Remove PYTHON_VERSIONS_ACCEPTED which is basically just the default.
Bump PKGREVISION.
   2014-01-29 02:14:31 by Alistair G. Crooks | Files touched by this commit (4) | Imported package
Log message:
Initial import of nuitka-0.5.0.1 into the packages collection.

Nuitka is a Python to C++ compiler

	Right now Nuitka is a good replacement for the Python interpreter and
	compiles every construct that CPython 2.6, 2.7, 3.2 and 3.3 offer.  It
	translates the Python into a C++ program that then uses "libpython" to
	execute in the same way as CPython does, in a very compatible way.

	It is somewhat faster than CPython already, but currently it doesn't
	make all the optimizations possible, but a 258% factor on pystone is a
	good start (number is from version 0.3.11).


Next | Query returned 13 messages, browsing 11 to 20 | previous