X Tutup
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: 7dd171f
Choose a base ref
...
head repository: dset0x/python-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e11b74
Choose a head ref
  • 10 commits
  • 154 files changed
  • 6 contributors

Commits on May 2, 2015

  1. rope: correct refactoring function calls

    * (Temporarily) drops passing of `task_handle`.
    Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    5c1d9dd View commit details
    Browse the repository at this point in the history
  2. Upgrade included rope libs to latest releases

    rope: 0.10.2
    rope_py3k: 0.9.4-1
    Tyler Fenby authored and Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    bf73362 View commit details
    Browse the repository at this point in the history
  3. Update AUTHORS

    Tyler Fenby authored and Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    ed82ecc View commit details
    Browse the repository at this point in the history
  4. Don't skip a line when the first docstring contains text

    Ram-Z authored and Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    5b79d48 View commit details
    Browse the repository at this point in the history
  5. fix placement of pymode_options help description

    dsem authored and Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    3d0c1d6 View commit details
    Browse the repository at this point in the history
  6. Skip doctest regions when searching for open pairs

    wilywampa authored and Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    5443b41 View commit details
    Browse the repository at this point in the history
  7. Use 'https:' instead of 'git:' in documentation

    For people behind a proxy server it is difficult to 'git clone' using
    'git:'.  While 'https:' is universally usable.
    JohnVillalovos authored and Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    ddfeca2 View commit details
    Browse the repository at this point in the history
  8. Do not add rope to sys.path with pymode_rope=0

    (Closes #343)
    Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    6fb4f59 View commit details
    Browse the repository at this point in the history
  9. loclist extending failure when column is missing

    As suggested by Brandon Sandrowicz <brandon@sandrowicz.org>
    Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    d5ad59a View commit details
    Browse the repository at this point in the history
  10. upgrade pylama

    Dimitrios Semitsoglou-Tsiapos committed May 2, 2015
    Configuration menu
    Copy the full SHA
    1e11b74 View commit details
    Browse the repository at this point in the history
Loading
X Tutup