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

I updated your script to use Python 3, please accept pull request #1

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

Commits on Aug 27, 2016

  1. Configuration menu
    Copy the full SHA
    96af089 View commit details
    Browse the repository at this point in the history
  2. Update README

    pklimai authored Aug 27, 2016
    Configuration menu
    Copy the full SHA
    2bfeabf View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    bd3c52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6564a07 View commit details
    Browse the repository at this point in the history
  3. Rename README to README.md

    msuksong authored May 27, 2017
    Configuration menu
    Copy the full SHA
    7656057 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Merge pull request #1 from msuksong/master

    Include msuksong's changes for encrypting, as well
    iversc authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    7e6333c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/2'

    iversc committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    3d9de17 View commit details
    Browse the repository at this point in the history
  3. Remove "version" argument from ArgumentParser constructor

    The Python 3 argparse module does not appear to support the "version" named argument in the same way that Python 2 does.   Removing "version" argument.
    iversc committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    7a82a0b View commit details
    Browse the repository at this point in the history
  4. Added back --version, added --result-only

    Added back a Python 3 compatible --version option, added a --result-only option to display just the converted string, without filler text or source string.
    iversc committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    e6a715f View commit details
    Browse the repository at this point in the history
  5. Updated README

    Updated README with new flag and examples
    iversc committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    8ab1b87 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Merge pull request #1 from iversc/master

    Include msuksong's changes for encoding, update for Python 3
    pklimai authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    ce9b3d3 View commit details
    Browse the repository at this point in the history