1. 17 Agu, 2016 1 kayıt (commit)
  2. 07 Eki, 2015 1 kayıt (commit)
  3. 18 Eyl, 2015 1 kayıt (commit)
  4. 10 Eyl, 2015 4 kayıt (commit)
  5. 09 Eyl, 2015 1 kayıt (commit)
    • Victor Stinner's avatar
      test_time: rewrite PyTime API rounding tests · 3e2c8d84
      Victor Stinner yazdı
      Drop all hardcoded tests. Instead, reimplement each function in Python, usually
      using decimal.Decimal for the rounding mode.
      
      Add much more values to the dataset. Test various timestamp units from
      picroseconds to seconds, in integer and float.
      
      Enhance also _PyTime_AsSecondsDouble().
      3e2c8d84
  6. 08 Eyl, 2015 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #23517: fromtimestamp() and utcfromtimestamp() methods of · 7667f581
      Victor Stinner yazdı
      datetime.datetime now round microseconds to nearest with ties going to nearest
      even integer (ROUND_HALF_EVEN), as round(float), instead of rounding towards
      -Infinity (ROUND_FLOOR).
      
      pytime API: replace _PyTime_ROUND_HALF_UP with _PyTime_ROUND_HALF_EVEN. Fix
      also _PyTime_Divide() for negative numbers.
      
      _PyTime_AsTimeval_impl() now reuses _PyTime_Divide() instead of reimplementing
      rounding modes.
      7667f581
  7. 07 Eyl, 2015 1 kayıt (commit)
  8. 06 Eyl, 2015 1 kayıt (commit)
  9. 05 Eyl, 2015 1 kayıt (commit)
  10. 04 Eyl, 2015 2 kayıt (commit)
  11. 02 Eyl, 2015 3 kayıt (commit)
  12. 01 Eyl, 2015 1 kayıt (commit)
  13. 24 Haz, 2015 1 kayıt (commit)
  14. 03 Nis, 2015 1 kayıt (commit)
  15. 01 Nis, 2015 1 kayıt (commit)
  16. 30 Mar, 2015 2 kayıt (commit)
  17. 29 Mar, 2015 1 kayıt (commit)
  18. 28 Mar, 2015 2 kayıt (commit)
  19. 27 Mar, 2015 3 kayıt (commit)
  20. 21 Şub, 2014 2 kayıt (commit)
  21. 16 Şub, 2014 1 kayıt (commit)
  22. 07 Şub, 2014 1 kayıt (commit)
  23. 02 Ock, 2014 1 kayıt (commit)
  24. 16 Ara, 2013 1 kayıt (commit)
  25. 08 Ara, 2013 1 kayıt (commit)
  26. 24 Kas, 2013 1 kayıt (commit)
  27. 22 Kas, 2013 1 kayıt (commit)
  28. 03 Tem, 2013 1 kayıt (commit)
  29. 11 Nis, 2013 1 kayıt (commit)