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

Pull upstream changes #1

Merged
merged 76 commits into from
Apr 19, 2021
Merged

Pull upstream changes #1

merged 76 commits into from
Apr 19, 2021

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    b85391c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3259a67 View commit details
    Browse the repository at this point in the history
  3. +1 linting issues

    adityausathe committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e6fa312 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Add new '%autoreload 3' option

    Example: When an IPython session is ran with the 'autoreload' extension,
    you will now have the option '3' to select which means the following:
    
        1. replicate all functionality from option 2
        2. autoload all new funcs/classes/enums/globals from the module
            when they're added
        3. autoload all newly imported funcs/classes/enums/globals
            from external modules
    
    Try ``%autoreload 3`` in an IPython session
    after running ``%load_ext autoreload``
    
    For more information please see unit test -
    extensions/tests/test_autoreload.py : 'test_autoload_newly_added_objects'
    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1d3018a View commit details
    Browse the repository at this point in the history
  2. updated whatsnew

    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    d80f7db View commit details
    Browse the repository at this point in the history
  3. Apply pyupgrade to IPython/extensions/tests/test_autoreload.py

        pyupgrade --py36-plus IPython/extensions/tests/test_autoreload.py
    
    To ignore those changes when using git blame see the content of
    .git-blame-ignore-revs
    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0233e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3261f66 View commit details
    Browse the repository at this point in the history
  5. Apply black to IPython/extensions/tests/test_autoreload.py

        black --target-version py36 IPython/extensions/tests/test_autoreload.py
    
    To ignore those changes when using git blame see the content of
    .git-blame-ignore-revs
    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a6a7e4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16edee4 View commit details
    Browse the repository at this point in the history
  7. Apply pyupgrade to IPython/extensions/autoreload.py

        pyupgrade --py36-plus IPython/extensions/autoreload.py
    
    To ignore those changes when using git blame see the content of
    .git-blame-ignore-revs
    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c5ca5a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebc2423 View commit details
    Browse the repository at this point in the history
  9. Apply black to IPython/extensions/autoreload.py

        black --target-version py36 IPython/extensions/autoreload.py
    
    To ignore those changes when using git blame see the content of
    .git-blame-ignore-revs
    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    50624b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ddc569 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92fe388 View commit details
    Browse the repository at this point in the history
  12. Apply pyupgrade to IPython/extensions/autoreload.py

        pyupgrade --py36-plus IPython/extensions/autoreload.py
    
    To ignore those changes when using git blame see the content of
    .git-blame-ignore-revs
    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    b7aaa47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d9d9ee View commit details
    Browse the repository at this point in the history
  14. Apply black to IPython/extensions/autoreload.py

        black --target-version py36 IPython/extensions/autoreload.py
    
    To ignore those changes when using git blame see the content of
    .git-blame-ignore-revs
    skalaydzhiyski committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    9c7476a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00c09cc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c2183e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Fix issue ipython#11615

    takuya1981 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1e4e27c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    21d657f View commit details
    Browse the repository at this point in the history
  2. Fix lint warnings

    takuya1981 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    651e9e5 View commit details
    Browse the repository at this point in the history
  3. Fix lint warnings

    takuya1981 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    e3ff668 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. try to hide github link when not available

    lbennett committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    546a079 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    aaf09dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ea3da View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. new line in whatsnew

    skalaydzhiyski committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    c0e3b81 View commit details
    Browse the repository at this point in the history
  2. fixed docs whatsnew

    skalaydzhiyski committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    85df91c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

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

Commits on Apr 8, 2021

  1. Delete breadcrumbs.html

    cocobennett committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    2d8bba3 View commit details
    Browse the repository at this point in the history
  2. make linter happy

    cocobennett committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    bef57aa View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Cleaner shutdown

    Reset recreate a new history; so ther is no point in calling it after
    closing history session.
    
    Unset  class variable to be sure they are not reused.
    Carreau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    551078e View commit details
    Browse the repository at this point in the history
  2. Finish fixing the at-exit spurious failures.

    Mostly due to concurrent file access, and late calling
    Carreau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    08d54c0 View commit details
    Browse the repository at this point in the history
  3. darker

    Carreau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    3659468 View commit details
    Browse the repository at this point in the history
  4. explicitely call method

    Carreau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    3726e8c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Update formatters.py

    Use the float formatter for NumPy's float64 type.
    petercorke committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    199531e View commit details
    Browse the repository at this point in the history
  2. add local numpy import

    petercorke committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    d6798bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9d5fc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. remove link for all pages

    cocobennett committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b8ade5c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Merge pull request ipython#12888 from MrMino/add_image_missing_exc_test

    Add a testcase for Image() raising FileNotFoundError on a bad filename
    Carreau committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    65bc2f8 View commit details
    Browse the repository at this point in the history
  2. Update Issues templates

    Carreau committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4bdae11 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ipython#12894 from Carreau/suggest-xonsh

    Inform user they shoudl use Xonsh instead of system shell
    Carreau committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a70fa7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request ipython#12898 from Carreau/no-rehistory

    Cleaner shutdown
    Carreau committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2cad74b View commit details
    Browse the repository at this point in the history
  5. Merge pull request ipython#12758 from takuya1981/Fix-issue-#11615--ha…

    …ndle-UnicodeEncodeError-when-print-stack-trace
    
    Fix issue ipython#11615  handle unicode encode error when print stack trace
    Carreau committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    e783d23 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

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

