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: alanjds/pythonparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: m-labs/pythonparser
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
  • 5 files changed
  • 5 contributors

Commits on Dec 11, 2018

  1. parser.Parser explicitly inheriting from object

    This allows Python2 code to inherit the parser without monkeypatches
    alanjds authored and whitequark committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c31a65f View commit details
    Browse the repository at this point in the history
  2. Accepts empty print_stmt with destination fp

    As in `print >> self.stdout` with no value
    alanjds authored and whitequark committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    6dd870e View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Bump version.

    whitequark committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    4ca9753 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. setup.py: Update url

    jayvdb authored and sbourdeauducq committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b284a6a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    f6be5a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b7db6 View commit details
    Browse the repository at this point in the history
  3. bump version

    sbourdeauducq committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    5413ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. README.md broken link, fix m-labs#28

    abitrolly authored and sbourdeauducq committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    a2ace42 View commit details
    Browse the repository at this point in the history
Loading