Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-02-12 | -816/+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 | |||
* | add Hungarian translation of Python entry | ditam | 2017-10-15 | -0/+816 |