1. 03 Ock, 2011 1 kayıt (commit)
  2. 02 Ock, 2011 1 kayıt (commit)
  3. 14 Ara, 2010 1 kayıt (commit)
  4. 21 Kas, 2010 1 kayıt (commit)
  5. 22 Eyl, 2009 1 kayıt (commit)
    • Brett Cannon's avatar
      When range checking was added to time.strftime() a check was placed on tm_isdst · 4d94743c
      Brett Cannon yazdı
      to make sure it fell within [-1, 1] just in case someone implementing
      strftime() in libc was stupid enough to assume this. Turns out, though, some
      OSs (e.g. zOS) are stupid enough to use values outside of this range for time
      structs created by the system itself. So instead of throwing a ValueError,
      tm_isdst is now normalized before being passed to strftime().
      
      Fixes issue #6823. Thanks Robert Shapiro for diagnosing the problem and
      contributing an initial patch.
      4d94743c
  6. 30 Haz, 2009 1 kayıt (commit)
  7. 23 Eyl, 2006 1 kayıt (commit)
  8. 18 Tem, 2006 1 kayıt (commit)
  9. 15 Haz, 2006 1 kayıt (commit)
  10. 03 Agu, 2004 1 kayıt (commit)
  11. 20 Haz, 2004 1 kayıt (commit)
    • Tim Peters's avatar
      Bug 975996: Add _PyTime_DoubleToTimet to C API · 1b6f7a90
      Tim Peters yazdı
      New include file timefuncs.h exports private API function
      _PyTime_DoubleToTimet() from timemodule.c.  timemodule should export
      some other functions too (look for painful bits in datetimemodule.c).
      
      Added insane-argument checking to datetime's assorted fromtimestamp()
      and utcfromtimestamp() methods.  Added insane-argument tests of these
      to test_datetime, and insane-argument tests for ctime(), localtime()
      and gmtime() to test_time.
      1b6f7a90
  12. 02 Mar, 2004 1 kayıt (commit)
  13. 24 Nis, 2003 1 kayıt (commit)
  14. 11 Nis, 2003 1 kayıt (commit)
  15. 15 Mar, 2003 1 kayıt (commit)
  16. 14 Mar, 2003 1 kayıt (commit)
  17. 23 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw yazdı
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  18. 19 Tem, 2002 1 kayıt (commit)
  19. 16 Nis, 2002 1 kayıt (commit)
  20. 20 Eyl, 2001 1 kayıt (commit)
  21. 22 May, 2001 1 kayıt (commit)
  22. 12 Ara, 2000 1 kayıt (commit)
  23. 26 Mar, 1998 1 kayıt (commit)
  24. 08 Ara, 1997 1 kayıt (commit)
  25. 18 Agu, 1997 1 kayıt (commit)
  26. 20 Şub, 1997 1 kayıt (commit)
  27. 06 Ara, 1996 1 kayıt (commit)