------------------------------
*Release date: 16-Feb-2013*
Core and builtins
^^^^^^^^^^^^^^^^^
- Feature 61: Interpreter supports command line '-c', '-i' and '-m'
- Enhancement 68: Improved Interpreter Banner
- Enhancement 67: args globals_ and locals_ of eval() are now optional
- Feature 66: Within Pythonect Program: eval() now takes Pythonect code and __eval__() takes Python
- Refactor __run() [Guy Adini]
- Feature 65: Pythonect now supports PyPy
- Feature 55: Pythonect now supports Python 2.6
- Issue 48: 'print "B" in "ABC"' and 'print 2 is 2' throws Exception
- Issue 60: "copyright", "license", and "credits" are not of Pythonect
- Issue 62: Parameterless functions are now handled properly
- Issue 63: "quit" and "exit" raises ValueError: I/O operation on closed file
- Issue 64: Interpreter command line option '--version'/'-V' output wrong banner
- Issue 69: print/print_ can not be overridden by locals or globals value
Build
^^^^^
- Switched to nosetests (+ coverage)
- Issue 49: zip_safe is not False by default