Ansgar
|
a43addc2cf
gpg_get_key_addresses: fix handling non-UTF-8 uid
|
4 years ago |
Ansgar
|
4565f5b327
gpg_get_key_addresses: factor out parsing gpg's output into an extra function
|
4 years ago |
Ansgar
|
873c7ff61a
utils.py: use `stderr=subprocess.DEVNULL` instead of opening it ourselves
|
4 years ago |
Ansgar
|
43fbf182d0
[py3] stop using `six.moves.*`
|
4 years ago |
Ansgar
|
4b4b6744d0
[py3] stop using `six.iter*` family of functions
|
4 years ago |
Joerg Jaspert
|
4b95030725
Merge commit 'refs/pullreqs/239'
|
4 years ago |
Stephane Blondon
|
7400e2f7df
Fix pyflakes E265
|
4 years ago |
Ansgar
|
af43689606
pass filename instead of file descriptor to `DebFile`
|
4 years ago |
Ansgar
|
811c0b6b6c
parse_changes: let Python handle text encoding when reading file
|
4 years ago |
Ansgar
|
cdac1fae3c
use standard "subprocess" module from Python
|
4 years ago |
Ansgar
|
e6ba4a15b7
Merge remote-tracking branch 'origin/merge-requests/235'
|
4 years ago |
Ansgar
|
62bbc72da9
[py3] The future is now!
|
4 years ago |
Ansgar
|
d3aeb3a872
use `html.escape` instead of implementing our own version
|
4 years ago |
Niels Thykier
|
b4437d7de1
Fix some parameter names in doc-strings
|
4 years ago |
Niels Thykier
|
15524c9ed6
Remove unused assignments/parameters
|
4 years ago |
Niels Thykier
|
9cf13ca749
Remove some unused imports
|
4 years ago |
Ansgar
|
a2b954e87b
import ldap module where constants from it are used
|
4 years ago |
Ansgar
|
369f2fc744
restore `LDAPDn` local variable
|
4 years ago |
Ansgar
|
7842dab81f
implement opening connection to LDAP only once
|
4 years ago |
Ansgar
|
cda58a0213
remove now unused function `temp_filename`
|
4 years ago |
Ansgar
|
72c6bdec17
remove interpreter from Python module in daklib and dak/dakdb
|
4 years ago |
Ansgar
|
7834435e8d
decode LDAP attributes
|
4 years ago |
😸
|
c79d7b4e04
use common implementation to call editor
|
4 years ago |
😸
|
cfac2433ca
gpg_keyring_args: return a list instead of a string
|
4 years ago |
Ivo De Decker
|
2f95fde081
daklib/utils.py: handle encoding in gpg_get_key_addresses using six
|
4 years ago |
Ivo De Decker
|
b3b9ffcfda
daklib/utils.py: write mail files as text
|
4 years ago |
Ivo De Decker
|
9068eb8819
replace iter{items,keys,values} with six function
|
4 years ago |
Ivo De Decker
|
138ae510d0
replace raw_input with six.moves.input
|
4 years ago |
Ivo De Decker
|
a9e06e417a
call_editor: open temporary file as text
|
4 years ago |
Joerg Jaspert
|
19f2f17e03
Merge branch 'pr-184'
|
4 years ago |