Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • accerciser accerciser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • accerciseraccerciser
  • Merge requests
  • !8

Merged
Created Apr 16, 2020 by Rok Mandeljc@rokmContributor

IPython fixes

  • Overview 1
  • Commits 4
  • Changes 1

This PR contains couple of fixes for the IPython console plugin, addressing the following issues under IPython 7.11:

  • an error when multi-line input results in (auto)indentation
  • an error when user tries to clear current buffer via keyboard interrupt (Ctrl+C)
  • an error due to invocation of deprecated (and removed) autoedit_syntax
  • under certain conditions, auto-complete attempt clears all characters from the input but the last one (e.g., "pr" + Tab results in only "r" remaining)
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ipython-fixes