Skip to content
Permalink
master

Commits on Oct 29, 2017

  1. Support bytecode format for the 3.6 release (#2)

    * Start supporting wordcode.
    
    * Named arguments are better.
    
    * Fully debug wordcode.
    
    * Support extended opcodes.
    
    * Add NOPs again, to fix the numbering.
    
    * Fix previous commit.
    
    * Various stuff.
    
    * Working on 3.6 support...
    
    * Fix indent.
    
    * Fix SetupExcept.
    
    * Implement CallFunctionKw.
    
    * Fix test to use Python 3.6 bytecode.
    progval committed Oct 29, 2017

Commits on Oct 28, 2017

  1. Fix Travis tests.

    progval committed Oct 28, 2017
  2. fix previous commit

    progval committed Oct 28, 2017
  3. update magic version number

    progval committed Oct 28, 2017
  4. Add GPL license

    progval committed Oct 28, 2017

Commits on May 21, 2016

Commits on May 14, 2016

Commits on Apr 25, 2016

  1. fix .travis.yml to download a tarball of the 'default' branch, not th…

    …e tip (which may be an older version).
    progval committed Apr 25, 2016
  2. Do not use Rust's call stack to make Python function calls.

    aka. become stackless.
    progval committed Apr 25, 2016
  3. Print functional tests' name.

    progval committed Apr 25, 2016

Commits on Apr 23, 2016

  1. Add repr function.

    progval committed Apr 23, 2016

Commits on Apr 21, 2016

Commits on Apr 20, 2016

  1. Add basic exception support.

    progval committed Apr 20, 2016

Commits on Apr 19, 2016

  1. Fix test.

    progval committed Apr 19, 2016

Commits on Apr 18, 2016

Commits on Apr 17, 2016

  1. Build with CPython 3.6.

    progval committed Apr 17, 2016
Older