Default Branch

master

2beac24161 · Merge branch 'release/2.0.2' · Updated 2015-03-19 00:25:25 +00:00

Branches

develop

2d017ecfe4 · Merge branch 'master' into develop · Updated 2015-03-19 00:25:43 +00:00

0
1
fix/102-py3k-decrypt-bytes-literal

8738ea47bb · Add test for #102 based on @doktorstick's example, with armor=False. · Updated 2015-03-18 22:45:28 +00:00

5
1
fix/82-passphrase-empty-str

16107bc8a8 · Workaround possible upstream GnuPG bug sign fail when passphrase=''. · Updated 2015-03-18 19:33:09 +00:00

8
0
Included
fix/4-test-deleting-secret-and-subkeys

b0584854e1 · Add test for subkey deletion (which should delete public and secret). · Updated 2015-03-18 05:32:28 +00:00

12
0
Included
fix/101-pypy-gen-key

5895997554 · Fix UnicodeDecodeError in gen_key() when run with PyPy. · Updated 2015-03-18 05:00:00 +00:00

16
0
Included
fix/94-encrypt-from-stream

b7ff69092a · Avoid writing to /tmp and borking terminals in regression test from #94. · Updated 2015-03-13 03:47:42 +00:00

29
0
Included
fix/93-encrypt-to-stream

79285c4c17 · Add @doktorstick's example code for reproducing #93 as a unittest. · Updated 2015-03-13 03:45:20 +00:00

27
0
Included
fix/89-python3

43164fa7db · Fix Python3 stream encoding issues in _copy_data(). · Updated 2015-03-13 02:45:05 +00:00

33
0
Included
fix/99-recv-keys-network-test

af403fe144 · Move 'test_recv_keys_default' to a new test group which doesn't run. · Updated 2015-03-13 02:25:10 +00:00

39
0
Included
fix/100-listpackets-good-passphrase

2c57c0f6d0 · Handle [GOOD|BAD|MISSING]_PASSPHRASE statuses in _parsers.ListPackets. · Updated 2015-03-11 03:25:55 +00:00

44
0
Included
fix/98-pinentry-launched

eb205774fb · Add support for PINENTRY_LAUNCHED status message. · Updated 2015-03-09 08:50:52 +00:00

46
0
Included
fix/96-no-use-agent

ae5cb33d63 · Unset GPG.user_agent if using gpg2 binary. · Updated 2015-03-09 08:42:50 +00:00

48
0
Included
fix/91-missing-passphrase

d31d0cf131 · Handle MISSING_PASSPHRASE in _parsers.Sign. · Updated 2015-03-09 08:12:41 +00:00

51
0
Included
fix/89-fix-encrypting-streams

ceb1c2fbbd · Add _STREAMLIKE_TYPES for determining stream-likeness in _is_stream(). · Updated 2015-03-09 07:01:15 +00:00

63
0
Included
fix/67-hidden-encrypt

81b2d9d9c2 · Change ListPackets.key to be backwards compatible. · Updated 2014-11-27 02:35:52 +00:00

71
0
Included
fix/81-import-indempotence

906b1a7142 · Fix class attribute side effects between instances of ImportResult. · Updated 2014-11-27 00:51:55 +00:00

79
0
Included
fix/58-win32-uid

a1e4a8a756 · Use process uids and usernames on Unix and Windows respectively. · Updated 2014-11-27 00:03:27 +00:00

81
0
Included
fix/85-NOTATION

f3515c44d7 · Add ability to parse NOTIFICATION_* statuses in Verify. · Updated 2014-11-20 05:51:20 +00:00

85
0
Included
fix/83-SIG_SUBPACKET

5aaf1df5d1 · Add ability to handle SIG_SUBPACKET status in Verify. · Updated 2014-11-19 22:50:30 +00:00

87
0
Included