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/ipykernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.1
Choose a base ref
...
head repository: ipython/ipykernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9566304175d844c23a1f2b1d70c10df475ed2868
Choose a head ref
  • 17 commits
  • 7 files changed
  • 8 contributors

Commits on Nov 22, 2021

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

Commits on Nov 23, 2021

  1. Merge pull request #807 from dlukes/patch-1

    Add explicit encoding to open calls in debugger
    minrk authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    54fea2a View commit details
    Browse the repository at this point in the history
  2. Remove Nose dependency

    Kojoley committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    9a5544e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a727a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #808 from Kojoley/remove-nose-dependency

    Remove Nose dependency
    Carreau authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    1309925 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Send omit_sections to IPython if available

    This leverages a recent pull request in IPython:
    
    ipython/ipython#13343
    Ahmed Fasih committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    77cdd28 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Make backwards-compatible

    There are two options suggested in
    #809:
    
    1. use TypeError to catch non-existent omit_sections kw. This will work with
    master but will be less clear when we deprecate IPython 7.x in a few years.
    
    2. use IPython version_info, which makes cleanup easier but means we won't be
    able to use this feature with master IPython, only v8.
    
    Going with #2 because it's cleaner.
    Ahmed Fasih committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    0bdfd0b View commit details
    Browse the repository at this point in the history
  2. clean up accidental import added by editor

    Ahmed Fasih committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ff8d5ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #809 from fasiha/blocklist-for-inspector

    Send omit_sections to IPython to choose which sections of documentation you don't want
    blink1073 authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    2c5e529 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    d3fc735 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #812 from datalayer-externals/feat/debugStdLib

    Set debugOptions for breakpoints in python standard library source
    blink1073 authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6d04f68 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    eb3057d View commit details
    Browse the repository at this point in the history
  2. Update downstream.yml

    blink1073 authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a7d569c View commit details
    Browse the repository at this point in the history
  3. Update downstream.yml

    blink1073 authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a4358dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #813 from ipython/blink1073-patch-2

    Test jupyter_kernel_test as downstream
    blink1073 authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    648d5bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    096d453 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #814 from JohanMabille/debugger

    Added missing excpeionPaths field to debugInfo reply
    blink1073 authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    9566304 View commit details
    Browse the repository at this point in the history
Loading