summaryrefslogtreecommitdiffhomepage
path: root/tr-tr/python-tr.html.markdown
Commit message (Collapse)AuthorAgeLines
* Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-0/+640
| | | | | | | | ``` 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 Shine2020-02-12-502/+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 Srivastava2019-02-06-1/+1
| | | | languages
* regular quotes instead of `.Haydar Kulekci2013-08-23-18/+18
|
* removed whitespace from end of the fileHaydar Kulekci2013-08-23-26/+0
|
* turkish translation for python languageHaydar Kulekci2013-08-23-0/+528