Commit History

作者 SHA1 備註 提交日期
  Ben Finney 6d5ebbfd22 Accurate copyright information for new files. 10 年之前
  Ben Finney 34b22a6869 Add copyright information for Distutils script. 10 年之前
  Ben Finney 6e97f0b3c1 Use ‘subprocess’ API for all subprocess interaction. 10 年之前
  Ben Finney efdab427c4 Remove unused ‘os.spawnv’ wrapper. 10 年之前
  Ben Finney 723e680a2d Migrate remaining ‘os.spawnv’ uses to ‘subprocess.check_call’ API. 10 年之前
  Ben Finney 23e22a1c74 Remove use of global variables. 10 年之前
  Ben Finney 1515d03627 Migrate upload method subprocesses to use ‘subprocess.check_call’ API. 10 年之前
  Ben Finney 844d0dbdc5 Use named exit status constants in ‘check_call’ wrapper. 10 年之前
  Ben Finney f7c241b35d Use named constants for exit status. 10 年之前
  Ben Finney 47040f28ce Test and implement a wrapper for ‘subprocess.check_call’. 10 年之前
  Ben Finney 39cea16d1a Migrate GnuPG subprocess to use ‘subprocess.Popen’ API. 10 年之前
  Ben Finney d7a60b9b0c Separate the construction of the GnuPG subprocess into discrete steps. 10 年之前
  Ben Finney 8035ee6edc Use a descriptive name for the GnuPG process output. 10 年之前
  Ben Finney 45b2cca631 Document completion of To Do item to remove global variables. 10 年之前
  Ben Finney 93d47300c0 Migrate ‘hostname’ subprocess to use ‘subprocess.Popen’ API. 10 年之前
  Ben Finney 5680e0d132 Use a descriptive name for the derived system fields. 10 年之前
  Ben Finney e3b9aeddf0 Store the command-line arguments used to create the PopenDouble. 10 年之前
  Ben Finney 435da0a8c7 Distinguish sequence or text type for ‘os.popen’ command parameter. 10 年之前
  Ben Finney e1ffc9f7b7 Migrate from deprecated ‘os.waitpid’ to ‘subprocess.check_call’. 10 年之前
  Ben Finney 9258d9a352 Add helper functionality to test ‘subprocess.check_call’ behaviour. 10 年之前
  Ben Finney 5cc39620d0 Add helper functionality to test ‘subprocess.call’ behaviour. 10 年之前
  Ben Finney 1135e1c256 Remove redundant global ‘config’ name. 10 年之前
  Ben Finney 2e7ced0a21 Return created ConfigParser instance from ‘read_configs’. 10 年之前
  Ben Finney 2cfc0d8f40 Migrate ‘verify_files’ from global config object, to function parameter. 10 年之前
  Ben Finney c73b115be3 Migrate ‘check_upload_logfile’ from global config object, to function params. 10 年之前
  Ben Finney b1673bf3ef Determine the host FQDN early enough to use it for later actions. 10 年之前
  Ben Finney 7cbd296a78 Migrate ‘guess_upload_host’ from global config object, to function parameter. 10 年之前
  Ben Finney e4eb31c7f4 Migrate ‘create_upload_file’ from global config object, to function parameters. 10 年之前
  Ben Finney d88c84a774 Migrate ‘verify_signature’ from global config object, to function parameters. 10 年之前
  Ben Finney 560773e9f1 Migrate ‘execute_command’ from global config object, to function parameters. 10 年之前