2016-08-27 |
Ben Finney | Set dependency on backward-incompatible version of...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Declare build dependency on Setuptools.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use the Makefile for ‘clean’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use ‘io.BytesIO’ for streams of ‘SubprocessDouble’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Get content of each subprocess stream via a text wrapper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add more stream API to the legacy StringIO wrapper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add a helper function to make a text wrapper for a...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Document the completed migration from ‘print’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | ‘dput.methods.scp’: Convert ‘print’ statements to ...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | ‘dput.methods.rsync’: Convert ‘print’ statements to...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | ‘dput.methods.local’: Convert ‘print’ statements to...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | ‘dput.methods.http’: Convert ‘print’ statements to...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | ‘dput.methods.ftp’: Convert ‘print’ statements to ...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | ‘dput.dput’: Convert ‘print’ statements to ‘sys.stdout...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | ‘dput.dcut’: Convert ‘print’ statements to ‘sys.stdout...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Copy the encoding when copying a fake file.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use helper function to set content of stream file doubles.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add copyright information for Distutils script.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove unused ‘os.spawnv’ wrapper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate remaining ‘os.spawnv’ uses to ‘subprocess.check_call...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate upload method subprocesses to use ‘subprocess...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use named exit status constants in ‘check_call’ wrapper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use named constants for exit status.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Test and implement a wrapper for ‘subprocess.check_call’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate GnuPG subprocess to use ‘subprocess.Popen’...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Separate the construction of the GnuPG subprocess into...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use a descriptive name for the GnuPG process output.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘hostname’ subprocess to use ‘subprocess.Popen...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use a descriptive name for the derived system fields.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Store the command-line arguments used to create the...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Distinguish sequence or text type for ‘os.popen’ command...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from deprecated ‘os.waitpid’ to ‘subprocess...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add helper functionality to test ‘subprocess.check_call...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add helper functionality to test ‘subprocess.call’...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Document completion of To Do item to remove global...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove redundant global ‘config’ name.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Return created ConfigParser instance from ‘read_configs’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘verify_files’ from global config object, to...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘check_upload_logfile’ from global config object...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Determine the host FQDN early enough to use it for...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘guess_upload_host’ from global config object...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘create_upload_file’ from global config object...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘verify_signature’ from global config object...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘execute_command’ from global config object...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate ‘dinstall_caller’ from global config object...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate unit tests to interrogate patched config parser.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove redundant ‘patch_globals’ from unit tests.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘upload_methods’ global name, to function...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘files_to_upload’ global name, to function...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘simulate’ global name, to a local name.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘unsigned_upload’ global name, to a function...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘delay_upload’ global name, to a local...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘dinstall’ global name, to a function...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove a redundant conditional in ‘dinstall_caller’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘check_only’ global name, to a function...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘config_file’ global name, to a function...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Reduce indentation for wide usage message text.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove unused import of ‘glob’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Correct a long line in ‘dput.dput.read_configs’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Specify the intended subprocess API for migration candidates.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add a To Do item to migrate to ‘ConfigParser.read’...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add a To Do item to encapsulate application state.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add a To Do item to close all files correctly.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Patch and test the ‘files_to_upload’ for ‘verify_files...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Correct expected warning message outputs for ‘verify_files...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Ensure input files for Distutils are closed.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Handle Setuptools build artifacts.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Refactor usage message from module global to a function.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘dput_version’ global constant, to interrogate...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘version’ global constant, to ‘get_distribution...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add a function to get the distribution version.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate from ‘progname’ global constant, to ‘get_progname...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add a function to get the program name from the command...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add helper functionality to test ‘sys.argv’ behaviour.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove global ‘files_to_remove’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use ‘shutil.rmtree’ to remove temporary directory.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add helper functionality to test ‘shutil.rmtree’ behaviour.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add a To Do list for remaining work on code style improvements.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Move command-line parsing test cases to correct test...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Make fake ‘dcut’ command lines more closely match real...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Refactor function scenario behaviour to a TestDoubleFunction...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Patch system interfaces for ‘dput.dput.print_config...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Link command-line programs to ‘/usr/bin/’.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Install command-line programs as “console script” entry...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Specify private directory for this package's Python...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Build package using UTF-8 encoding.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove remaining non-Debhelper rules.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Install helper script using Debhelper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove unused custom maintainer scripts.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Use Debhelper to build and install Python packages.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Add Distutils script for installing Python packages.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove special handling of gzip.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Remove special handling for ‘debian/copyright’ and...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Install configuration file using Debhelper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Install package documentation using Debhelper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Install Bash completion configuration using Debhelper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Move Bash completion configuration to Debhelper expected...
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Install manpages using Debhelper.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Migrate to Debhelper 9 style package build.
|
commit | commitdiff | tree |
2016-08-27 |
Ben Finney | Refine ‘test’ target to only run tests.
|
commit | commitdiff | tree |