Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -1008/+0 |
| | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done | |||
* | [python3/ja-jp]Update python3 jp (#3566) | Ryota Kayanuma | 2019-08-03 | -65/+175 |
| | ||||
* | [python3/ja-jp] New Translation: python3/ja-jp (#2592) | kakakaya | 2016-12-04 | -0/+898 |
* [python3/en] Add empty tuple to "False if evaluated" list * Add python3 to ja-jp directory * Translated section 1 * 2章 * コメントのインデントを変更 * 3章 * [python3/en] Fixed "StopIterator Exception" - no such exception * 4章 * 5章 * 6.0章 * 6.1章 * 7章 * [python3/ja-jp] Fixed filename * Fix filename suffix, lang code |