Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ipdb to 0.10.3 #364

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link

There's a new version of ipdb available.
You are currently using 0.8. I have updated it to 0.10.3

These links might come in handy: PyPI | Changelog | Repo

Changelog

0.10.3


  • For users using python 2.6, do not install IPython >= 2.0.0.
    And for users using python 2.7, do not install IPython >= 6.0.0.
    [vphilippon]
  • Drop support for python 3.2.
    [vphilippon]
  • Command line usage consistent with pdb - Add argument commands
    [zvodd]

0.10.2


0.10.1


  • Support IPython 5.0.
    [ngoldbaum]

0.10.0


  • Stop trying to magically guess when stdout needs to be captured.
    Like needed by nose.
    Rather, provide a set of function that can be called explicitely when needed.
    [gotcha]
  • drop support of IPython before 0.10.2

0.9.4


0.9.3


  • Don't require users to pass a traceback to post_mortem.
    [Wilfred]

0.9.2


0.9.1


  • Fix support of IPython versions 0.x
    [asivokon]

0.9.0


0.8.3


  • Don't pass sys.argv to IPython for configuration.
    [emulbreh]

0.8.2


  • Fix lexical comparison for version numbers.
    [sas23]
  • Allow configuring how many lines of code context are displayed
    by set_trace
    [JamshedVesuna]
  • If an instance of IPython is already running its configuration will be
    loaded.
    [IxDay]

0.8.1


Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.209% when pulling 4b397b9 on pyup-update-ipdb-0.8-to-0.10.3 into 2076de7 on master.

1 similar comment
@coveralls
Copy link

coveralls commented Jan 26, 2018

Coverage Status

Coverage remained the same at 70.209% when pulling 4b397b9 on pyup-update-ipdb-0.8-to-0.10.3 into 2076de7 on master.

@symroe symroe closed this Jan 30, 2018
@symroe symroe deleted the pyup-update-ipdb-0.8-to-0.10.3 branch June 27, 2018 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants