Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -0/+577 |
| | | | | | | | | ``` 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 | -562/+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 | |||
* | Minor edit. | Jorge Puente Sarrín | 2015-10-28 | -1/+1 |
| | ||||
* | Spelling spanish version of Python guide. | Jorge Puente Sarrín | 2015-10-27 | -6/+6 |
| | ||||
* | Added missing section and fixes some typos | Fabio Souto | 2015-04-27 | -24/+96 |
| | ||||
* | typo fixes and version in docs | hirohope | 2014-05-18 | -2/+2 |
| | ||||
* | Updated translation filenames to prevent collisions | Adam | 2013-08-12 | -1/+1 |
| | ||||
* | Add python-es file | Camilo Garrido | 2013-08-07 | -0/+490 |