1. 05 Mar, 2015 3 commits
    • Robert Collins's avatar
      Remaining fallout from 17911 · 4ccf8c00
      Robert Collins authored
      The code module was using a private function from traceback in order to skip a
      frame - used the direct interface to do that instead,
      
      The decimal module suffered minor fallout from formatting changes ('None' as a
      value is now not printed by traceback, the same as None was not before).
      
      The cgitb module was passing a bogus exception type (type.__name__) into
      format_exception, which uncovered that format_exception and print_exception had
      been ignoring the etype for some time, so the compatibility thunk to the new
      code now does the same thing.
      4ccf8c00
    • Victor Stinner's avatar
      Merge 3.4 (test_subprocess) · 4819ced9
      Victor Stinner authored
      4819ced9
    • Victor Stinner's avatar
      d135c2b3
  2. 04 Mar, 2015 7 commits
  3. 03 Mar, 2015 6 commits
  4. 02 Mar, 2015 24 commits