Commit Graph

118 Commits (09a0af7b413fc8b8e1609e457037488eb9644680)

Author SHA1 Message Date
Isis Lovecruft 5f96682378
Use util._find_gpgbinary() function in GPG.__init__(). 2013-04-15 00:46:32 +00:00
Isis Lovecruft 93ab899d4a
Use util._create_gpghome() function in GPG.__init__(). 2013-04-15 00:45:47 +00:00
Isis Lovecruft 92d52268ba
Make gpghome default to _conf directory from util.py. 2013-04-15 00:45:17 +00:00
Isis Lovecruft ec1a81b197
Change GPG class attributes to be private and update docstring for GPG. 2013-04-15 00:44:18 +00:00
Isis Lovecruft 3f78e119ea
Remove extra whitespace line. 2013-04-15 00:43:32 +00:00
Isis Lovecruft 273b5c8635
Make a logger statement more explicit. 2013-04-15 00:43:07 +00:00
Isis Lovecruft 0b54d68e6a
Refactor function _copy_data(). 2013-04-15 00:42:39 +00:00
Isis Lovecruft 0a19ba201c
Change _py3k check to belong in util.py 2013-04-15 00:41:50 +00:00
Isis Lovecruft a3e4cb661b
Comment out faulting assertion to debug other issues. 2013-04-15 00:41:04 +00:00
Isis Lovecruft d0783cb398
Remove _which() from gnupg.py and add doctring for _threaded_copy_data(). 2013-04-15 00:40:28 +00:00
Isis Lovecruft 48a7ad3374
Remove function _today() from gnupg.py. 2013-04-15 00:39:01 +00:00
Isis Lovecruft a92490af2e
Remove checks from gnupg.py and add utility functions to util.py.
* Remove _has_readwrite()
 * Remove _is_file()
 * Remove _is_stream()
 * Remove _is_sequence()
 * Add _create_gpghome()
 * Add _find_gpgbinary()
2013-04-15 00:28:22 +00:00
Isis Lovecruft 484ab3b442
Update docstring for _copy_data(). 2013-04-15 00:25:28 +00:00
Isis Lovecruft f6cd904708
Add note on android locale hack. 2013-04-15 00:23:48 +00:00
Isis Lovecruft 4cf1c698c1
Fix import statements in gnupg.py and util.py. 2013-04-15 00:22:41 +00:00
Isis Lovecruft 5a6414074b
Change __module__ level attributes. 2013-04-15 00:20:07 +00:00
Isis Lovecruft 85fc2692a5
Change how we create the pubring.gpg and secring.gpg. 2013-04-12 00:02:49 +00:00
Isis Lovecruft d97ae0b356
Relayout module structure. 2013-04-11 23:45:22 +00:00