An error occurred fetching the project authors.
  1. 21 Dec, 2012 1 commit
  2. 17 Dec, 2012 1 commit
  3. 16 Oct, 2012 2 commits
  4. 15 Oct, 2012 3 commits
  5. 23 Aug, 2012 1 commit
  6. 23 Dec, 2011 1 commit
  7. 17 Oct, 2011 2 commits
    • Julien Muchembled's avatar
      Simplify code by using some new Python syntax · 9cd33ca4
      Julien Muchembled authored
      - PEP 308: Conditional Expressions
      - PEP 341: Unified try/except/finally
      - PEP 343: The ‘with’ statement
      9cd33ca4
    • Julien Muchembled's avatar
      Drop support for Zope 2.8 · 48212534
      Julien Muchembled authored
      Checked following occurrences in comments:
      - "Python 2.[456]"
      - "Zope 2.[891]"
      - "BBB"
      - "BACK"
      
      Checked uses of:
      - email, hashlib, numpy & tarfile (modules)
      - ImportError
      - string.Template
      - suppress_events (parameter of _setObject)
      
      Excluded:
      - some forked modules (MailTemplates, PortalTransforms...)
      - some i18n compatibility code
      48212534
  8. 02 Sep, 2011 1 commit
  9. 21 Jul, 2011 13 commits
  10. 12 Jul, 2011 1 commit
  11. 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
  12. 21 Jun, 2011 2 commits
  13. 17 Jun, 2011 1 commit
  14. 15 Jun, 2011 1 commit
  15. 20 May, 2011 1 commit
  16. 18 May, 2011 1 commit
  17. 13 Apr, 2011 2 commits
  18. 29 Mar, 2011 2 commits
  19. 07 Mar, 2011 1 commit
  20. 23 Feb, 2011 1 commit
  21. 09 Feb, 2011 1 commit