1. 03 Jan, 2010 1 commit
  2. 30 Dec, 2009 1 commit
  3. 08 Dec, 2009 1 commit
  4. 03 Dec, 2009 1 commit
  5. 28 Nov, 2009 1 commit
  6. 27 Nov, 2009 1 commit
  7. 04 Nov, 2009 1 commit
  8. 24 Oct, 2009 1 commit
  9. 20 Oct, 2009 1 commit
  10. 11 Oct, 2009 1 commit
  11. 09 Oct, 2009 1 commit
  12. 06 Oct, 2009 1 commit
  13. 29 Sep, 2009 1 commit
  14. 22 Sep, 2009 1 commit
    • Brett Cannon's avatar
      When range checking was added to time.strftime() a check was placed on tm_isdst · 4d94743c
      Brett Cannon authored
      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
  15. 18 Sep, 2009 2 commits
  16. 23 Aug, 2009 1 commit
  17. 15 Aug, 2009 1 commit
  18. 13 Aug, 2009 1 commit
  19. 06 Aug, 2009 1 commit
  20. 02 Aug, 2009 1 commit
  21. 18 Jul, 2009 1 commit
  22. 16 Jul, 2009 1 commit
  23. 12 Jul, 2009 4 commits
  24. 30 Jun, 2009 1 commit
  25. 23 Jun, 2009 1 commit
  26. 30 May, 2009 1 commit
  27. 24 May, 2009 1 commit
  28. 23 May, 2009 3 commits
  29. 14 May, 2009 1 commit
  30. 13 May, 2009 1 commit
  31. 07 May, 2009 1 commit
  32. 04 May, 2009 1 commit
  33. 29 Apr, 2009 1 commit
  34. 27 Apr, 2009 1 commit