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

Python3 support #9

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 20, 2014

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

Commits on May 18, 2017

  1. Merge pull request #1 from victortrac/master

    fixing bug with cleaving hyphens
    bidhan-a authored May 18, 2017
    Configuration menu
    Copy the full SHA
    4613c0d View commit details
    Browse the repository at this point in the history
  2. - Add .idea to .gitignore

    - Reformat files to meet PEP 8 standards
    bidhan-a committed May 18, 2017
    Configuration menu
    Copy the full SHA
    99d9208 View commit details
    Browse the repository at this point in the history
  3. Ignore files

    bidhan-a committed May 18, 2017
    Configuration menu
    Copy the full SHA
    0f621f4 View commit details
    Browse the repository at this point in the history
  4. - Add support for Python 3

    - Remove spaces from regex in convert_running_mates_names_to_obj method of PoliticianNameCleaver
    - Fix test cases
    bidhan-a committed May 18, 2017
    Configuration menu
    Copy the full SHA
    ecfdb53 View commit details
    Browse the repository at this point in the history
  5. Fix imports

    bidhan-a committed May 18, 2017
    Configuration menu
    Copy the full SHA
    955234c View commit details
    Browse the repository at this point in the history
  6. Fix import in test

    bidhan-a committed May 18, 2017
    Configuration menu
    Copy the full SHA
    e9584a3 View commit details
    Browse the repository at this point in the history
  7. Add future as dependency

    bidhan-a committed May 18, 2017
    Configuration menu
    Copy the full SHA
    6f7bcf8 View commit details
    Browse the repository at this point in the history