Commit Graph

  • 2d017ecfe4
    Merge branch 'master' into develop develop Isis Lovecruft 2015-03-19 00:25:43 +0000
  • 2beac24161
    Merge branch 'release/2.0.2' master Isis Lovecruft 2015-03-19 00:25:25 +0000
  • 4f1b1f6a8d
    Refactor _make_binary_stream() error handling and variable names. Isis Lovecruft 2015-03-19 00:12:21 +0000
  • da59707945
    Add docstring for _make_binary_encoding(). Isis Lovecruft 2015-03-19 00:10:40 +0000
  • a6d024ff49
    Separate _copy_data() binary encoding into new binary() function. Isis Lovecruft 2015-03-19 00:08:29 +0000
  • a06c93d6e7
    Fix switched b() functions. Isis Lovecruft 2015-03-19 00:07:19 +0000
  • 8738ea47bb
    Add test for #102 based on @doktorstick's example, with armor=False. fix/102-py3k-decrypt-bytes-literal Isis Lovecruft 2015-03-18 22:45:28 +0000
  • 76d70c68aa
    Add .coveragerc file. Isis Lovecruft 2015-03-18 19:44:25 +0000
  • 94f81c3226
    Merge branch 'fix/82-passphrase-empty-str' into develop Isis Lovecruft 2015-03-18 19:40:23 +0000
  • a749acf486
    Avoid writing raw encrypted bytes to terminal debug loggers. Isis Lovecruft 2015-03-18 19:39:22 +0000
  • 16107bc8a8
    Workaround possible upstream GnuPG bug sign fail when passphrase=''. fix/82-passphrase-empty-str Isis Lovecruft 2015-03-18 19:33:09 +0000
  • 9be01ec6df
    Add two more signature passphrase tests with bytes literals for #82. Isis Lovecruft 2015-03-18 19:31:33 +0000
  • e90ae54738
    Add two signature passphrase tests for reproducing Issue #82. Isis Lovecruft 2015-03-18 05:47:40 +0000
  • fea39ec83e
    Merge branch 'fix/4-test-deleting-secret-and-subkeys' into develop Isis Lovecruft 2015-03-18 05:34:31 +0000
  • b0584854e1
    Add test for subkey deletion (which should delete public and secret). fix/4-test-deleting-secret-and-subkeys Isis Lovecruft 2015-03-18 05:32:28 +0000
  • 49079f9672
    Add a test for deletion of secret keys. Isis Lovecruft 2015-03-18 05:32:00 +0000
  • adc4994a0d
    Cleanup test for public key deletion. Isis Lovecruft 2015-03-18 05:30:13 +0000
  • 8c5730666a
    Merge branch 'fix/101-pypy-gen-key' into develop Isis Lovecruft 2015-03-18 05:01:21 +0000
  • 5895997554
    Fix UnicodeDecodeError in gen_key() when run with PyPy. fix/101-pypy-gen-key Isis Lovecruft 2015-03-18 05:00:00 +0000
  • 917a3dcd89
    Merge branch 'fix/102-py3k-decrypt-bytes-literal' into develop Isis Lovecruft 2015-03-18 04:56:26 +0000
  • b7f520244e
    Add test for Issue #102 based on @doktorstick's example code. Isis Lovecruft 2015-03-18 04:05:18 +0000
  • 742ccd77fb
    Merge remote-tracking branch 'mvk/master' into develop Isis Lovecruft 2015-03-18 03:52:50 +0000
  • d66d86ca7e
    Fix bug in example/make-8192-bit-key.py resulting from parser changes. Isis Lovecruft 2015-03-18 03:50:16 +0000
  • 0af2720754 fix broken py2 compatibity Max Kovgan 2015-03-16 19:39:38 +0200
  • 10df44b75f
    Merge branch 'master' into develop Isis Lovecruft 2015-03-13 05:06:50 +0000
  • af781626a9
    Merge branch 'release/2.0.1' Isis Lovecruft 2015-03-13 05:06:34 +0000
  • cf4d3efd8d
    Merge branch 'fix/94-encrypt-from-stream' into develop 2.0.1 Isis Lovecruft 2015-03-13 03:48:49 +0000
  • b7ff69092a
    Avoid writing to /tmp and borking terminals in regression test from #94. fix/94-encrypt-from-stream Isis Lovecruft 2015-03-13 03:47:42 +0000
  • 8e6c2a752c
    Merge branch 'fix/93-encrypt-to-stream' into develop Isis Lovecruft 2015-03-13 03:46:47 +0000
  • 79285c4c17
    Add @doktorstick's example code for reproducing #93 as a unittest. fix/93-encrypt-to-stream Isis Lovecruft 2015-03-13 03:45:20 +0000
  • 6d1890389c
    Actually check output file contents in to test_encrypt_*() tests. Isis Lovecruft 2015-03-13 03:44:12 +0000
  • 8579331562
    Merge branch 'fix/94-encrypt-from-stream' into develop Isis Lovecruft 2015-03-13 03:22:31 +0000
  • 0c87da3d78
    Recognise builtin Python2 and Python3 file handle types as streams. Isis Lovecruft 2015-03-13 03:20:32 +0000
  • 38685ae001
    Add @doktorstick's example code for reproducing Issue #93 as a test. Isis Lovecruft 2015-03-13 03:18:52 +0000
  • 9d8d6cce5c
    Merge branch 'fix/89-python3' into develop Isis Lovecruft 2015-03-13 02:47:57 +0000
  • 43164fa7db
    Fix Python3 stream encoding issues in _copy_data(). fix/89-python3 Isis Lovecruft 2015-03-13 02:09:42 +0000
  • a7e772f10a
    Make an open() file mode explicitly binary. Isis Lovecruft 2015-03-11 04:01:28 +0000
  • 4be6fb75e3
    Fix potential UnicodeEncodeError in gen_key_input(). Isis Lovecruft 2015-03-10 01:26:16 +0000
  • b970917701
    Fix multiple encoding errors in tests. Isis Lovecruft 2015-03-10 01:24:26 +0000
  • 782a81b46a
    Split encryption tests for file-like objects into multiple tests. Isis Lovecruft 2015-03-10 01:06:20 +0000
  • b3dd20a7e5
    Merge branch 'fix/99-recv-keys-network-test' into develop Isis Lovecruft 2015-03-13 02:26:36 +0000
  • af403fe144
    Move 'test_recv_keys_default' to a new test group which doesn't run. fix/99-recv-keys-network-test Isis Lovecruft 2015-03-13 02:25:10 +0000
  • 657be31ae1
    Change a str to a repr in a log message. Isis Lovecruft 2015-03-13 02:21:18 +0000
  • 749ef6fa00
    PEP8 whitespace fixes in gnupg/_meta.py. Isis Lovecruft 2015-03-13 02:20:48 +0000
  • 2cf3dd1c86
    Add coverage related commands to Makefile and clean up test directives. Isis Lovecruft 2015-03-13 02:20:13 +0000
  • 3127c21d55
    Merge branch 'fix/100-listpackets-good-passphrase' into develop Isis Lovecruft 2015-03-11 03:44:31 +0000
  • 2c57c0f6d0
    Handle [GOOD|BAD|MISSING]_PASSPHRASE statuses in _parsers.ListPackets. fix/100-listpackets-good-passphrase Isis Lovecruft 2015-03-11 03:25:55 +0000
  • 88bfaaffc2
    Merge branch 'fix/98-pinentry-launched' into develop Isis Lovecruft 2015-03-09 08:52:12 +0000
  • eb205774fb
    Add support for PINENTRY_LAUNCHED status message. fix/98-pinentry-launched Isis Lovecruft 2015-03-09 08:50:52 +0000
  • 5d03c3c5eb
    Merge branch 'fix/96-no-use-agent' into develop Isis Lovecruft 2015-03-09 08:45:22 +0000
  • ae5cb33d63
    Unset GPG.user_agent if using gpg2 binary. fix/96-no-use-agent Isis Lovecruft 2015-03-09 08:33:11 +0000
  • d3e6ae33b4 no-use-agent is obsolete for GPG2 Thomas Tanner 2013-11-14 23:11:32 +0100
  • d3b7dd0353
    Merge branch 'fix/91-missing-passphrase' into develop Isis Lovecruft 2015-03-09 08:14:55 +0000
  • d31d0cf131
    Handle MISSING_PASSPHRASE in _parsers.Sign. fix/91-missing-passphrase Isis Lovecruft 2015-03-09 08:12:41 +0000
  • f3c193d8b4
    Merge remote-tracking branch 'charles-dyfis-net/homedir-perm-check-skippable' into develop Isis Lovecruft 2015-03-09 07:52:59 +0000
  • 55b586fd18
    Merge remote-tracking branch '6si/feature/allow_output_flag' into develop Isis Lovecruft 2015-03-09 07:48:34 +0000
  • f858080148
    Merge remote-tracking branch 'charles-dyfis-net/pass_through_good_options' into develop Isis Lovecruft 2015-03-09 07:24:38 +0000
  • 572429eed9
    Merge branch 'fix/89-fix-encrypting-streams' into develop Isis Lovecruft 2015-03-09 07:19:36 +0000
  • ceb1c2fbbd
    Add _STREAMLIKE_TYPES for determining stream-likeness in _is_stream(). fix/89-fix-encrypting-streams Isis Lovecruft 2015-03-09 06:24:34 +0000
  • 90c6613684
    Merge branch 'master' into develop Isis Lovecruft 2015-02-24 21:59:04 +0000
  • 939728694c
    Merge branch 'release/2.0.0' Isis Lovecruft 2015-02-24 21:58:37 +0000
  • d66b23b896
    Add support for running on PyPy. 2.0.0 Isis Lovecruft 2015-02-22 22:45:04 +0000
  • 6c15f25ee5 Unit test for encrypting file-like objects Garrett Robinson 2015-01-20 11:18:55 -0800
  • 8c261eba30 Expand set of classes recognized by `_util._is_stream` Garrett Robinson 2015-01-20 09:22:54 -0800
  • f8ccdc5028 Fix `GPG.encrypt` for file-like objects Garrett Robinson 2015-01-17 16:09:39 -0800
  • 8a7699236c add output as a valid option Viral Bajaria 2015-01-06 11:13:46 -0800
  • a1c45a6f63 Not sufficient to drop bad options; good ones need to be passed through. Charles Duffy 2014-10-22 08:23:17 -0500
  • 77c6c3d0e5 Make homedir permissions check optional Charles Duffy 2014-10-22 07:04:26 -0500
  • 5025df1661
    Merge branch 'master' into develop Isis Lovecruft 2014-11-27 04:14:11 +0000
  • b1dab1570d
    Merge branch 'release/1.4.0' Isis Lovecruft 2014-11-27 04:14:03 +0000
  • 8f92335476
    Merge branch 'master' into develop 1.4.0 Isis Lovecruft 2014-11-27 02:59:22 +0000
  • 613e84cd56
    Merge branch 'release/1.3.3' Isis Lovecruft 2014-11-27 02:58:47 +0000
  • 1a22565e24
    Merge branch 'fix/67-hidden-encrypt' into develop 1.3.3 Isis Lovecruft 2014-11-27 02:41:02 +0000
  • 81b2d9d9c2
    Change ListPackets.key to be backwards compatible. fix/67-hidden-encrypt Isis Lovecruft 2014-11-27 02:35:52 +0000
  • 513a48d876
    Add throw_keyids=bool option to encrypt() method. Isis Lovecruft 2014-11-27 02:19:34 +0000
  • 09c6a08637 Merge remote-tracking branch 'tomgalloway/develop' into fix/67-hidden-encrypt Isis Lovecruft 2014-11-27 01:18:37 +0000
  • 09a0af7b41
    Merge branch 'fix/81-import-indempotence' into develop Isis Lovecruft 2014-11-27 01:01:25 +0000
  • 906b1a7142
    Fix class attribute side effects between instances of ImportResult. fix/81-import-indempotence Isis Lovecruft 2014-11-27 00:51:55 +0000
  • cbebe4f509
    Merge branch 'fix/58-win32-uid' into develop Isis Lovecruft 2014-11-27 00:13:09 +0000
  • a1e4a8a756
    Use process uids and usernames on Unix and Windows respectively. fix/58-win32-uid Isis Lovecruft 2014-11-27 00:03:27 +0000
  • cc959c755d
    Merge remote-tracking branch 'meskio/fix_list_sigs' into develop Isis Lovecruft 2014-11-26 23:38:28 +0000
  • 63fe93f8b5
    Merge branch 'fix/85-NOTATION' into develop Isis Lovecruft 2014-11-20 06:10:47 +0000
  • f3515c44d7
    Add ability to parse NOTIFICATION_* statuses in Verify. fix/85-NOTATION Isis Lovecruft 2014-11-20 05:51:20 +0000
  • a3e2f70cd8
    Merge branch 'fix/83-SIG_SUBPACKET' into develop Isis Lovecruft 2014-11-19 22:51:47 +0000
  • 5aaf1df5d1
    Add ability to handle SIG_SUBPACKET status in Verify. fix/83-SIG_SUBPACKET Isis Lovecruft 2014-11-19 22:50:30 +0000
  • 245cf73baf
    Change versioneer parameters in gnupg/_version.py to match setup.py. Isis Lovecruft 2014-11-19 21:44:53 +0000
  • 8e5b3256fa
    Merge remote-tracking branch 'charles-dyfis-net/trustdb_repair_arg_fix' into develop Isis Lovecruft 2014-11-19 21:29:31 +0000
  • 30c8c05f84
    Merge remote-tracking branch 'charles-dyfis-net/first_usable_binary' into develop Isis Lovecruft 2014-11-19 21:22:21 +0000
  • f9d00794ee
    Merge remote-tracking branch 'charles-dyfis-net/progress_during_verify' into develop Isis Lovecruft 2014-11-19 19:52:25 +0000
  • 99e597f196
    Merge remote-tracking branch 'ttanner/binary-symlink' into develop Isis Lovecruft 2014-11-19 19:30:29 +0000
  • de82a1c32a
    Merge branch 'fix/74-no-HOME-env' into develop Isis Lovecruft 2014-11-19 18:31:36 +0000
  • 1104908ef9
    Don't expect a $HOME directory to be set. fix/74-no-HOME-env Isis Lovecruft 2014-11-19 05:15:29 +0000
  • 899d429f7a
    Merge branch 'fix/76-verbose-flag-order' into develop Isis Lovecruft 2014-11-19 04:29:22 +0000
  • 59992eb8c3
    Put verbosity args before other options/args. fix/76-verbose-flag-order Isis Lovecruft 2014-11-19 03:30:16 +0000
  • fecf92c0ac
    Remove expectation for UnicodeDecodeError in a unittest. Isis Lovecruft 2014-11-19 03:46:44 +0000
  • 350027b18c Add parameter description Tom Galloway 2014-11-10 13:07:27 +0000
  • f70a7dc4f0 Update to allow multiple keys to be shown on list_packets. Also updated test to ensure only expected keyid has been hidden. Tom Galloway 2014-11-05 12:37:27 +0000
  • 327d2e5f66 Actually add test to be run and format variable correctly. Tom Galloway 2014-10-29 14:59:43 +0000
  • df5fdb5aa8 Allow --hidden-recipient to be used for a list of recipients. Tom Galloway 2014-10-29 14:47:27 +0000
  • 751f25cb35
    Merge branch 'fix/49-unicode-decode-on-readline' into develop Isis Lovecruft 2014-10-28 01:07:12 +0000