1. 06 Sep, 2013 2 commits
    • Tim Peters's avatar
      Nerge 3.3 into default. · 23ac94a9
      Tim Peters authored
      Issue #18942: sys._debugmallocstats() output was damaged on Windows.
      
      _PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format
      code, but MS doesn't support that code.  Interpolated
      PY_FORMAT_SIZE_T in place of the "z".
      23ac94a9
    • Tim Peters's avatar
      Issue #18942: sys._debugmallocstats() output was damaged on Windows. · 1cc1b599
      Tim Peters authored
      _PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format
      code, but MS doesn't support that code.  Interpolated
      PY_FORMAT_SIZE_T in place of the "z".
      1cc1b599
  2. 05 Sep, 2013 15 commits
  3. 04 Sep, 2013 14 commits
  4. 03 Sep, 2013 9 commits