Skip to content
Snippets Groups Projects
  1. Feb 21, 2010
  2. Feb 25, 2010
  3. Feb 24, 2010
  4. Feb 23, 2010
  5. Feb 22, 2010
  6. Feb 21, 2010
  7. Feb 22, 2010
  8. Feb 21, 2010
    • Benoit Boissinot's avatar
      Do not use osutil.c with python 2.4 and Windows (issue1364) · bde1bb250fc2
      Benoit Boissinot authored
      Windows python 2.4 os.stat() reports times including DST offset, while osutil.c
      reports the correct value, which makes status() systematically compare files
      content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c
      is 4x times slower on large repositories but current code is completely
      unusable. Given few people are likely to use python 2.4 on Windows this
      solution was considered a good trade-off compared to more invasive solutions
      trying to address the offset issue.
      bde1bb250fc2
  9. Feb 20, 2010
  10. Feb 19, 2010
  11. Feb 20, 2010
  12. Feb 19, 2010
Loading