Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Notes:
ignore: whitespace
|
|
author: hanya
Notes:
merged as: 7a6cc8bb59bf1cae6adabdf76e0bebd3f04f5e39
|
|
The "compiler" module is deprecated on Python 2.6 and was
removed on 3.x so it's a good time to replace it. The
ast module was introduced in Python 2.5 so this will cause
trouble if using very old versions of system python.
While here run the python reindent tool on the adjacent
files.
Author: hanya
Notes:
prefer: 6af846d0a13a8fb6e5153a0759e4952907bb86e5
|
|
Original author: Tsutomu Uchino <hanya.runo at gmail.com>
Notes:
merged as: b0c59c314610ee5c6a361b0d3629d5a676305c58
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Altamann. Patch by lihuiibm.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Author: Tsutomu Uchino
|
|
|
|
|
|
|
|
|
|
|