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

Fixes for %paste with special transformations #2015

Merged
merged 13 commits into from
Jun 28, 2012
Merged

Commits on Jun 23, 2012

  1. Move functions into magic methods.

    Move two top-level functions that had been marked for refactoring as
    methods long ago and which I missed in the big cell magics work.
    fperez committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    9791392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a8c65f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    656079a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2012

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

Commits on Jun 26, 2012

  1. Configuration menu
    Copy the full SHA
    de336b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f494823 View commit details
    Browse the repository at this point in the history
  3. Fix logic for longest_substring when only one input.

    Tests added.
    fperez committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    c8f0b16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    952285a View commit details
    Browse the repository at this point in the history
  5. Properly clean up input for interactive pasting.

    This requires applying email quote removal, input splitting and
    prefiltering of all single-line inputs in a fairly careful manner.
    New method `clean_input` was added to the terminal magics to implement
    this logic in an isolated and easy to test place.
    
    Closes ipython#1258.
    fperez committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    28ad69d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e4113c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c81344 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c2eef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2012

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