Isis Lovecruft
|
a34084c332
|
Use py3k syntax for relative imports in test/test_gnupg.py.
|
2013-05-24 07:24:04 +00:00 |
Isis Lovecruft
|
0d1358ee94
|
Add headers to tests/test_gnupg.py.
|
2013-05-20 09:30:20 +00:00 |
Isis Lovecruft
|
2114033c3a
|
Add distribute_setup.py script.
|
2013-05-07 15:01:22 +00:00 |
Isis Lovecruft
|
df0b4c7a34
|
Add pip installation update script to make sure we use SSL for downloads.
|
2013-05-07 14:23:34 +00:00 |
Isis Lovecruft
|
0462e8509c
|
Move TODO file to docs/ subfolder.
|
2013-05-14 11:10:45 +00:00 |
Isis Lovecruft
|
0c0f0c069a
|
Move LICENSE file to docs/ subfolder.
|
2013-05-14 11:08:18 +00:00 |
Isis Lovecruft
|
158499da35
|
Add setuptools-git as a dependency.
* TODO find a way to only require setuptools-git if python-gnupg was checked
out from a git repo.
|
2013-05-28 11:04:52 +00:00 |
Isis Lovecruft
|
a5c0f8f1cf
|
Add setuptools directive to include PKG-INFO.
|
2013-05-28 11:01:13 +00:00 |
Isis Lovecruft
|
694ae87410
|
sign_with → default_key. Also, deduplicate code.
|
2013-05-28 11:00:13 +00:00 |
Isis Lovecruft
|
4bd45d06cd
|
Update docstring for GPGBase._homedir_getter() property.
|
2013-05-28 10:18:43 +00:00 |
Isis Lovecruft
|
15d4bc0eb4
|
Fix a bug resulting from a typo in the @atexit.register'd function.
|
2013-05-28 10:17:43 +00:00 |
Isis Lovecruft
|
b7ba572aa1
|
Update docstring for GPGBase.__remove_path__().
|
2013-05-28 10:17:08 +00:00 |
Isis Lovecruft
|
7129a4c85f
|
Update docstring for GPGBase._find_agent().
|
2013-05-28 10:15:51 +00:00 |
Isis Lovecruft
|
6a47c3cd77
|
Move several methods and attributes from GPG to GPGBase.
* Move _decode_errors
* Move _result_map
* Move _copy_data()
* Move _read_data()
* Move _read_response()
* Move _make_args()
* Move _open_subprocess()
* Move _collect_output()
* Move _handle_io()
|
2013-05-28 10:12:01 +00:00 |
Isis Lovecruft
|
8e2f905859
|
handle_status() → _handle_status() in _parsers.py and gnupg.py.
|
2013-05-28 09:24:06 +00:00 |
Isis Lovecruft
|
cacedc6242
|
self.gpg → self._gpg in _parsers.py.
|
2013-05-28 09:18:58 +00:00 |
Isis Lovecruft
|
d910a48660
|
GPG.filesystemencoding → GPG._filesystemencoding
|
2013-05-28 08:52:49 +00:00 |
Isis Lovecruft
|
87ced52f85
|
GPG.encoding → GPG._encoding
|
2013-05-28 08:48:36 +00:00 |
Isis Lovecruft
|
5b731736fe
|
Remove duplicate attribute primary_key_created from GenKey.
|
2013-05-28 08:42:03 +00:00 |
Isis Lovecruft
|
08bbfb3a68
|
Fix several missing 's's in doctest calls to GPG(homedir='./tests/doctests').
|
2013-05-28 08:37:46 +00:00 |
Isis Lovecruft
|
f1d5622a13
|
Add placeholder for tests/doctests/ and add to .gitignore.
|
2013-05-28 08:26:46 +00:00 |
Isis Lovecruft
|
eec650d13f
|
Add note in TODO about possible bug in GnuPG v1.4.12 with 'Key-Type: default'.
|
2013-05-28 08:19:34 +00:00 |
Isis Lovecruft
|
b7d9f749b6
|
Decrypt docs/NOTES-python-openpgp-implementations.
|
2013-05-28 08:04:47 +00:00 |
Isis Lovecruft
|
4c1d7599bd
|
Remove duplicate code from GPGWrapper.
|
2013-05-28 07:41:32 +00:00 |
Isis Lovecruft
|
18f527c514
|
Add a missing colon in an attribute autodoc comment.
|
2013-05-28 07:40:55 +00:00 |
Isis Lovecruft
|
6f5c7fb610
|
Split imports in gnupg.py to one-per-line.
|
2013-05-28 07:40:32 +00:00 |
Isis Lovecruft
|
bdd08fb31f
|
Remove GPGMeta and GPGBase specific imports from gnupg.py.
|
2013-05-28 07:39:02 +00:00 |
Isis Lovecruft
|
a95a49e04a
|
Move GPGMeta and GPGBase to _meta.py.
|
2013-05-28 07:35:15 +00:00 |
Isis Lovecruft
|
ecd8faa425
|
Move re import to GPGWrapper class, it isn't used anywhere else.
|
2013-05-28 07:33:38 +00:00 |
Isis Lovecruft
|
72ef15f5a4
|
Remove unused logging and tempfile imports from gnupg.py.
|
2013-05-28 07:32:35 +00:00 |
Isis Lovecruft
|
6f9c4c7423
|
Remove commented out code and unused pprint import.
|
2013-05-28 07:31:04 +00:00 |
Isis Lovecruft
|
60a216a604
|
Fix a bug where "$ make cleantest" fails while removing tests/random_seed.
|
2013-05-28 07:28:10 +00:00 |
Isis Lovecruft
|
e5634a8907
|
Add .PHONY alias to Makefile.
|
2013-05-28 07:27:43 +00:00 |
Isis Lovecruft
|
137dddd36c
|
Ignore MANIFEST and MANIFEST.in files.
|
2013-05-28 07:24:29 +00:00 |
Isis Lovecruft
|
edaf6a138b
|
Ignore traceback records for tickets also.
|
2013-05-28 07:24:09 +00:00 |
Isis Lovecruft
|
d52c08bae7
|
Ignore distribute/setuptools PKG-INFO file.
|
2013-05-28 07:23:47 +00:00 |
Isis Lovecruft
|
1d2257db57
|
Ignore the quilt applied patches directory.
|
2013-05-28 07:23:11 +00:00 |
Isis Lovecruft
|
fd85cb8f5c
|
Remove commented out _init_decorator() from GPGMeta class.
|
2013-05-28 07:22:01 +00:00 |
Isis Lovecruft
|
2be8cb1fe6
|
Fix error in module docstring which had the wrong version we forked from.
|
2013-05-28 07:21:14 +00:00 |
Isis Lovecruft
|
c4fd9e52e5
|
Merge branch 'master' into develop
|
2013-05-27 14:58:15 +00:00 |
Isis Lovecruft
|
56a0928a4f
|
Merge branch 'release-1.0.0'
|
2013-05-27 14:39:13 +00:00 |
Isis Lovecruft
|
5925657017
|
Add another placeholder logfile to Makefile.
|
2013-05-27 13:52:23 +00:00 |
Isis Lovecruft
|
5d0d9f7356
|
Tell versioneer that the tag prefix is blank, to use gitflow standards.
|
2013-05-27 12:49:53 +00:00 |
Isis Lovecruft
|
caad587a0d
|
Remove old Makefile commands.
|
2013-05-27 12:41:07 +00:00 |
Isis Lovecruft
|
e344aa182f
|
Add commands to report python, gpg, and gpg2 versions before test runs.
|
2013-05-27 12:36:17 +00:00 |
Isis Lovecruft
|
ffec019f35
|
Add cleanup-tests-all command to Makefile to remove tests/tmp.
* This command should be separate in case we've specified to save keys
generated during tests.
|
2013-05-27 12:35:05 +00:00 |
Isis Lovecruft
|
6866bcf94a
|
Merge branch 'fix/delete-keys' into develop
|
2013-05-27 10:08:57 +00:00 |
Isis Lovecruft
|
235bcf18b4
|
Add binary keyring and random_seed files to .gitignore.
|
2013-05-27 10:06:33 +00:00 |
Isis Lovecruft
|
af5e67aa91
|
Add docs/DETAILS, from git://git.gnupg.org/gnupg.git branch 'STABLE-BRANCH-2-0'
|
2013-05-27 09:39:31 +00:00 |
Isis Lovecruft
|
077773cb73
|
Add line to .gitignore for keys generated during unittests.
|
2013-05-27 09:38:41 +00:00 |