git clone git://github.com/why/unholy.git
* lib/unholy/pyasm.rb: jump opcode and empty arrays.
* lib/unholy/pyasm.rb: class initialize method, aliased at __init__ in Python.
* python/Kernel.py: use `eval` in order to get the block's return val.
* lib/unholy/pyasm.rb: got some basic blocks working. slight work on arrays.
* lib/unholy/pyasm.rb: working on object instantiation and the VM_CALL_FCALL_BIT.
* lib/unholy/pyasm.rb: got simple classes working. added opcodes load_locals and putobject.
* lib/unholy/pyasm.rb: re-merge the line numbers fix.
* lib/unholy/pyasm.rb: rewriting the POP_TOP bytecodes is trick since method name isn't placed on the stack in ruby, but is present in python.
* lib/unholy/pyasm.rb: record original Ruby line numbers in the bytecode.
* README: use PYTHONPATH var when running the pyc.
* lib/unholy/pyasm.rb: warning if you have no ruby 1.9.
* COPYING: an mit license.
* README: note about needing ruby 1.9 and python 2.5.
* lib/unholy/pyasm.rb: the `unpop` logic was causing trouble in simpler scripts.
* python/Kernel.py: allow puts to accept varargs.
* decompyle/: remove verbose debugging output, for now.
* README: idea for potion.
* README: just a little instruction.
* decompyle: add the version that sorta supports python 2.5 bytecode.
* lib/unholy.rb: require the tiny `pickle` lib.
* lib/: initial checkin