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

PR: Fix syncing IPython console cwd with the Working directory toolbar #19068

Merged
merged 10 commits into from
Aug 18, 2022

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    b720fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fe913 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. IPython console: Rename _set_working_directory to save_working_directory

    Also restore previous set_working_directory method in its main widget.
    That method really sets the cwd when called and it's declared as part of
    the console's API.
    ccordoba12 committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    665b7ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c38ecdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42e12cf View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    891a803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a79910e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9035b4e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. IPython console: Update cwd for first consoles

    - Those are created not only when Spyder is started but also when
    opening/closing projects.
    - Expand tests to check that cwd is synced when opening/closing
    projects.
    ccordoba12 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5de8c91 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. IPython console: Rename a kwarg in set_cwd for clarity

    Also expand the docstring of that method.
    ccordoba12 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a92ba14 View commit details
    Browse the repository at this point in the history