Ben Finney
|
ddcbd3cdfd
Remove completed To Do document for Python 3 conversion.
|
9 years ago |
Ben Finney
|
c2c52f1369
Document completion of migration to Python 3.
|
9 years ago |
Ben Finney
|
1766718562
Specify Python 3 for command-line programs.
|
10 years ago |
Ben Finney
|
fa91ca7822
Specify Python 3 for Debian packaging.
|
10 years ago |
Ben Finney
|
9bc702713e
Migrate to Python 3 standard library ‘configparser’ module.
|
10 years ago |
Ben Finney
|
cb7a47fc64
Migrate to Python 3 standard library ‘urllib.request’ module.
|
10 years ago |
Ben Finney
|
19be9d6688
Migrate to Python 3 standard library ‘http.client’ module.
|
10 years ago |
Ben Finney
|
c9f76ab457
Remove redundant ‘unicode_literals’ directives.
|
10 years ago |
Ben Finney
|
76f0855ce5
Remove redundant ‘absolute_import’ directives.
|
10 years ago |
Ben Finney
|
fb1b410bd3
Remove redundant ‘print_function’ directives.
|
10 years ago |
Ben Finney
|
446d81b857
Specify Python 3 for actions.
|
10 years ago |
Ben Finney
|
4431a758ba
Use Python 3 standard library ‘configparser’ module as ‘ConfigParser’ substitute.
|
10 years ago |
Ben Finney
|
f7b4ec0645
Use Python 3 standard library ‘urllib.request’ module as ‘urllib2’ substitute.
|
10 years ago |
Ben Finney
|
b9ef36438d
Use Python 3 standard library ‘http.client’ module as ‘httplib’ substitute.
|
10 years ago |
Ben Finney
|
5af6b454ae
Convert ‘print’ statements to function calls.
|
10 years ago |
Ben Finney
|
3e6f307e5e
Add a To Do list for remaining work on Python 3 migration.
|
10 years ago |
Ben Finney
|
6d5ebbfd22
Accurate copyright information for new files.
|
9 years ago |
Ben Finney
|
34b22a6869
Add copyright information for Distutils script.
|
9 years ago |
Ben Finney
|
6e97f0b3c1
Use ‘subprocess’ API for all subprocess interaction.
|
10 years ago |
Ben Finney
|
efdab427c4
Remove unused ‘os.spawnv’ wrapper.
|
10 years ago |
Ben Finney
|
723e680a2d
Migrate remaining ‘os.spawnv’ uses to ‘subprocess.check_call’ API.
|
10 years ago |
Ben Finney
|
23e22a1c74
Remove use of global variables.
|
10 years ago |
Ben Finney
|
1515d03627
Migrate upload method subprocesses to use ‘subprocess.check_call’ API.
|
10 years ago |
Ben Finney
|
844d0dbdc5
Use named exit status constants in ‘check_call’ wrapper.
|
10 years ago |
Ben Finney
|
f7c241b35d
Use named constants for exit status.
|
10 years ago |
Ben Finney
|
47040f28ce
Test and implement a wrapper for ‘subprocess.check_call’.
|
10 years ago |
Ben Finney
|
39cea16d1a
Migrate GnuPG subprocess to use ‘subprocess.Popen’ API.
|
10 years ago |
Ben Finney
|
d7a60b9b0c
Separate the construction of the GnuPG subprocess into discrete steps.
|
10 years ago |
Ben Finney
|
8035ee6edc
Use a descriptive name for the GnuPG process output.
|
10 years ago |
Ben Finney
|
45b2cca631
Document completion of To Do item to remove global variables.
|
10 years ago |