Comparing 8.30.0...8.31.0 · ipython/ipython

Commits on Nov 29, 2024

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Fix completion tuple (#14594)

    In progress work toward #14585
    
    
    guarded eval strip leading characters until it find soemthing, this is
    problematic as `(1, x`, becomes valid after 1 char strip: `1, x` is a
    tuple;
    
    So now we trim until it is valid an not a tuple. 
    
    This is still imperfect as things like `(1, a[" "].y` will be trimmed to
    `y`, while it should stop with `a[" "].y` ?
    
    I think maybe we should back-propagate; build back up from `y`, to `a["
    "].y`, greedily until we get the last valid expression – skipping any
    unbalanced parentheses/quotes if we encounter imblanced.
    Configuration menu

    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history