Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linting improvements, improved flake8 linting CI cmd | engn33r | 2022-02-25 | 1 | -5/+2 |
| | |||||
* | Update copyright year to 2022 | engn33r | 2021-12-31 | 1 | -1/+1 |
| | |||||
* | Improve unit tests with LOCAL_WS_SERVER_PORT variable | engn33r | 2021-08-13 | 1 | -1/+4 |
| | |||||
* | Transition from LGPL 2.1 license to Apache 2.0 - fix #697 | engn33r | 2021-08-10 | 1 | -13/+11 |
| | |||||
* | Improve _abnf.py, _cookiejar.py unit test coverage | engn33r | 2021-05-16 | 1 | -0/+1 |
| | |||||
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -5/+0 |
| | |||||
* | Replace deprecated assertEquals() with assertEqual() | engn33r | 2021-02-27 | 1 | -20/+20 |
| | | | | | | The plural 'assertEquals()' is deprecated in Python 3 and triggers a warning during CI: https://docs.python.org/3/library/unittest.html#deprecated-aliases | ||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -0/+24 |
| | | | | return to LGPL2.1 | ||||
* | Implement simple cookie jar | tifayuki | 2016-12-21 | 1 | -0/+98 |