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

Improve detection if '=' is in function or lambda arguments #1824

Merged
merged 113 commits into from
Jun 1, 2018
Merged

Improve detection if '=' is in function or lambda arguments #1824

merged 113 commits into from
Jun 1, 2018

Commits on Mar 27, 2018

  1. Undo changes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a764bc9 View commit details
    Browse the repository at this point in the history
  2. Test fixes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    9d1b2cc View commit details
    Browse the repository at this point in the history
  3. Increase timeout

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a91291a View commit details
    Browse the repository at this point in the history
  4. Remove double event listening

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    bf266af View commit details
    Browse the repository at this point in the history
  5. Remove test

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7bc6bd6 View commit details
    Browse the repository at this point in the history
  6. Revert "Remove test"

    This reverts commit e240c3f.
    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    8ce8b48 View commit details
    Browse the repository at this point in the history
  7. Revert "Remove double event listening"

    This reverts commit af573be.
    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e3a549e View commit details
    Browse the repository at this point in the history
  8. #1096 The if statement is automatically formatted incorrectly

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    92e8c1e View commit details
    Browse the repository at this point in the history
  9. Merge fix

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b540a1d View commit details
    Browse the repository at this point in the history
  10. Add more tests

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7b0573e View commit details
    Browse the repository at this point in the history
  11. More tests

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    facb106 View commit details
    Browse the repository at this point in the history
  12. Typo

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    f113881 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Test

    Mikhail Arkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3e76718 View commit details
    Browse the repository at this point in the history
  2. Also better handle multiline arguments

    Mikhail Arkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    6e85dc6 View commit details
    Browse the repository at this point in the history
  3. Add a couple missing periods

    [skip ci]
    brettcannon authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    99e037c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Undo changes

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    3caeab7 View commit details
    Browse the repository at this point in the history
  2. Test fixes

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    eeb1f11 View commit details
    Browse the repository at this point in the history
  3. Increase timeout

    Mikhail Arkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    f5f78c7 View commit details
    Browse the repository at this point in the history
  4. Remove double event listening

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    88744da View commit details
    Browse the repository at this point in the history
  5. Remove test

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    65dde44 View commit details
    Browse the repository at this point in the history
  6. Revert "Remove test"

    This reverts commit e240c3f.
    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    c513f71 View commit details
    Browse the repository at this point in the history
  7. Revert "Remove double event listening"

    This reverts commit af573be.
    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    ccb3886 View commit details
    Browse the repository at this point in the history
  8. Merge fix

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    106f4db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e5cb43 View commit details
    Browse the repository at this point in the history
  10. #1257 On type formatting errors for args and kwargs

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    e1da6a6 View commit details
    Browse the repository at this point in the history
  11. Handle f-strings

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    e78f0fb View commit details
    Browse the repository at this point in the history
  12. Stop importing from test code

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    725cf71 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5cd6d45 View commit details
    Browse the repository at this point in the history
  14. #726 editing python after inline if statement invalid indent

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    27613db View commit details
    Browse the repository at this point in the history
  15. Undo change

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    8061a20 View commit details
    Browse the repository at this point in the history
  16. Move constant

    MikhailArkhipov committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    17dc292 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Harden LS startup error checks

    MikhailArkhipov committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    65964b9 View commit details
    Browse the repository at this point in the history
  2. #1364 Intellisense doesn't work after specific const string

    MikhailArkhipov committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    4bf5a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    6f7212c View commit details
    Browse the repository at this point in the history
  2. Telemetry for the analysis enging

    MikhailArkhipov committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ddbd295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffd1d3f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. PR feedback

    MikhailArkhipov committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d4afb6c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Fix typo

    MikhailArkhipov committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    12186b8 View commit details
    Browse the repository at this point in the history
  2. Test baseline update

    MikhailArkhipov committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    ca90529 View commit details
    Browse the repository at this point in the history
  3. Jedi 0.12

    MikhailArkhipov committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    a7267b5 View commit details
    Browse the repository at this point in the history
  4. Priority to goto_defition

    MikhailArkhipov committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    cfee109 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto jedi
    MikhailArkhipov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    1285789 View commit details
    Browse the repository at this point in the history
  2. News

    MikhailArkhipov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d1ff1d9 View commit details
    Browse the repository at this point in the history
  3. Replace unzip

    MikhailArkhipov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    1bd1651 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto jedi
    MikhailArkhipov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    a69b6fd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Linux flavors + test

    MikhailArkhipov committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    f916ace View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Grammar check

    MikhailArkhipov committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    28ca25f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Grammar test

    MikhailArkhipov committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    ad9a3c9 View commit details
    Browse the repository at this point in the history
  2. Test baselines

    MikhailArkhipov committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    ff8dd35 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto grammar
    MikhailArkhipov committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    26726f8 View commit details
    Browse the repository at this point in the history
  4. Add news

    MikhailArkhipov committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    d7806ca View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Pin dependency

    [skip ci]
    brettcannon authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    0b3f316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a8950 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto grammar
    MikhailArkhipov committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    1804617 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Specify markdown as preferable format

    MikhailArkhipov committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    f000e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06fd79 View commit details
    Browse the repository at this point in the history
  3. Improve function argument detection

    MikhailArkhipov committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    ef7c5c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Specify markdown

    MikhailArkhipov committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    f4e88c0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    d420c34 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into analysis

    MikhailArkhipov committed May 3, 2018
    Configuration menu
    Copy the full SHA
    b819d57 View commit details
    Browse the repository at this point in the history
  3. Pythia setting

    MikhailArkhipov committed May 3, 2018
    Configuration menu
    Copy the full SHA
    abff213 View commit details
    Browse the repository at this point in the history
  4. Baseline updates

    MikhailArkhipov committed May 3, 2018
    Configuration menu
    Copy the full SHA
    d140b3a View commit details
    Browse the repository at this point in the history
  5. Baseline update

    MikhailArkhipov committed May 3, 2018
    Configuration menu
    Copy the full SHA
    4b394d9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Improve startup

    Mikhail Arkhipov committed May 4, 2018
    Configuration menu
    Copy the full SHA
    a397b11 View commit details
    Browse the repository at this point in the history
  2. Handle missing interpreter better

    MikhailArkhipov committed May 4, 2018
    Configuration menu
    Copy the full SHA
    e54eaf8 View commit details
    Browse the repository at this point in the history
  3. Handle interpreter change

    MikhailArkhipov committed May 4, 2018
    Configuration menu
    Copy the full SHA
    3b8ddd5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto analysis
    MikhailArkhipov committed May 4, 2018
    Configuration menu
    Copy the full SHA
    9a4500d View commit details
    Browse the repository at this point in the history
  5. Delete old file

    MikhailArkhipov committed May 4, 2018
    Configuration menu
    Copy the full SHA
    41f9624 View commit details
    Browse the repository at this point in the history
  6. Fix LS startup time reporting

    MikhailArkhipov committed May 4, 2018
    Configuration menu
    Copy the full SHA
    3627b85 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Remove Async suffix from IFileSystem

    MikhailArkhipov committed May 8, 2018
    Configuration menu
    Copy the full SHA
    486d11d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto analysis
    MikhailArkhipov committed May 8, 2018
    Configuration menu
    Copy the full SHA
    cf5cf9c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto analysis
    Mikhail Arkhipov committed May 18, 2018
    Configuration menu
    Copy the full SHA
    4913e28 View commit details
    Browse the repository at this point in the history
  2. Remove Pythia

    MikhailArkhipov committed May 18, 2018
    Configuration menu
    Copy the full SHA
    84214e1 View commit details
    Browse the repository at this point in the history
  3. Remove pre-packaged MSIL

    MikhailArkhipov committed May 18, 2018
    Configuration menu
    Copy the full SHA
    9c1adb1 View commit details
    Browse the repository at this point in the history
  4. Exe name on Unix

    MikhailArkhipov committed May 18, 2018
    Configuration menu
    Copy the full SHA
    5a6e546 View commit details
    Browse the repository at this point in the history
  5. Plain linux

    MikhailArkhipov committed May 18, 2018
    Configuration menu
    Copy the full SHA
    1f2ae09 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Fix casing

    Mikhail Arkhipov committed May 19, 2018
    Configuration menu
    Copy the full SHA
    f972614 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'analysis' of https://github.com/MikhailArkhipov/vscode-…

    …python into analysis
    Mikhail Arkhipov committed May 19, 2018
    Configuration menu
    Copy the full SHA
    e0021a9 View commit details
    Browse the repository at this point in the history
  3. Fix message

    MikhailArkhipov committed May 19, 2018
    Configuration menu
    Copy the full SHA
    d2721cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8bc0a2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Update PTVS engine activation steps

    MikhailArkhipov committed May 21, 2018
    Configuration menu
    Copy the full SHA
    56d34f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aab160 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Type formatter eats space in from .

    MikhailArkhipov committed May 22, 2018
    Configuration menu
    Copy the full SHA
    981290f View commit details
    Browse the repository at this point in the history
  2. fIX CASING

    MikhailArkhipov committed May 22, 2018
    Configuration menu
    Copy the full SHA
    d279e96 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Remove flag

    MikhailArkhipov committed May 23, 2018
    Configuration menu
    Copy the full SHA
    6b466a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto analysis
    MikhailArkhipov committed May 23, 2018
    Configuration menu
    Copy the full SHA
    d8c6193 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Don't wait for LS

    MikhailArkhipov committed May 24, 2018
    Configuration menu
    Copy the full SHA
    2904f3b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Small test fixes

    Mikhail Arkhipov committed May 28, 2018
    Configuration menu
    Copy the full SHA
    c7d34c9 View commit details
    Browse the repository at this point in the history
  2. Update hover baselines

    Mikhail Arkhipov committed May 28, 2018
    Configuration menu
    Copy the full SHA
    17775bd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto analysis
    Mikhail Arkhipov committed May 29, 2018
    Configuration menu
    Copy the full SHA
    2edeb3c View commit details
    Browse the repository at this point in the history
  2. Rename the engine

    MikhailArkhipov committed May 29, 2018
    Configuration menu
    Copy the full SHA
    2fd5387 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto analysis
    MikhailArkhipov committed May 29, 2018
    Configuration menu
    Copy the full SHA
    a06b993 View commit details
    Browse the repository at this point in the history
  4. Formatting 1

    MikhailArkhipov committed May 29, 2018
    Configuration menu
    Copy the full SHA
    0190078 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Add support for 'rf' strings

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    5b93e34 View commit details
    Browse the repository at this point in the history
  2. Add two spaces before comment per PEP

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    781e6b1 View commit details
    Browse the repository at this point in the history
  3. Fix @ operator spacing

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    e795309 View commit details
    Browse the repository at this point in the history
  4. Handle module and unary ops

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    d300d0c View commit details
    Browse the repository at this point in the history
  5. Type hints

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    dd09087 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    46b6dfd View commit details
    Browse the repository at this point in the history
  7. Trailing comma

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    cf264b8 View commit details
    Browse the repository at this point in the history
  8. Require space after if

    Mikhail Arkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3e341e9 View commit details
    Browse the repository at this point in the history
  9. underscore numbers

    MikhailArkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3788f1d View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto format
    MikhailArkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    e5a588e View commit details
    Browse the repository at this point in the history
  11. Update list of keywords

    MikhailArkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    06e7140 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'format' into nums

    MikhailArkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    5f4eba4 View commit details
    Browse the repository at this point in the history
  13. Function arguments

    MikhailArkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    82a5ac0 View commit details
    Browse the repository at this point in the history
  14. Function arguments

    MikhailArkhipov committed May 30, 2018
    Configuration menu
    Copy the full SHA
    b354bbd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. PR feedback

    MikhailArkhipov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    c597d82 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'format' into nums

    MikhailArkhipov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    361e106 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nums' into fcall

    MikhailArkhipov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    a0d639a View commit details
    Browse the repository at this point in the history
  4. Handle lambdas

    MikhailArkhipov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    633b423 View commit details
    Browse the repository at this point in the history
  5. Merge master

    MikhailArkhipov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    1bc81c2 View commit details
    Browse the repository at this point in the history
  6. News

    MikhailArkhipov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    dd2c441 View commit details
    Browse the repository at this point in the history