Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-02-12 | -484/+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 | |||
* | Fixed up potential conflicts | Adam | 2013-09-04 | -2/+2 |
| | ||||
* | Korean version of python tutorial added | wikibook | 2013-08-14 | -0/+484 |