summaryrefslogtreecommitdiff
path: root/src/waitress/task.py
Commit message (Collapse)AuthorAgeFilesLines
* Black formatting updateBert JW Regeer2020-09-071-6/+3
|
* Remove useless try/finally wrapperBert JW Regeer2020-08-161-10/+7
| | | | | This looks to be an artifact that was left behind from the original codebase Waitress was forked from and no longer servces a purpose.
* Reduce compat.py to minimum sizeBert JW Regeer2020-08-161-4/+3
|
* Add isort to the projectBert JW Regeer2020-08-151-1/+1
|
* Re-raise the original exceptionBert JW Regeer2020-08-151-2/+2
|
* socket.error/IOError -> OSErrorBert JW Regeer2020-08-151-1/+1
|
* Remove object from class definitionBert JW Regeer2020-08-151-2/+2
|
* Update thread name to contain thread numberBert JW Regeer2020-05-271-3/+5
| | | | This way loggers that use the thread name display useful information
* Move source code to src folderBert JW Regeer2020-04-161-0/+570