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: weixuejun2008/pythontex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gpoore/pythontex
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.
  • 20 commits
  • 16 files changed
  • 2 contributors

Commits on Apr 30, 2022

  1. fixed missing SubCodeEngine for javascript's js

    Most other engines have a SubCodeEngine(langname, filesuffix)
    to allow shorter macros to be used (\py instead of \python).
    The documentation says the same is true for javascript, but
    \js did not work prior to this commit.
    jackschmidt committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    d392ca9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. updated copyright and version

    gpoore committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    76218ed View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    6a865de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9973abd View commit details
    Browse the repository at this point in the history
  3. in pythontex.dtx, fixed \textunderscore, \textbackslash, and similar …

    …escape sequences in footnotes that do not give correct results with current implementation of footnote tokenization (closes gpoore#226, closes gpoore#227)
    gpoore committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    5734eb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd1818d View commit details
    Browse the repository at this point in the history
  5. Merge pull request gpoore#197 from jackschmidt/js-subcode

    fixed missing SubCodeEngine for javascript's js
    gpoore authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    1bc42dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f14d13f View commit details
    Browse the repository at this point in the history
  7. fixed a bug that could cause non-Windows operating systems to attempt…

    … to invoke a batch file when the executable associated with a language is not found (gpoore#225)
    gpoore committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    77a7062 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c11b74e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e824062 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cd795c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5bd2ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02b5258 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. fixed typos (closes gpoore#187)

    gpoore committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    5f2eba6 View commit details
    Browse the repository at this point in the history
  2. fixed a bug that resulted in uncaught exceptions when \inputpygments …

    …was used with files that do not exist (gpoore#64)
    gpoore committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    d176827 View commit details
    Browse the repository at this point in the history
  3. updated SymPy example

    gpoore committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    63484d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. updated copyright

    gpoore committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    2e1e3c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. v0.19

    gpoore committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    57f9f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78c9814 View commit details
    Browse the repository at this point in the history
Loading