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

Commits on Feb 17, 2015

  1. Fix a changelog entry

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit 8a70bcb)
    sebastinas committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    ec73209 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Also strip at the beginning

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit 2eca243)
    sebastinas committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    25edf54 View commit details
    Browse the repository at this point in the history
  2. Use correct default level values (fixes bpython#486)

    Python 2 uses -1, Python 3 uses 0.
    
    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit 43e7038)
    sebastinas committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    87470ef View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Set mod of history file to 0600 (fixes bpython#489)

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit d4d9616)
    sebastinas committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    28510c9 View commit details
    Browse the repository at this point in the history
  2. fix bpython#483 temporarily

    (cherry picked from commit 291a5d3)
    thomasballinger authored and sebastinas committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    731cda7 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    6fb64c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Be more careful with glob.glob (fixes bpython#491)

    If we have glob.escape, use it.
    
    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit 846ca4d)
    sebastinas committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    01394db View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    0f81bf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. Bump six dependency (fixes bpython#494)

    from six.moves.X import Y only works with six 1.5 and newer.
    
    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit 934c5b6)
    sebastinas committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    b1d1da7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    sebastinas committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    63b8c40 View commit details
    Browse the repository at this point in the history
  3. Open the FD

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit 2b32c81)
    sebastinas committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    a294451 View commit details
    Browse the repository at this point in the history
  4. Strip version correctly

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit e77ce89)
    sebastinas committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    cf7b14f View commit details
    Browse the repository at this point in the history
  5. Build wheel

    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit 8aa4ddf)
    (cherry picked from commit 886e8e0)
    (cherry picked from commit 1caf243)
    sebastinas committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    7a22589 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    sebastinas committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    b0d9ae4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. Remove workarounds for no longer supported Python versions

    collections.Callable was used for Python 3.0 - 3.1 since callable was missing in
    these versions.
    
    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    sebastinas authored and thomasballinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    e3e9061 View commit details
    Browse the repository at this point in the history
  2. update changelog

    thomasballinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    40eb018 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2015

  1. Change default to None and set it to LOCK_EX in __init__ (fixes bpyth…

    …on#509)
    
    Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
    (cherry picked from commit e83fb4a)
    sebastinas committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    6ac3311 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    sebastinas committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    038a4c7 View commit details
    Browse the repository at this point in the history
Loading
X Tutup