Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Python 3: 'language: Python' | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | | | | | | | | | | Instead of listing 'language: python3' for Python 3, use language: Python as #3450 does. ``` find . -iname "python-*.markdown" -exec \ sed -i 's/language: python3/language: Python/' {} \; ``` | |||
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -0/+732 |
| | | | | | | | | ``` 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 | -488/+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 | |||
* | [python/fr] Fix python3 link | payet-s | 2015-10-21 | -2/+1 |
| | ||||
* | Update python-fr.html.markdown | Florent Espanet | 2015-10-06 | -1/+1 |
| | | | Fix typo | |||
* | typo | Matthias Bussonnier | 2015-10-03 | -1/+1 |
| | ||||
* | Update Python-fr.html.markdown | Matthias Bussonnier | 2015-10-03 | -1/+1 |
| | | | Add Link to Python3 English article. | |||
* | Escaped a quote | Arnaud | 2014-04-15 | -1/+1 |
| | ||||
* | French translation typo in comments for slice syntax with omitted indexes | C-Duv | 2013-10-11 | -2/+2 |
| | | | | | Translation typo in comments for slice syntax with omitted indexes: "Omit the beginning" meant omit the beginning *of the list* (not the beginning of the range) "Omit the end" meant omit the end *of the list* (not the end of the range) | |||
* | Fixed up so it builds | Adam | 2013-09-08 | -3/+5 |
| | ||||
* | Updated new contributions | Adam | 2013-09-08 | -7/+3 |
| | ||||
* | typo corrections, thanks to Nami-Doc for re-reading | Syl Zys | 2013-09-08 | -33/+33 |
| | ||||
* | Added Python French translation | Syl Zys | 2013-09-08 | -0/+491 |