contrib/byteify-strings.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Wed, 18 Mar 2020 21:27:45 +0100 Pierre-Yves David byteify-string: resolve symlink before byteifying stable
Mon, 04 Nov 2019 19:19:36 +0000 Ian Moody contrib: require Python 3.7 for byteify-strings.py stable
Sat, 02 Nov 2019 11:48:38 -0700 Gregory Szorc contrib: require Python 3.6 for byteify-strings.py stable
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 06 Aug 2019 14:54:25 +0200 Raphaël Gomès byteify-strings: add --version argument
Tue, 06 Aug 2019 14:49:30 +0200 Raphaël Gomès byteify-strings: add space in special comments to silence flake8 error
Sun, 04 Aug 2019 22:14:26 +0200 Raphaël Gomès byteify-strings: fix misalignment with multi-line parenthesis
Fri, 02 Aug 2019 16:17:02 +0200 Raphaël Gomès byteify-strings: add cli argument to handle `attr*()` when they are methods
Fri, 02 Aug 2019 16:14:00 +0200 Raphaël Gomès byteify-strings: simplify default value for `--treat-as-kwargs`
Fri, 02 Aug 2019 10:18:22 +0200 Raphaël Gomès byteify-strings: add --treat-as-kwargs argument to handle kwargs-like objects
Fri, 02 Aug 2019 10:10:23 +0200 Raphaël Gomès byteify-strings: add helpers to check for item access or method call
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
Thu, 31 May 2018 23:44:35 +0900 Yuya Nishihara byteify-strings: do not rewrite system string literals to u''
Thu, 31 May 2018 22:34:23 +0900 Yuya Nishihara byteify-strings: do not rewrite iteritems() and itervalues() by default
Thu, 31 May 2018 22:31:37 +0900 Yuya Nishihara byteify-strings: drop import-line hack
Thu, 31 May 2018 22:28:29 +0900 Yuya Nishihara byteify-strings: add --inplace option to write back result
Thu, 31 May 2018 22:23:30 +0900 Yuya Nishihara byteify-strings: add basic command interface
Thu, 31 May 2018 22:07:04 +0900 Yuya Nishihara byteify-strings: fork py3 code transformer to make it a standalone command
less more (0) tip