X Tutup
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: toejough/bpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: toejough/bpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: patch-2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 10, 2017

  1. Add Python3 classifier

    Motivated by caniusepython3[0] reporting bpython doesn't support Python3.
    
    ```shell
    $ caniusepython3 --projects bpython
    ```
    
    0: https://pypi.python.org/pypi/caniusepython3
    Siecje committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    a9c88a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Add Python2 classifier

    Siecje committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    b6b518b View commit details
    Browse the repository at this point in the history
  2. Merge pull request bpython#709 from Siecje/caniusepython3

    Add Python3 classifier
    sebastinas authored Nov 20, 2017
    Configuration menu
    Copy the full SHA
    789c6dc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. expose global vars in debugger

    resolves bpython#713
    toejough authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    1222d90 View commit details
    Browse the repository at this point in the history
Loading
X Tutup