[ANN] python-catcher 0.1.2 - beautiful HTML tracebacks

2013-07-31 Thread Eugene Pankov
Announcing python-catcher 0.1.2. What is it? === python-catcher module generates rich HTML tracebacks (including source code and locals), submits it to the web and generates a permalink. Example report: http://ajenti.org/catcher/view/10 Links = PyPI: https://pypi.python.org/pypi/pyt

PyPy3 2.1 beta 1 released

2013-07-31 Thread Philip Jenvey
PyPy3 2.1 beta 1 We're pleased to announce the first beta of the upcoming 2.1 release of PyPy3. This is the first release of PyPy which targets Python 3 (3.2.3) compatibility. We would like to thank all of the people who donated_ to the `py3k proposal`_ for suppo

ANN: Expressions (alpha release) – Lightweight arithmetic expression parser for custom compilers

2013-07-31 Thread Stefan Urbanek
Hi, Expressions is a lightweight arithmetic expression parser for creating simple arithmetic expression compilers. Sources: https://github.com/Stiivi/expressions Intended use: Embed custom expression evaluation into your application. For example: * variable checking compiler with allow/d