An error occurred fetching the project authors.
  1. 07 May, 2016 1 commit
  2. 05 May, 2016 1 commit
  3. 04 May, 2016 4 commits
  4. 01 May, 2016 2 commits
  5. 30 Apr, 2016 1 commit
  6. 29 Apr, 2016 1 commit
  7. 27 Apr, 2016 1 commit
  8. 26 Apr, 2016 1 commit
  9. 25 Apr, 2016 2 commits
  10. 24 Apr, 2016 1 commit
  11. 23 Apr, 2016 3 commits
  12. 22 Apr, 2016 1 commit
    • Victor Stinner's avatar
      PyMem_Malloc() now uses the fast pymalloc allocator · f5c4b990
      Victor Stinner authored
      Issue #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator
      rather than system malloc(). Applications calling PyMem_Malloc() without
      holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to
      validate the usage of memory allocators in your application.
      f5c4b990
  13. 20 Apr, 2016 3 commits
  14. 19 Apr, 2016 5 commits
  15. 18 Apr, 2016 1 commit
  16. 17 Apr, 2016 2 commits
  17. 16 Apr, 2016 2 commits
  18. 15 Apr, 2016 2 commits
  19. 13 Apr, 2016 3 commits
  20. 12 Apr, 2016 1 commit
    • Victor Stinner's avatar
      Fix os.urandom() on Solaris 11.3 · 9d24271d
      Victor Stinner authored
      Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than
      1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per
      call.
      9d24271d
  21. 11 Apr, 2016 2 commits