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

Regex group support #130

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Regex group support #130

wants to merge 10 commits into from

Commits on Jan 17, 2017

  1. Support kwargs for plugins

    tribela committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    9ce9b45 View commit details
    Browse the repository at this point in the history
  2. Add an example on README

    tribela committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    b86d92e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

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

Commits on Apr 12, 2017

  1. Fix kwarg

    * Args are tuple. Not generator.
    * Fix typo "lastindex".
    * Yield 3 of None when none of plugins matched.
    tribela committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    0f5fe91 View commit details
    Browse the repository at this point in the history
  2. Fix kwargs unit test

    * Fix typo on testing module's filename.
    * Fix category on testing message.
    tribela committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    9303d07 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Fallback when "m.lastindex" is None

    m.lastindex is None when pattern has no group.
    tribela committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    72ff387 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    2581de8 View commit details
    Browse the repository at this point in the history
  2. Fix method to extract kwargs

    tribela committed May 31, 2017
    Configuration menu
    Copy the full SHA
    9538730 View commit details
    Browse the repository at this point in the history
  3. Fix test codes

    tribela committed May 31, 2017
    Configuration menu
    Copy the full SHA
    aed6522 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Fix test code

    Return dictionary, not list.
    tribela committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    70692dd View commit details
    Browse the repository at this point in the history