An error occurred fetching the project authors.
  1. 11 Sep, 2014 1 commit
  2. 17 Oct, 2011 1 commit
  3. 22 Jun, 2011 1 commit
    • Julien Muchembled's avatar
      Remove most dangerous uses of 'chdir' syscall · ca182eef
      Julien Muchembled authored
      Because chdir/getcwd is global to the whole process, it is not thread-safe
      and may cause very serious bugs like data loss (for example when 'os.remove'
      or 'shutil.rmtree' are called with relative paths).
      
      There still remain uses of 'chdir' in ERP5 Subversion. A temporary quick change
      is done to reduce the probability of race conditions, but this should really be
      fixed.
      ca182eef
  4. 15 Jun, 2011 1 commit
  5. 10 May, 2011 1 commit
  6. 22 Mar, 2011 1 commit
  7. 14 Mar, 2011 1 commit
  8. 08 Mar, 2011 2 commits
  9. 07 Mar, 2011 2 commits
  10. 23 Feb, 2011 1 commit