1. 09 Ock, 2017 2 kayıt (commit)
  2. 16 Ara, 2016 2 kayıt (commit)
  3. 10 Eyl, 2016 1 kayıt (commit)
  4. 24 Eki, 2015 1 kayıt (commit)
  5. 18 Agu, 2015 2 kayıt (commit)
  6. 24 May, 2015 1 kayıt (commit)
  7. 23 May, 2015 2 kayıt (commit)
  8. 20 May, 2015 1 kayıt (commit)
  9. 13 May, 2015 1 kayıt (commit)
  10. 01 Mar, 2015 1 kayıt (commit)
  11. 31 Ock, 2015 1 kayıt (commit)
  12. 14 Ock, 2015 1 kayıt (commit)
  13. 07 Ock, 2015 1 kayıt (commit)
  14. 06 Ock, 2015 1 kayıt (commit)
  15. 01 Ock, 2015 1 kayıt (commit)
  16. 12 Agu, 2014 1 kayıt (commit)
  17. 22 Tem, 2014 1 kayıt (commit)
  18. 20 Mar, 2014 1 kayıt (commit)
  19. 27 Ock, 2014 1 kayıt (commit)
  20. 04 Kas, 2013 1 kayıt (commit)
  21. 03 Kas, 2013 1 kayıt (commit)
  22. 01 Eki, 2013 1 kayıt (commit)
  23. 15 Tem, 2013 1 kayıt (commit)
  24. 04 Tem, 2013 1 kayıt (commit)
  25. 01 Tem, 2013 1 kayıt (commit)
  26. 14 Haz, 2013 1 kayıt (commit)
  27. 05 Haz, 2013 1 kayıt (commit)
  28. 09 Mar, 2013 2 kayıt (commit)
  29. 04 Mar, 2013 2 kayıt (commit)
    • Raymond Hettinger's avatar
      Another nit. · 352cc8cf
      Raymond Hettinger yazdı
      352cc8cf
    • Raymond Hettinger's avatar
      Fix other re-entrancy nits for the lru_cache. · f2c17a92
      Raymond Hettinger yazdı
      Keep references for oldkey and oldvalue so they can't
      trigger a __del__ method to reenter our thread.
      
      Move the cache[key]=link step to the end, after the link
      data is in a consistent state.
      
      Under exotic circumstances, the cache[key]=link step could
      trigger reentrancy (i.e. the key would have to have a hash
      exactly equal to that for another key in the cache and the
      key would need a __eq__ method that makes a reentrant call
      our cached function).
      f2c17a92
  30. 02 Mar, 2013 1 kayıt (commit)
  31. 01 Mar, 2013 1 kayıt (commit)
  32. 17 Şub, 2013 1 kayıt (commit)
  33. 13 Kas, 2012 1 kayıt (commit)
  34. 04 Haz, 2012 1 kayıt (commit)