JoeLametta
e56c636fd3
Improve docstrings
...
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com >
2020-02-22 15:11:22 +00:00
Drew DeVault
64dd9d843a
Initial pass on python 3 port
...
Given the imminent end-of-life for Python 2, I didn't bother making the
codebase compatible with both.
Signed-off-by: Drew DeVault <sir@cmpwn.com >
2019-11-26 18:46:10 +00:00
JoeLametta
69f8f39c49
Change documentation from epydoc to reStructuredText
...
Thanks to Freso for all the useful comments!
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com >
2019-05-03 20:06:13 +02:00
JoeLametta
5311727572
Avoid shadowing built-ins/variables
2019-02-02 19:19:49 +01:00
JoeLametta
2b4140d300
Make Python code more idiomatic
2018-05-08 18:39:08 +02:00
Samantha Baldwin
09de58852e
Revert "Convert docstrings to reStructuredText"
...
This reverts commit 3b1bd242d0 .
2018-03-02 16:47:12 -05:00
JoeLametta
3b1bd242d0
Convert docstrings to reStructuredText
...
This commit also includes:
- whitespace / code formatting fixes
- slight syntax related changes: except <exception_name>, e -> except <exception_name> as e
- 3 pointless instructions instances have been rewritten [sorted] (spotted by semi-automatic check)
The unrelated changes shouldn't have any real impact on whipper's behaviour.
2018-01-12 11:42:24 +01:00
JoeLametta
b6fb7e8a86
Solve all flake8 warnings ( #163 )
...
Whipper is now fully PEP8 compliant.
Revised version which includes all the changes suggested by Freso.
2017-05-31 23:09:36 +02:00
Frederik “Freso” S. Olesen
ff309e468c
Rename "morituri" module to "whipper".
...
Fixes https://github.com/JoeLametta/whipper/issues/100
2017-04-26 23:08:28 +02:00