Age | Commit message (Expand) | Author |
---|---|---|
2020-08-19 | Make Python more idiomatic | BonfaceKilz |
2020-08-19 | Convert `raw_input` to `input` | BonfaceKilz |
2020-08-19 | Convert the use of iterator’s next() methods to the next() function | BonfaceKilz |
2020-08-19 | Change `dict.has_key(key)` to `key in dict` | BonfaceKilz |
2020-08-19 | Fix dictionary iteration methods | BonfaceKilz |
2020-08-19 | Wrap `map()` in a `list` call | BonfaceKilz |
2020-08-18 | Replace "raw_input" with "input" | BonfaceKilz |
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz |
2020-08-18 | Replace DOS style line endings with UNIX style ones | BonfaceKilz |
2020-08-18 | Apply pep8 | BonfaceKilz |
2018-04-03 | @acenteno added data upload scripts into main repo | Pjotr Prins |