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
Isis Lovecruft
43191ab4af
Merge branch 'release/1.1.8'
2013-07-09 09:06:11 +00:00
Isis Lovecruft
73f7315808
Add symbolic link to markdown README file.
...
* I don't actually remember if this solves the problem where Github looks for
a .md file and setup.py wants a README file that must actually be a hard
file. *le sigh*.
2013-07-09 08:43:27 +00:00
Isis Lovecruft
967ae05c10
Merge branch 'testing/drebs/bug/3097-fix-bugs' into develop
2013-07-09 08:37:34 +00:00
drebs
632cb5d833
Add more recognized keys to ListPackets status handling method.
2013-07-09 08:35:42 +00:00
drebs
ef022f977f
Fix list_packets() call in utilities.
2013-07-09 08:35:42 +00:00
drebs
2832df8be1
Add missing param to utilities methods.
2013-07-09 08:35:42 +00:00
drebs
9db97dd184
Fix sign() and encrypt() docstrings.
2013-07-09 08:35:42 +00:00
drebs
171d3afa67
Fix delete_keys command line options.
2013-07-09 08:35:42 +00:00
Isis Lovecruft
78af852d25
Fix putting keys generated during unittests into tests/generated-keys/.
2013-07-09 08:16:27 +00:00
Isis Lovecruft
fca8491ceb
Remove two unused inspect module imports from gnupg.py.
2013-07-06 09:01:21 +00:00
Isis Lovecruft
1ca57e7aa2
Merge branch 'master' into develop
2013-07-03 13:49:33 +00:00
Isis Lovecruft
aa776982d3
Merge branch 'release/1.1.7'
2013-07-03 13:48:18 +00:00
Isis Lovecruft
e44228bac3
Add link to docs: https://python-gnupg.readthedocs.org/en/latest/
2013-07-03 10:29:58 +00:00
Isis Lovecruft
6ee18679e5
Merge branch 'fix/docs-1.1.6' into develop
2013-07-03 10:26:22 +00:00
Isis Lovecruft
94e591f6dc
Update docstrings for v1.1.6 Sphinx generation in gnupg.py and _parsers.py.
2013-07-03 10:24:11 +00:00
Isis Lovecruft
1da138e75b
Update Sphinx templating and stylesheets.
2013-07-03 10:22:05 +00:00
Isis Lovecruft
f8ab757b46
Add generated Emacs orgmode → html output for docs/NOTES…audit.org file.
2013-07-03 10:20:41 +00:00
Isis Lovecruft
1f717e167d
Add Emacs orgmode → html output for doc/DETAILS file.
2013-07-03 10:19:53 +00:00
Isis Lovecruft
5b30ebd5a9
Reorganise Sphinx documentation directives in the doc/*.rst files.
2013-07-03 10:18:57 +00:00
Isis Lovecruft
c77a40b820
Change around a bunch of Sphinx settings.
2013-07-03 10:16:27 +00:00
Isis Lovecruft
f7a5cb3953
Fix the source directory for Sphinx to load packages from.
2013-07-03 10:13:21 +00:00
Isis Lovecruft
cd3f540a3a
Merge branch 'master' into develop
2013-07-02 12:43:09 +00:00
Isis Lovecruft
d6889bd3ee
Merge branch 'fix/remove-encto-orgmode'
2013-07-02 12:38:12 +00:00
Isis Lovecruft
b9cef09c93
Remove epa-file-encrypt line from orgmode line.
2013-07-02 12:37:10 +00:00
Isis Lovecruft
46aac60623
Merge branch 'master' into develop
2013-07-02 11:43:12 +00:00
Isis Lovecruft
efc1ba77cc
Merge branch 'release/1.1.6'
2013-07-02 11:43:09 +00:00
Isis Lovecruft
42e6381046
Remove unused code from setup.py script.
2013-07-02 11:40:20 +00:00
Isis Lovecruft
ecbdfbaf3a
Giving up. Requirements are now in setup.py in install_requires.
2013-07-02 11:39:29 +00:00
Isis Lovecruft
52688f57db
Merge branch 'master' into develop
2013-07-02 11:26:24 +00:00
Isis Lovecruft
291a51c815
Merge branch 'release/1.1.5'
2013-07-02 11:26:06 +00:00
Isis Lovecruft
22b88ec71e
Remove unused function get_current_dir() from setup.py.
2013-07-02 11:22:03 +00:00
Isis Lovecruft
d66340fd15
Update author contact info and package urls.
2013-07-02 11:21:25 +00:00
Isis Lovecruft
bc2acabe55
Call the requirement.txt file from the current directory, not maintainer dir.
2013-07-02 11:19:52 +00:00
Isis Lovecruft
3cf4f13325
Merge branch 'master' into develop
2013-07-02 11:19:21 +00:00
Isis Lovecruft
78c1f883ac
Merge branch 'release/1.1.4'
2013-07-02 11:18:31 +00:00
Isis Lovecruft
fe5a5fbe43
Add requirements.txt to setup.py package_data.
...
* Fix error on PyPI download due to requirements.txt missing; this file is
parsed for package requirements upon installation.
2013-07-02 10:59:41 +00:00
Isis Lovecruft
1c3766ee6e
Merge branch 'master' into develop
2013-07-02 10:46:10 +00:00
Isis Lovecruft
c837b73e25
Merge branch 'release/1.1.3'
2013-07-02 10:14:44 +00:00
Isis Lovecruft
6b208688e2
Add GPG signing for PyPI uploads to setup.cfg.
2013-07-02 10:12:54 +00:00
Isis Lovecruft
543d478313
Fix versioneer.versionfile_source location.
2013-07-02 09:42:39 +00:00
Isis Lovecruft
76f02a3abe
Merge branch 'release/1.1.2'
2013-07-02 09:39:21 +00:00
Isis Lovecruft
d199a7512e
Start Pythonising the Makefile test cleanup actions.
2013-07-02 09:36:48 +00:00
Isis Lovecruft
c4cf7db682
Remove MANIFEST.in now that all files are now in setup.py.
2013-07-02 09:18:41 +00:00
Isis Lovecruft
0e01dca38e
Add test_suite command to setup.py.
...
* After installation, tests can now be run with:
'$ python setup.py test_suite'
2013-07-02 09:17:21 +00:00
Isis Lovecruft
6326ec8a43
Add versioneer.py to scripts list in setup.py.
2013-07-02 09:17:03 +00:00
Isis Lovecruft
ec8ae825cc
Add README, LICENSE, and TODO to package_data in setup.py.
2013-07-02 09:16:21 +00:00
Isis Lovecruft
1a38d786a3
Fix unittest import_with_colons to use key dict.
2013-07-02 09:14:56 +00:00
Isis Lovecruft
b3decd7b73
Add imports specific to running unittests after an installation.
2013-07-02 09:13:58 +00:00
Isis Lovecruft
eca66e2d09
Unignore MANIFEST.in file.
2013-07-02 08:34:10 +00:00