- Jan 10, 2018
-
-
Gavin M. Roy authored
-
Gavin M. Roy authored
- Dec 29, 2017
-
-
Gavin M. Roy authored
Implement Results.__bool__ method.
-
- Dec 27, 2017
-
-
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__.
-
- Nov 02, 2017
-
-
Gavin M. Roy authored
- Nov 01, 2017
-
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
- Oct 26, 2017
-
-
Gavin M. Roy authored
-
Gavin M. Roy authored
- Oct 24, 2017
-
-
Gavin M. Roy authored
-
Gavin M. Roy authored
IOLoop.add_timeout requires an absolute time.
-
Dave Shawley authored
-
Dave Shawley authored
- Sep 27, 2017
-
-
Gavin M. Roy authored
Autoclean
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
- Dec 28, 2016
-
-
Gavin M. Roy authored
Log a warning when a result is leaked.
-
Dave Shawley authored
-
- Oct 25, 2016
-
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
- Aug 29, 2016
-
-
Gavin M. Roy authored
Typos and consistency
-
Andrew Rabert authored
-