Commit graph

6 commits

Author SHA1 Message Date
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
d4600efa64 Convert to new options framework 2013-06-04 15:13:42 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Pav Lucistnik
08cfdbccef - Restore maintainership
Submitted by:	Marcin Cieslak <saper@saper.info>
2009-12-31 10:03:33 +00:00
Pav Lucistnik
2b7eedc4ed - Reset maintainer
<saper@system.pl>
    (reason: 550 user not found... podany uzytkownik nie istnieje...)
2009-07-08 21:28:59 +00:00
Dmitry Marakasov
a3f8f8b353 tinypy is a minimalist implementation of python in 64k of code
it includes a whole heap of features:

 * parser and bytecode compiler written in tinypy
 * fully bootstrapped
 * luaesque virtual machine with garbage collection written in C
   it's "stackless" sans any "stackless" features
 * cross-platform :) it runs under windows / linux / macosx
 * a fairly decent subset of python
    o classes and single inheritance
    o functions with variable or keyword arguments
    o strings, lists, dicts, numbers
    o modules, list comprehensions
    o exceptions with full traceback
    o some builtins
 * batteries not included -- yet

WWW:	http://www.tinypy.org/

PR:		132124
Submitted by:	Marcin Cieslak <saper at SYSTEM dot PL>
2009-04-02 00:57:07 +00:00