| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This compatibility code goes away in Python versions greater than 3.7
|
| |
|
|
|
| |
Naive datetimes will now be interpreted as local time throughout
the library.
|
| |
|
|
|
| |
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1.
|
| |
|
|
| |
Fix #5897
|
| | |
|
| | |
|
| |
|
|
| |
Closes #5143
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Fix issue where sleeping for an extended period on python 3.5
would cause an exception
Add sleep_until to API docs
Add result argument to sleep_until
|
| | |
|
| | |
|
| |
|
|
| |
Closes #2510
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #2420.
|
| |
|
|
| |
There is now an option to turn it off, of course.
|
| | |
|
| | |
|
| | |
|