Commits on Apr 17, 2021

  1. Update IPython/terminal/debugger.py

    Co-authored-by: Blazej Michalik <6691643+MrMino@users.noreply.github.com>
    Carreau and MrMino committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    db8aa2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipython#12915 from iwanb/ipdb_interact

    Start embedded IPython shell for ipdb interact, ipython#12913
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    f811067 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ipython#12902 from petercorke/master

    Make %precision work for numpy.float64 type
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    67d4444 View commit details
    Browse the repository at this point in the history
  4. remove link for all pages

    cocobennett authored and Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    995d641 View commit details
    Browse the repository at this point in the history
  5. Added clear kwarg to display()

    dsblank authored and Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    154c40b View commit details
    Browse the repository at this point in the history
  6. Merge pull request ipython#12734 from skalaydzhiyski/feature-add-auto…

    …reload-option-3
    
    Feature add autoreload option 3
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    7e0c8b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ipython#12708 from adityausathe/12107_parse_opts

    Issue ipython#12107 fix: additional spaces while parsing timeit-magic options
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    e08519b View commit details
    Browse the repository at this point in the history
  8. Merge pull request ipython#12823 from dsblank/master

    Added clear kwarg to display()
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    bb21d60 View commit details
    Browse the repository at this point in the history
  9. Minor syntax cleanup and silification.

    Remove a syntax warning; and use explicit kwargs instead of kwargs.pop.
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    6a4a375 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    619afec View commit details
    Browse the repository at this point in the history
  11. pull

    cocobennett committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    bcb9cf5 View commit details
    Browse the repository at this point in the history
  12. trying something else

    cocobennett committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    80ca537 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    382661c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16a8c02 View commit details
    Browse the repository at this point in the history
  15. Run mypy on more files.

    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    1b289e4 View commit details
    Browse the repository at this point in the history
  16. update

    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    288afbf View commit details
    Browse the repository at this point in the history
  17. Merge pull request ipython#12921 from Carreau/fix-doc

    Fix docstring syntax to be properly parsed by numpydoc.
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    7a4d124 View commit details
    Browse the repository at this point in the history
  18. Merge pull request ipython#12686 from Carreau/more-myy

    Run mypy on more files.
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    40823e2 View commit details
    Browse the repository at this point in the history
  19. Merge pull request ipython#12920 from Carreau/c1

    Minor syntax cleanup and simplification.
    Carreau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    d38a2b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Strip vi-mode style prompts too (singleline)

    This strips "[ins] " and "[nav] " prefix of the prompt from the
    commands.
    
    This commit adds support for it in singleline commands only.
    MrMino authored and Carreau committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    2e735f1 View commit details
    Browse the repository at this point in the history
  2. reformat

    Carreau committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    d9909be View commit details
    Browse the repository at this point in the history
  3. DOC: Some more autoformatting of docstrings.

    Trying to head toward 100% of DocString autoformatted in IPython and
    fixing issues in velin when I find cases that are wrong.
    Carreau committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    baf253a View commit details
    Browse the repository at this point in the history
  4. Merge pull request ipython#12922 from Carreau/doc-3

    DOC: Some more autoformatting of docstrings.
    willingc committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    81b87f2 View commit details
    Browse the repository at this point in the history
  5. Test for vi-prompt strip

    MrMino committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    7b85797 View commit details
    Browse the repository at this point in the history
  6. Reformat test code

    MrMino committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    fc86b3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40a57d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2851680 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ipython#12884 from MrMino/vi_mode_prompt_strip

    Strip vi-mode style prompts from the input
    Carreau committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    9cbb3ba View commit details
    Browse the repository at this point in the history
  10. DOC: More autoreformatting of docstrings.

    Also add some configuration to ignore some files.
    Carreau committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    7c85320 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Merge pull request ipython#12871 from cocobennett/github-link-fix

    fix: broken github link on generated documentation pages
    Carreau committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f1f44b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipython#12923 from Carreau/doc-4

    DOC: More autoreformatting of docstrings.
    Carreau committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5d7ef55 View commit details
    Browse the repository at this point in the history