Skip to content
  1. Nov 11, 2018
  2. Dec 15, 2016
  3. Dec 08, 2016
  4. Aug 22, 2016
  5. Apr 20, 2016
  6. Jan 14, 2016
  7. Oct 14, 2015
  8. May 28, 2015
  9. May 27, 2015
  10. May 18, 2015
  11. May 11, 2015
    • Dom Sekotill's avatar
      correctly handle dicts with 2 values in _is_args_kwds · 72e24992
      Dom Sekotill authored
      In generator.test_generator._is_args_kwds, the first subcondition
      ( len(obj) == 2 ) can match dicts with two items, in which case (unless
      the keys for the two items happen to be 0 and 1) the second two
      subconditions will raise KeyErrors. This is now treated in the same way
      as a TypeError.
      72e24992
  12. May 09, 2015
  13. May 08, 2015
  14. May 07, 2015
Loading