1. 29 Sep, 2016 3 commits
  2. 28 Sep, 2016 7 commits
  3. 27 Sep, 2016 6 commits
  4. 26 Sep, 2016 6 commits
  5. 25 Sep, 2016 2 commits
  6. 24 Sep, 2016 1 commit
  7. 23 Sep, 2016 5 commits
  8. 22 Sep, 2016 5 commits
  9. 21 Sep, 2016 3 commits
  10. 20 Sep, 2016 2 commits
    • Victor Stinner's avatar
      Catch EPERM error in py_getrandom() · 6d8bc46c
      Victor Stinner authored
      Issue #27955: Fallback on reading /dev/urandom device when the getrandom()
      syscall fails with EPERM, for example when blocked by SECCOMP.
      6d8bc46c
    • Victor Stinner's avatar
      Cleanup random.c · af597321
      Victor Stinner authored
      Issue #27955: modify py_getrnadom() and dev_urandom()
      
      * Add comments from Python 3.7
      * PEP 7 style: add {...}
      af597321