Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The default encoding of Python sources is UTF-8 | Dimitri Papadopoulos | 2022-11-20 | 1 | -1/+0 |
| | | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`. | ||||
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -2/+0 |
| | |||||
* | Use CPython 3.8.0 mechanism to find msvc 14+ | mayeut | 2020-03-07 | 1 | -0/+84 |