1. 01 Feb, 2021 1 commit
  2. 29 Jan, 2021 2 commits
  3. 25 Nov, 2020 6 commits
  4. 29 Jun, 2020 1 commit
  5. 27 Jun, 2020 4 commits
  6. 26 Jun, 2020 9 commits
  7. 25 Jun, 2020 9 commits
  8. 24 Jun, 2020 5 commits
  9. 23 Jun, 2020 3 commits
    • Vincent Pelletier's avatar
      all: Finalise python3 support. · e9de51f0
      Vincent Pelletier authored
      Basically, wrap stdout and stderr whenever they do not have an encoding
      with an ascii-encoding writer, and write unicode to stdout & stderr.
      wsgi.errors is defined in the reference implementation as being a StringIO,
      so follow that.
      Stop using argparse.FileType to get rid of python3 "file not closed"
      errors.
      Also, fix setup access to CHANGES.txt .
      Also, fix 2to3 involvement.
      Also, replace test.captureStdout with extra tool arguments.
      e9de51f0
    • Vincent Pelletier's avatar
      ca: Do not expect coverage of right-on-boundary codepath. · e9cd6586
      Vincent Pelletier authored
      Make coverage tests tolerate the no-op code path where the backup ends
      right on a block boundary not being exercised.
      e9cd6586
    • Vincent Pelletier's avatar
      {ca,test}: Extend backup tests. · bf6a336a
      Vincent Pelletier authored
      Test backup chunk boundaries.
      Test absence of a backup before the first user is created.
      bf6a336a