1. 06 Dec, 2018 2 commits
  2. 05 Dec, 2018 18 commits
  3. 04 Dec, 2018 8 commits
  4. 03 Dec, 2018 7 commits
  5. 02 Dec, 2018 1 commit
  6. 01 Dec, 2018 3 commits
  7. 30 Nov, 2018 1 commit
    • Victor Stinner's avatar
      get_gmtoff() now returns time_t (GH-10838) · 503ce5c4
      Victor Stinner authored
      get_gmtoff() now returns time_t instead of int to fix the following
      Visual Studio warning:
      
          Modules\timemodule.c(1183): warning C4244: 'return':
          conversion from 'time_t' to 'int', possible loss of data
      503ce5c4