1. 12 Mar, 2015 1 kayıt (commit)
  2. 01 Mar, 2015 1 kayıt (commit)
  3. 28 Şub, 2015 1 kayıt (commit)
  4. 31 Ock, 2015 1 kayıt (commit)
  5. 28 Eyl, 2014 1 kayıt (commit)
    • Alexander Belopolsky's avatar
      Closes issue #20858: Enhancements/fixes to pure-python datetime module · 6c7a4182
      Alexander Belopolsky yazdı
      This patch brings the pure-python datetime more in-line with the C
      module.  Patch contributed by Brian Kearns, a PyPy developer.  PyPy
      project has been running these modifications in PyPy2 stdlib.
      
      This commit includes:
      
      - General PEP8/cleanups;
      - Better testing of argument types passed to constructors;
      - Removal of duplicate operations;
      - Optimization of timedelta creation;
      - Caching the result of __hash__ like the C accelerator;
      - Enhancements/bug fixes in tests.
      6c7a4182
  6. 25 Tem, 2014 1 kayıt (commit)
  7. 20 Mar, 2014 1 kayıt (commit)
  8. 29 Agu, 2013 2 kayıt (commit)
  9. 27 Agu, 2013 1 kayıt (commit)
  10. 17 Agu, 2013 1 kayıt (commit)
  11. 04 Tem, 2013 1 kayıt (commit)
  12. 14 Haz, 2013 1 kayıt (commit)
  13. 13 Nis, 2013 1 kayıt (commit)
  14. 26 Mar, 2013 1 kayıt (commit)
  15. 20 Eyl, 2012 1 kayıt (commit)
  16. 22 Eyl, 2012 1 kayıt (commit)
  17. 22 Haz, 2012 3 kayıt (commit)
  18. 16 Haz, 2012 1 kayıt (commit)
  19. 15 Haz, 2012 1 kayıt (commit)
  20. 08 Haz, 2012 1 kayıt (commit)
  21. 13 Mar, 2012 1 kayıt (commit)
    • Victor Stinner's avatar
      Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec · 5d272cc6
      Victor Stinner yazdı
      time.ctime(), gmtime(), time.localtime(), datetime.date.fromtimestamp(),
      datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
      raises an OverflowError, instead of a ValueError, if the timestamp does not fit
      in time_t.
      
      datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
      round microseconds towards zero instead of rounding to nearest with ties going
      away from zero.
      5d272cc6
  22. 19 Eki, 2011 1 kayıt (commit)
  23. 02 May, 2011 1 kayıt (commit)
  24. 06 Nis, 2011 1 kayıt (commit)
  25. 08 Ock, 2011 1 kayıt (commit)
  26. 14 Eki, 2010 1 kayıt (commit)
  27. 21 Eyl, 2010 1 kayıt (commit)
  28. 26 Tem, 2010 1 kayıt (commit)
  29. 23 Tem, 2010 2 kayıt (commit)