Mercurial > hg
log contrib/byteify-strings.py @ 42676:b9a200477edf
age | author | description |
---|---|---|
Fri, 02 Aug 2019 09:55:32 +0200 | Raphaël Gomès | byteify-strings: add support for ignore comments |
Fri, 02 Aug 2019 09:48:13 +0200 | Raphaël Gomès | byteify-strings: handle triple quoted strings if they are not docstrings |
Fri, 02 Aug 2019 09:44:11 +0200 | Raphaël Gomès | byteify-strings: handle multi-line strings in _ensuresysstr |
Fri, 03 May 2019 15:53:56 -0400 | Augie Fackler | contrib: have byteify-strings explode if run in Python 2 |
Sun, 12 Aug 2018 14:03:22 +0900 | Yuya Nishihara | byteify-strings: prevent "__name__ == '__main__'" from being transformed |
Sun, 03 Jun 2018 18:19:54 +0900 | Yuya Nishihara | byteify-strings: remove superfluous "if True" block |
Fri, 01 Jun 2018 00:13:55 +0900 | Yuya Nishihara | byteify-strings: try to preserve column alignment |