Age | Commit message (Expand) | Author |
---|---|---|
2021-04-30 | autopep8: Fix W504 | BonfaceKilz |
2020-11-03 | Changed the syntax for the "sort" function in the docstring of GeneralObject ......* wqflask/base/GeneralObject.py - edited docstring to be correct for Python 3 | zsloan |
2020-08-26 | Replace "__cmp__" with "__eq__" magic method...* wqflask/base/GeneralObject.py: "__cmp__" is no longer used in python3. See: <https://stackoverflow.com/questions/8276983/why-cant-i-use-the-method-cmp-in-python-3-as-for-python-2> | BonfaceKilz |
2020-08-19 | Fix dictionary iteration methods...Run `2to3-3.8 -f dict -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and <https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list> | BonfaceKilz |
2020-07-24 | Remove unreachable conditional...* wqflask/base/GeneralObject.py(__getattr__): remove if statement that is unreachable | BonfaceKilz |
2020-07-24 | Apply autopep-8...* wqflask/base/GeneralObject.py: Replace tabs with 4 spaces | BonfaceKilz |
2016-03-29 | Forgot to add GeneralObject file needed for haplotype analyst in last commit | zsloan |
2015-03-26 | Removed several unused files from the base folder and their references in oth... | zsloan |
2012-06-05 | Ran reindent.py recursively on wqflask directory | Sam Ockman |
2012-05-24 | Trying to get stuff working under new structure | Sam Ockman |