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

Other cleanup #4

Closed
wants to merge 47 commits into from
Closed

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    565db70 View commit details
    Browse the repository at this point in the history
  2. Consolidate build platform logic

    This also fixes Mac OS X Lion options being selected on Snow Leopard -
    due to misordered of elif blocks.
    moreati committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    ac3eb31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bca937 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    119b0f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a72aa55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20c77ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d36645 View commit details
    Browse the repository at this point in the history
  8. Missing comment

    moreati committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    7b0005e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88c556c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. Configuration menu
    Copy the full SHA
    1375471 View commit details
    Browse the repository at this point in the history
  2. First attempt at Travis CI

    moreati committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    af2c0e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31241d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17feb6c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Configuration menu
    Copy the full SHA
    cae9467 View commit details
    Browse the repository at this point in the history
  2. Remove all but two uses of 'except:' & 'except Exception:'

    The remaining instance will now print a full traceback. This should
    improve on with https://sourceforge.net/p/pyscard/bugs/8/, or at least
    make it easier to solve
    moreati committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    370427c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedaf68 View commit details
    Browse the repository at this point in the history
  4. Add default pylint config

    moreati committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    7479bf1 View commit details
    Browse the repository at this point in the history
  5. Customize pylintrc

    moreati committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    7b25b21 View commit details
    Browse the repository at this point in the history
  6. Fix most major pylint errors and warnings

    5 undefined variables remain unfixed, they appear to be missing
    `smartcard.scard.scard` exports
    ```
    ************* Module smartcard.pcsc.PCSCReader
    E: 67,22: Undefined variable 'SCardIntroduceReader' (undefined-variable)
    E: 70,22: Undefined variable 'SCardAddReaderToGroup' (undefined-
    variable)
    E: 85,22: Undefined variable 'SCardRemoveReaderFromGroup' (undefined-
    variable)
    ************* Module smartcard.pcsc.PCSCReaderGroups
    E: 66,22: Undefined variable 'SCardIntroduceReaderGroup' (undefined-
    variable)
    E: 90,22: Undefined variable 'SCardForgetReaderGroup' (undefined-
    variable)
    ```
    moreati committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    e1bba4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    173d961 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Consolidate Changelog, LICENSE, README etc into root dir. Delete PKG-…

    …INFO
    
    PKG-INFO and included in the sdist package each time setup.py is run.
    Storing it in source control is redundant.
    moreati committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    568d577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c50b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdadf6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb346a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

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

Commits on Jun 28, 2015

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

Commits on Jun 29, 2015

  1. README.md: Add a Continuous Integration status

    Add travis-ci status icon
    LudovicRousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    4b639d3 View commit details
    Browse the repository at this point in the history
  2. README.md: Add AppVeyor icon

    AppVeyor is a Continuous Integration build system for Windows.
    LudovicRousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    86589a9 View commit details
    Browse the repository at this point in the history
  3. README.md: Update travis-ci link

    The travis-ci icon now links to the project on travis-ci.org
    LudovicRousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    907ffa2 View commit details
    Browse the repository at this point in the history
  4. README.md: Correct Travis CI capitalisation

    The real name is "Travis CI"
    LudovicRousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    0897480 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0b7415 View commit details
    Browse the repository at this point in the history
  6. configcheck.py: close file after use

    Do not forget to close the file handle when the file can be open
    correctly.
    LudovicRousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    d552dba View commit details
    Browse the repository at this point in the history
  7. Release 1.7.0

    LudovicRousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    734c8e6 View commit details
    Browse the repository at this point in the history
  8. ChangeLog: fix typos and reformat

    Use spaces instead of tabs
    LudovicRousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    e30f9f8 View commit details
    Browse the repository at this point in the history
  9. setup.py: fix classifiers to conform to pypi

    Some values have been renamed or removed.
    Ludovic Rousseau authored and moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    cd82b30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06a3a92 View commit details
    Browse the repository at this point in the history
  11. Consolidate build platform logic

    This also fixes Mac OS X Lion options being selected on Snow Leopard -
    due to misordered of elif blocks.
    moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    7eee767 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    578da23 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb11fd6 View commit details
    Browse the repository at this point in the history
  14. Remove all but two uses of 'except:' & 'except Exception:'

    The remaining instance will now print a full traceback. This should
    improve on with https://sourceforge.net/p/pyscard/bugs/8/, or at least
    make it easier to solve
    moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    4baa14d View commit details
    Browse the repository at this point in the history
  15. Fix most major pylint errors and warnings

    5 undefined variables remain unfixed, they appear to be missing
    `smartcard.scard.scard` exports
    ```
    ************* Module smartcard.pcsc.PCSCReader
    E: 67,22: Undefined variable 'SCardIntroduceReader' (undefined-variable)
    E: 70,22: Undefined variable 'SCardAddReaderToGroup' (undefined-
    variable)
    E: 85,22: Undefined variable 'SCardRemoveReaderFromGroup' (undefined-
    variable)
    ************* Module smartcard.pcsc.PCSCReaderGroups
    E: 66,22: Undefined variable 'SCardIntroduceReaderGroup' (undefined-
    variable)
    E: 90,22: Undefined variable 'SCardForgetReaderGroup' (undefined-
    variable)
    ```
    moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    b64ec04 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9fa486 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3e2f200 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b01c51d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    68f5f42 View commit details
    Browse the repository at this point in the history
  20. Remove no-effect loop

    moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    b0f49f6 View commit details
    Browse the repository at this point in the history
  21. Fix name clash between PyroDaemonThread and threading.Thread

    In Python 2.6 threading.Thread gained a boolean flag - daemon.
    
    https://docs.python.org/2/library/threading.html#threading.Thread.daemon
    
    This flag clashes with the daemon attribute of PyroDaemonThread and is
    likely to cause confusion
    moreati committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    9ec8fae View commit details
    Browse the repository at this point in the history