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: Finkregh/pythonhelper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gryf/pythonhelper
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
  • 8 files changed
  • 1 contributor

Commits on May 17, 2016

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

Commits on May 18, 2016

  1. Separate vim and pthon scripts

    gryf committed May 18, 2016
    Configuration menu
    Copy the full SHA
    d40dbfe View commit details
    Browse the repository at this point in the history
  2. Enforce PEP8 on the Python code

    gryf committed May 18, 2016
    Configuration menu
    Copy the full SHA
    9809859 View commit details
    Browse the repository at this point in the history
  3. Refactor PythonTag class

    gryf committed May 18, 2016
    Configuration menu
    Copy the full SHA
    327dce4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Get rid of globals

    gryf committed May 19, 2016
    Configuration menu
    Copy the full SHA
    c9e210a View commit details
    Browse the repository at this point in the history
  2. Unifying regexp for detecting class/function

    Removing unnecessary functions for "detecting" context of the
    class/function. Unifying regexp for detecting class/method/function,
    get rid of excess iterator as a facade for vim buffer. Simplifying function
    for gathering tags.
    gryf committed May 19, 2016
    Configuration menu
    Copy the full SHA
    03f3c9e View commit details
    Browse the repository at this point in the history
  3. Get rid of catch-everything exception mechanism.

    It seams, that entire block for looking for tags has been closed between
    try:except keywords, catching all the exceptions, which is not necessary just
    for iterating all over the file looking for particular pattern. Remove it
    until real problem appear on wild - for sure I will extensively test that ;).
    gryf committed May 19, 2016
    Configuration menu
    Copy the full SHA
    d8a44e8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. WIP: Rewrite parser

    gryf committed May 21, 2016
    Configuration menu
    Copy the full SHA
    c011e48 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Added tests for pythonhelper

    gryf committed May 23, 2016
    Configuration menu
    Copy the full SHA
    b2ca2a2 View commit details
    Browse the repository at this point in the history
  2. Simplify implementation for tag search

    Provide alternative implementation of searching for the right tag.
    Also, make functionality testable.
    gryf committed May 23, 2016
    Configuration menu
    Copy the full SHA
    4f1dbc7 View commit details
    Browse the repository at this point in the history
  3. Make vim mock Python3 compatible

    gryf committed May 23, 2016
    Configuration menu
    Copy the full SHA
    3164a9e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Moved variable with script path out of function

    Otherwise it will point to the current path, instead of script path.
    Changing it to script variables will change that behaviour to desirable one.
    gryf committed May 24, 2016
    Configuration menu
    Copy the full SHA
    81a6387 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Bugfix and move plugin to python specific ftplugin

    Move to python specific plugin (ftplugin),
    Fixed bug regarding empty buffer.
    gryf committed May 25, 2016
    Configuration menu
    Copy the full SHA
    c41a450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839012d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    81bdd2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154c343 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

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

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    4a65fbb View commit details
    Browse the repository at this point in the history
Loading