Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch links: 'python3 <-> python' and 'python <-> pythonlegacy' | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | The list of references is exhausted by running 'ack docs/python'. | |||
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -0/+632 |
| | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done | |||
* | Rename Python 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-02-12 | -476/+0 |
| | | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ``` | |||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | [all/zh-cn] fix incorrect language-specific suffix | cattail | 2013-12-18 | -0/+0 |
| | | | | Also change useless executable file mode. | |||
* | it should be `some_set` | Ryan | 2013-12-10 | -1/+1 |
| | ||||
* | Improved some translations, made the code more PEP8 | hbc | 2013-08-14 | -138/+139 |
| | ||||
* | Updated translation filenames to prevent collisions | Adam | 2013-08-12 | -1/+1 |
| | ||||
* | add python-cn | Chenbo Li | 2013-08-03 | -0/+475 |