Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ocschwar/pythonvm-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: progval/pythonvm-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 28, 2017

  1. Add GPL license

    progval authored Oct 28, 2017
    Configuration menu
    Copy the full SHA
    2429421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6caf1e View commit details
    Browse the repository at this point in the history
  3. update magic version number

    progval authored Oct 28, 2017
    Configuration menu
    Copy the full SHA
    16be7b6 View commit details
    Browse the repository at this point in the history
  4. fix previous commit

    progval authored Oct 28, 2017
    Configuration menu
    Copy the full SHA
    1c04db3 View commit details
    Browse the repository at this point in the history
  5. Fix Travis tests.

    progval committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    fedc0ac View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Support bytecode format for the 3.6 release (progval#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 authored Oct 29, 2017
    Configuration menu
    Copy the full SHA
    311420a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    7c92dd6 View commit details
    Browse the repository at this point in the history
Loading