close
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: steinn/python.el
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fgallina/python.el
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 12, 2013

  1. Configuration menu
    Copy the full SHA
    5dc1da4 View commit details
    Browse the repository at this point in the history
  2. * progmodes/python.el (python-nav-end-of-statement): Rewrite in order…

    … to improve efficiency (Based on Daniel Colascione's <dancol@dancol.org> patch).
    fgallina committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    43c66b2 View commit details
    Browse the repository at this point in the history
  3. Update copyright notices for 2013.

    eggert authored and fgallina committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    ff7531d View commit details
    Browse the repository at this point in the history
  4. * progmodes/python.el (python-nav-end-of-statement): Fix cornercase w…

    …hen handling multiline strings.
    fgallina committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    ded7db9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cdbc37 View commit details
    Browse the repository at this point in the history
  6. * progmodes/python.el (python-shell-parse-command): Find python-shell…

    …-interpreter with modified environment.
    fgallina committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    2a50a59 View commit details
    Browse the repository at this point in the history
  7. * progmodes/python.el (python-pdbtrack-comint-output-filter-function)…

    …: Enhancements on stacktrace detection. (thanks @gnovak)
    fgallina committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    5ff6822 View commit details
    Browse the repository at this point in the history
  8. Spelling fixes.

    eggert authored and fgallina committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    02a03da View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2013

  1. Configuration menu
    Copy the full SHA
    d6c5a07 View commit details
    Browse the repository at this point in the history
  2. * progmodes/python.el: Explain how to restore "cc-mode"-like forward-…

    …sexp movement in header documentation. (python-nav--forward-sexp): Behave like emacs-lisp-mode in comments and strings (GH bug 114).
    fgallina committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    82ef6d1 View commit details
    Browse the repository at this point in the history
  3. * progmodes/python.el (python-indent-context): Fix python-info-line-e…

    …nds-backslash-p call. (python-info-line-ends-backslash-p) (python-info-beginning-of-backslash): Respect line-number argument. (python-info-current-line-comment-p): Fix behavior when not at beginning-of-line. (python-util-position): Remove function. (python-util-goto-line): New function.
    fgallina committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    f922269 View commit details
    Browse the repository at this point in the history
  4. * progmodes/python.el (python-info-current-defun): Fix failed defun n…

    …ame retrieval because of unwanted match-data cluttering.
    fgallina committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    0cdeab9 View commit details
    Browse the repository at this point in the history
  5. * progmodes/python.el (python-info-current-defun): Enhance match-data…

    … cluttering prevention.
    fgallina committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    cba7784 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78f1eb4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2013

  1. Configuration menu
    Copy the full SHA
    bbc893a View commit details
    Browse the repository at this point in the history
  2. Fix email address at README

    fgallina committed May 26, 2013
    Configuration menu
    Copy the full SHA
    b0c2c8e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. Updated readme

    fgallina committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    9ba6132 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Update README.md

    fgallina authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    638b67c View commit details
    Browse the repository at this point in the history
Loading