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: ipython/ipython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ijstokes/ipython
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.
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 6, 2013

  1. Update _jsonschema.py to fix _uniq() function

    _uniq() was generating "sliced" from "container", when it should have been using "sort".
    Ian Stokes-Rees committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    85b9658 View commit details
    Browse the repository at this point in the history
  2. Update profiledir.py to import errno that is referenced but not imported

    Inside ProfileDir._mkdir() there is a try/except (around line 119) which checks if e.errno == errno.EEXIST, but errno wasn't being imported.  Added "import errno".
    Ian Stokes-Rees committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    38d2507 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2013

  1. Updated to v1.3.0 of jsonschema

    Ian Stokes-Rees committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    91d70b0 View commit details
    Browse the repository at this point in the history
Loading