1. 18 Sep, 2020 1 commit
    • Jérome Perrin's avatar
      patches/Restricted: allow random.Random · 75c8ee3b
      Jérome Perrin authored
      all member of random module are available (because in ZopeGuards, there's a
      random.__allow_access_to_unprotected_subobjects__ = 1), SystemRandom class
      also is, but Random class was not, even though there should be nothing unsafe
      in this.
      
      This is needed if we want to use a random number generator with a fixed seed
      to get reproductible results. We could use random.seed module level function
      but since this is also used by several things in ERP5 this does not produce
      reproductible sequences.
      75c8ee3b
  2. 17 Sep, 2020 7 commits
  3. 16 Sep, 2020 11 commits
  4. 15 Sep, 2020 7 commits
  5. 11 Sep, 2020 7 commits
  6. 10 Sep, 2020 7 commits