1. 22 May, 2013 2 commits
    • Marius Gedminas's avatar
      Fix runzeo_logrotate_on_sigusr2 · 10b12696
      Marius Gedminas authored
      Attempting to open a file before it is created turns out not to be a
      good idea.  Moved all the file opening inside the wait_until lambdas
      (after extracting them into a standalone helper function, since you
      can't use the with statement inside a lambda).
      
      Also fixed test failure on Python 3.3 (r.write() returns the number of
      bytes written).
      
      Added an XXX about a possible hang while opening ClientStorage, in case
      something went wrong.  I'm not sure how to fix that.
      10b12696
    • Marius Gedminas's avatar
      Nitpicking · 1acb24d1
      Marius Gedminas authored
      1acb24d1
  2. 21 May, 2013 1 commit
  3. 20 May, 2013 3 commits
  4. 17 May, 2013 3 commits
  5. 14 May, 2013 7 commits
  6. 10 May, 2013 4 commits
  7. 02 May, 2013 5 commits
  8. 30 Apr, 2013 1 commit
  9. 29 Mar, 2013 1 commit
  10. 15 Mar, 2013 1 commit
  11. 14 Mar, 2013 2 commits
  12. 13 Mar, 2013 10 commits