1. 13 Aug, 2019 8 commits
  2. 12 Aug, 2019 6 commits
  3. 11 Aug, 2019 2 commits
  4. 10 Aug, 2019 2 commits
  5. 09 Aug, 2019 1 commit
    • Ngalim Siregar's avatar
      bpo-37642: Update acceptable offsets in timezone (GH-14878) · 92c7e30a
      Ngalim Siregar authored
      This fixes an inconsistency between the Python and C implementations of
      the datetime module. The pure python version of the code was not
      accepting offsets greater than 23:59 but less than 24:00. This is an
      accidental legacy of the original implementation, which was put in place
      before tzinfo allowed sub-minute time zone offsets.
      
      GH-14878
      92c7e30a
  6. 08 Aug, 2019 9 commits
  7. 07 Aug, 2019 7 commits
  8. 06 Aug, 2019 2 commits
  9. 05 Aug, 2019 1 commit
  10. 04 Aug, 2019 2 commits