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: brotchie/python-sty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hgrecco/python-sty
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.
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 17, 2013

  1. The python code in each environment is only run again if it has changed

    - Refactored to simplify code
    - Changed to VerbatimOutput to simplify writing the environment content
      to a file.
    - A helper python module is used to run the user code in a cross plataform
      and encoding safe way (runpy.py).
    - The output file is now named @output.tex, it is included as utf-8
    - After each run the used code is copied to a cache file. If the tex is
      compiled again and the code has not changed, the previous output is used.
    - Package takes options
      - Key: Value option `bin` used to specify the python binary to use.
      - Option subfolder used to indicate that python related files should
        be saved in a subfolder named `py`
    
    Still to do:
    - Make it cross platform (copy, delete and compare files)
    - Check if the path separator works in windows
    - Fix encoding in Python 3
    hgrecco committed Nov 17, 2013
    Configuration menu
    Copy the full SHA
    ec5240b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    147c4c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Added documentation

    hgrecco committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    4e86d8e View commit details
    Browse the repository at this point in the history
  2. Fixed rst

    hgrecco committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    96921a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2013

  1. Configuration menu
    Copy the full SHA
    5003446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c00732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76e2818 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2013

  1. Added version information.

    hgrecco committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    3641d16 View commit details
    Browse the repository at this point in the history
Loading