Commit Graph

36 Commits (0785d7dd3b5aeb432639d0a3a34d350afcf3ccef)

Author SHA1 Message Date
Isis Lovecruft 0785d7dd3b
Various docstring and whitespace fixes in parsers.py. 2013-05-11 18:28:04 +00:00
Isis Lovecruft 14ffe14569
Add a unittest and a fix for hexidecimal inputs with lowercase. 2013-05-11 18:16:18 +00:00
Isis Lovecruft dce4b4a226
Rename handle_status() parser methods to be private to cleanup the API. 2013-05-11 18:10:41 +00:00
Isis Lovecruft 38057cfe1c
Add various new options and assign input parsers to them. 2013-05-11 18:09:33 +00:00
Isis Lovecruft 863ad194a5
Cleanup indentation style a bit. 2013-05-11 08:48:39 +00:00
Isis Lovecruft b562a346ff
Fix typo in docstring. 2013-05-11 08:48:12 +00:00
Isis Lovecruft 04a79a2802
Remove the version string from generated keys, encrypted files, and sigs. 2013-05-10 09:33:07 +00:00
Isis Lovecruft df5346694d
Get rid of the "--no-show-photos is deprecated" GnuPG warning. 2013-04-17 22:49:09 +00:00
Isis Lovecruft f325e735f9
Add a missing underscore to a call to gpg.decode_errors in Sign(). 2013-04-16 23:44:36 +00:00
Isis Lovecruft 1d0853f023
Remove excess whitespace. 2013-04-16 23:44:20 +00:00
Isis Lovecruft 59b7e99465
Fix another bug which was raising UnicodeDecodeErrors due to no encoding found. 2013-04-16 23:13:52 +00:00
Isis Lovecruft 06662b98b0
Add class attribute docstrings to Verify(). 2013-04-16 23:13:21 +00:00
Isis Lovecruft ac64749533
Fix several bugs in the options parser, and split the _sanitise() function. 2013-04-16 23:12:23 +00:00
Isis Lovecruft 6b6ea0e9d1
Fix a bug in the options checker which tried to call util._is_file(). 2013-04-16 23:10:59 +00:00
Isis Lovecruft b23812d14c
Add option '--no-show-photos' to allowed options. 2013-04-16 23:10:38 +00:00
Isis Lovecruft bada24f8e4
Remove resolved TODO comments. 2013-04-16 23:10:22 +00:00
Isis Lovecruft 5d94acce83
Add _is_hex() function to parsers.py for checking keyid/fingerprints. 2013-04-16 23:04:30 +00:00
Isis Lovecruft c01038df43
Add dreb's ListPackets class to parsers.py. 2013-04-15 01:27:04 +00:00
Isis Lovecruft 7eaffa884f
Update class Verify docstrings in parsers.py. 2013-04-15 01:26:43 +00:00
Isis Lovecruft aa96003b26
Update docstrings for class Sign in parsers.py. 2013-04-15 01:26:01 +00:00
Isis Lovecruft 03a9566e0a
Update class Crypt in parsers.py. 2013-04-15 01:25:30 +00:00
Isis Lovecruft 8133ff0cc3
Add Verify class to parsers.py. 2013-04-15 01:24:51 +00:00
Isis Lovecruft f1b5fbc19e
Update docstring for parsers._sanitise_list(). 2013-04-15 01:24:04 +00:00
Isis Lovecruft c2fa9de80a
Refactor function parsers._sanitise(). 2013-04-15 01:23:27 +00:00
Isis Lovecruft 1abffa966d
Update docstring for parsers._sanitise(). 2013-04-15 01:22:23 +00:00
Isis Lovecruft 2a3849e9a3
Update docstring for parsers._sanitise(). 2013-04-15 01:21:47 +00:00
Isis Lovecruft 13580ccac8
Remove excess whitespace. 2013-04-15 01:20:56 +00:00
Isis Lovecruft 719a5068e9
Update docstring for parsers._sanitise(). 2013-04-15 01:20:16 +00:00
Isis Lovecruft 394dca8ddc
Make a logger statement more specific. 2013-04-15 01:19:49 +00:00
Isis Lovecruft a74a5ded93
Allow option '--secret-keyring'. 2013-04-15 01:19:26 +00:00
Isis Lovecruft 72e03a961b
Allow options '--armor' and '--armour'. 2013-04-15 01:18:53 +00:00
Isis Lovecruft 0b1f20c102
Update docstring for parsers._is_allowed(). 2013-04-15 01:18:24 +00:00
Isis Lovecruft 61c6b348db
Update docstring for parsers._hyphenate(). 2013-04-15 01:17:48 +00:00
Isis Lovecruft eea25b80b8
Avoid locally overriding builtins with variable name input. 2013-04-15 01:16:39 +00:00
Isis Lovecruft 9c20a63a36
Add imports and module structure attributes to parsers.py. 2013-04-15 01:15:14 +00:00
Isis Lovecruft d97ae0b356
Relayout module structure. 2013-04-11 23:45:22 +00:00