Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-mode/python-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: fartashf/python-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 1, 2015

  1. typo

    andresmrm authored and nixon committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    e6e6d6f View commit details
    Browse the repository at this point in the history
  2. fix lint testcases

    Only test elements of `getloclist()` return value that identify lint
    errors.  Also, change the test to trigger different types and linters.
    nixon committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    d527a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fe6615 View commit details
    Browse the repository at this point in the history
  4. start test with non-existent .ropeproject directory

    other testcases may have already created a `.ropeproject` directory in
    the current directory.  use a temporary filename to test whether the
    project will be auto-opened.
    nixon committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    07c7a21 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

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

Commits on Sep 24, 2015

  1. Configuration menu
    Copy the full SHA
    6ffc9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0bf48b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. removing misstype

    vcrini authored and fartashf committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    ac0eca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30fd56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bddc923 View commit details
    Browse the repository at this point in the history
  4. fix lint testcases

    Only test elements of `getloclist()` return value that identify lint
    errors.  Also, change the test to trigger different types and linters.
    nixon authored and fartashf committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    a13e33d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d48451 View commit details
    Browse the repository at this point in the history
  6. start test with non-existent .ropeproject directory

    other testcases may have already created a `.ropeproject` directory in
    the current directory.  use a temporary filename to test whether the
    project will be auto-opened.
    nixon authored and fartashf committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    a3ce510 View commit details
    Browse the repository at this point in the history
  7. fixed testcases, pylint doesn't look like it can process a buffer, so…

    … I disabled pylint check when buffer is modified. updated the tests to show pylint's messages about docstring.
    fartashf committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    ceb6e84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddc50d1 View commit details
    Browse the repository at this point in the history
Loading