<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/lang/py3-pyme, branch pyme3</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=pyme3</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=pyme3'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2015-08-02T01:06:14Z</updated>
<entry>
<title>More GTK2 removal</title>
<updated>2015-08-02T01:06:14Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-08-02T01:06:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a7fbd5293ed0ba2c179837a4a2b859376d30e35e'/>
<id>urn:sha1:a7fbd5293ed0ba2c179837a4a2b859376d30e35e</id>
<content type='text'>
* Missed a couple of files, these 2 go for the same reason as the
  previous 3.
</content>
</entry>
<entry>
<title>Removed GUI examples</title>
<updated>2015-08-02T01:01:02Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-08-02T01:01:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1cd0aef0afb196094d90673002d4c210a04911c9'/>
<id>urn:sha1:1cd0aef0afb196094d90673002d4c210a04911c9</id>
<content type='text'>
* GUI examples written with pygtk, which has not been ported to Python
  3 and won't be as it is for GTK2 and GNOME is moving to GTK3.
* New GUI examples may be required in future using any of several GUI
  frameworks (e.g. wxPython, PyQt, PySide, PyGObject, etc.).
</content>
</entry>
<entry>
<title>Explaining why not all scripts work</title>
<updated>2015-05-16T19:14:47Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T19:14:47Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=29887c9b28c0db14bf75e227a8082d23a2c151d2'/>
<id>urn:sha1:29887c9b28c0db14bf75e227a8082d23a2c151d2</id>
<content type='text'>
* Some of them cannot be properly tested on OS X, especially with GTK in
  the mix (it works on OS X, but is unlikely to be as easily accessible
  as Cocoa or Qt).
* Most major functions are showcased and do work, albeit sometimes with
  false positives of error messages, at least on OS X.
</content>
</entry>
<entry>
<title>Byte encoding</title>
<updated>2015-05-16T19:07:12Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T19:07:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c39cea7a07cec9ab34cd2026f47b6fba80fea3c8'/>
<id>urn:sha1:c39cea7a07cec9ab34cd2026f47b6fba80fea3c8</id>
<content type='text'>
* More string updates.
* verifydetails.py still fails, but as Bernhard is still contactable, it
  might be worth him checking on it instead.
</content>
</entry>
<entry>
<title>No change, note added to explain why.</title>
<updated>2015-05-16T18:57:26Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T18:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0e6e6689ef1aea36c1cb3cb47e94f1f2ebbd97cb'/>
<id>urn:sha1:0e6e6689ef1aea36c1cb3cb47e94f1f2ebbd97cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strings vs. Bytes</title>
<updated>2015-05-16T18:43:53Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T18:43:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=40290507bcdc63ab9023393d071167d455d70737'/>
<id>urn:sha1:40290507bcdc63ab9023393d071167d455d70737</id>
<content type='text'>
* CLI input must be byte encoded.
</content>
</entry>
<entry>
<title>More byte changes and passphrase changes</title>
<updated>2015-05-16T18:22:53Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T18:22:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=325b0ca341ae3ac8c3232f557ea2c381b4843969'/>
<id>urn:sha1:325b0ca341ae3ac8c3232f557ea2c381b4843969</id>
<content type='text'>
* exportimport works, but will still segfault for an as yet unknown
  reason.
* genkey produces a traceback error, but does create the key as
  intended.
* matched passphrase in signverify.
</content>
</entry>
<entry>
<title>More bytes good</title>
<updated>2015-05-16T18:09:38Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T18:09:38Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ba3c9f2617955dc828309a4800e4f5b3f1c3a949'/>
<id>urn:sha1:ba3c9f2617955dc828309a4800e4f5b3f1c3a949</id>
<content type='text'>
* Another string to byte change.
</content>
</entry>
<entry>
<title>Updated encrypt-to-all</title>
<updated>2015-05-16T18:03:49Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T18:03:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1c87ecb86ae364b18f69bca726021271fefaa1c1'/>
<id>urn:sha1:1c87ecb86ae364b18f69bca726021271fefaa1c1</id>
<content type='text'>
* Changed plaintext string to byte literal.
* Nested key selection in a try/except statement in case of
  UnicodeEncodeError instances.
* Tested successfully on over 9,000 keys.
</content>
</entry>
<entry>
<title>Passphrase update</title>
<updated>2015-05-16T16:38:32Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2015-05-16T16:38:32Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=24c738f5bb5c253a17962c62867d6c847250b41e'/>
<id>urn:sha1:24c738f5bb5c253a17962c62867d6c847250b41e</id>
<content type='text'>
* Changed example passphrase to something that meets the current minimum
  requirements.
</content>
</entry>
</feed>
