Skip to content
Snippets Groups Projects
  1. Jan 10, 2018
  2. Dec 29, 2017
  3. Dec 27, 2017
    • Dave Shawley's avatar
      Results: add __bool__ method. · b4e63bd2
      Dave Shawley authored
      Python 3 dropped __nonzero__ in preference to __bool__.  The code was
      only working because they fall back to __len__ if __bool__ is not
      implemented.  This commit adds a __bool__ implementation that simply
      calls __nonzero__.
      b4e63bd2
  4. Nov 02, 2017
  5. Nov 01, 2017
  6. Oct 26, 2017
  7. Oct 24, 2017
  8. Sep 27, 2017
  9. Dec 28, 2016
  10. Oct 25, 2016
  11. Aug 29, 2016
Loading