Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch links: 'python3 <-> python' and 'python <-> pythonlegacy' | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | The list of references is exhausted by running 'ack docs/python'. | |||
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -0/+655 |
| | | | | | | | | ``` 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 | -766/+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 ``` | |||
* | Kap. 5+6 aktualisiert, Kap 6.1, 6.2, 7 hinzugefügt | Rakasch | 2019-04-06 | -40/+319 |
| | | | | | Kapitel 6.1, 6.2 und 7 aus der englischen Version übernommen. Kapitel 5 und 6 getauscht, um der englischen Version zu entsprechen. Texte der Kapitel 5 und 6 Kapitel um fehlende Teile erweitert. | |||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | Update python-de.html.markdown | Wincent Balin | 2015-03-03 | -2/+2 |
| | | | Fixed typos. | |||
* | Updated new contributions | Adam | 2013-09-08 | -0/+1 |
| | ||||
* | improved python german a little bit | rduerig | 2013-08-18 | -13/+14 |
| | ||||
* | Updated header matter in python-de | Adam | 2013-08-17 | -2/+3 |
| | ||||
* | Changed python-de to utf-8 | Adam | 2013-08-17 | -81/+81 |
| | ||||
* | added first draft of german translation for python | kultprok | 2013-08-17 | -0/+484 |