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/traitlets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ipython/traitlets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 27, 2016

  1. back to dev

    minrk committed Sep 27, 2016
    Copy the full SHA
    dbe3087 View commit details
  2. Backport PR #318: Test Python 3.6

    closes  313
    minrk committed Sep 27, 2016
    Copy the full SHA
    2e46640 View commit details
  3. Backport PR #325: avoid modifying inherited class attr

    could affect parent classes incorrectly.
    minrk committed Sep 27, 2016
    Copy the full SHA
    ec41f66 View commit details
  4. Backport PR #314: Improve "looking for config" message when no path s…

    …pecified
    
    instead of:
    
        looking for config in None
    
    output:
    
        looking for config in /path/to/cwd
    Carreau authored and minrk committed Sep 27, 2016
    Copy the full SHA
    495b5db View commit details

Commits on Sep 28, 2016

  1. Backport PR #326: changes for 4.3.1

    Mainly for Python 3.6 workaround.
    
    I'll release once this is merged.
    Carreau authored and minrk committed Sep 28, 2016
    Copy the full SHA
    c257198 View commit details
  2. release 4.3.1

    minrk committed Sep 28, 2016
    Copy the full SHA
    3143f70 View commit details

Commits on Feb 17, 2017

  1. Merge pull request #377 from minrk/undeprecate-default-methods

    undeprecate `_trait_default`
    SylvainCorlay authored and minrk committed Feb 17, 2017
    Copy the full SHA
    93e4a24 View commit details
  2. Merge pull request #376 from minrk/bless-config-metadata

    Bless config metadata in trait constructors
    SylvainCorlay authored and minrk committed Feb 17, 2017
    Copy the full SHA
    dc3e37e View commit details

Commits on Feb 23, 2017

  1. Backport PR #378: Changelog for 4.3.2

    Tiny release, removing a couple of deprecations to make upgrading existing packages more pleasant.
    
    cc  JamiesHQ
    
    Signed-off-by: Min RK <benjaminrk@gmail.com>
    minrk committed Feb 23, 2017
    Copy the full SHA
    c2e44ca View commit details
  2. release 4.3.2

    minrk committed Feb 23, 2017
    Copy the full SHA
    ba0ff90 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...4.x