python-gnupg/gnupg
Mikael Nordfeldth 9015aab8ea In Python 3 OrderedDict.keys() are not indexable
We could always cast counts.keys() to a list, from the dictionary view they
are but a more efficient way of doing this is to simply pop the items from
our result list as we traverse the returned iterable dictionary view.
2013-07-24 14:58:58 +02:00
..
test Fix putting keys generated during unittests into tests/generated-keys/. 2013-07-09 08:16:27 +00:00
__init__.py Move source files to directory named for top-level package. 2013-06-03 21:16:19 +00:00
_ansistrm.py Move source files to directory named for top-level package. 2013-06-03 21:16:19 +00:00
_logger.py Update test directory shortcut in gnupg/_logger.py. 2013-06-09 08:34:15 +00:00
_meta.py Fix sign() and encrypt() docstrings. 2013-07-09 08:35:42 +00:00
_parsers.py In Python 3 OrderedDict.keys() are not indexable 2013-07-24 14:58:58 +02:00
_util.py Change _copy_data() error handling to explain errors not due to broken pipes. 2013-06-28 06:40:09 +00:00
_version.py Move source files to directory named for top-level package. 2013-06-03 21:16:19 +00:00
copyleft.py Move source files to directory named for top-level package. 2013-06-03 21:16:19 +00:00
gnupg.py Fix list_packets() call in utilities. 2013-07-09 08:35:42 +00:00