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: optionalg/bpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix-paste-fix
Choose a base ref
...
head repository: optionalg/bpython
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.
  • 11 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 13, 2017

  1. Fix call of update

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    9ec89db View commit details
    Browse the repository at this point in the history
  2. Decode matches from jedi (fixes bpython#687)

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    d067b9d View commit details
    Browse the repository at this point in the history
  3. Update changelog

    sebastinas committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    f9a76fd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Start development of 0.18

    sebastinas committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    14acea0 View commit details
    Browse the repository at this point in the history
  2. Drop support for Python 3.3

    By the time of the 0.18 release, Python 3.3 is EOL.
    
    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    0cdaf41 View commit details
    Browse the repository at this point in the history
  3. Test with 3.7-dev

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    97a4c9d View commit details
    Browse the repository at this point in the history
  4. Simplify version checks

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    a0ef506 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    35beff8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Configuration menu
    Copy the full SHA
    8afce45 View commit details
    Browse the repository at this point in the history
  2. Move is_main_thread to bpython._py3compat

    Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
    sebastinas committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    a975340 View commit details
    Browse the repository at this point in the history
  3. Re-use is_main_thread

    Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
    sebastinas committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    052b3a3 View commit details
    Browse the repository at this point in the history
Loading
X Tutup