Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #3856 from sshine/make-python3-default | Adam Bard | 2020-02-13 | -3/+3 |
|\ | | | | | [Python] Make Python 3 default | |||
| * | Change 'filename:' for Python 2 (legacy) | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before renaming, all Python 2 filenames were 'learnpython-*.py'. This commit renames them to 'learnpythonlegacy-*.py'. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` find . -name "pythonlegacy*.markdown" -exec ack filename: {} \; find . -name "pythonlegacy*.markdown" -exec \ sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \; ``` | |||
| * | Python 2 'language': Python 2 (legacy) | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Instead of listing 'language: python' for Python 2, use language: Python 2 (legacy) ``` find . -iname "*pythonlegacy*" -exec \ sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \; ``` | |||
| * | 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 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-02-12 | -0/+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 ``` | |||
* | | Purge my deadname | Leigh Brenecki | 2020-02-13 | -1/+1 |
|/ | ||||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | add Hungarian translation of Python entry | ditam | 2017-10-15 | -0/+816 |
| | ||||
* | metadata fixup for #1874 | ven | 2016-06-26 | -1/+2 |
| | ||||
* | add Hungarian translation (#1874) | ditam | 2016-06-26 | -0/+174 |
| | ||||
* | Clean up various errors | Adam | 2016-02-12 | -2/+2 |
| | ||||
* | Merge pull request #1873 from ditam/yaml_hun | Geoff Liu | 2016-01-08 | -0/+147 |
|\ | | | | | [yaml/hu] add Hungarian YAML translation | |||
| * | add language label | ditam | 2016-01-08 | -0/+1 |
| | | ||||
| * | add language suffix to filename | ditam | 2015-10-28 | -1/+1 |
| | | ||||
| * | fix small typos and grammar. | ditam | 2015-10-28 | -5/+5 |
| | | ||||
| * | add Hungarian translation | ditam | 2015-10-28 | -0/+146 |
| | | ||||
* | | "lang: hu-hu" line was missing | Hughes Perreault | 2015-11-14 | -1/+2 |
| | | | | | | | | trying to fix issue #2013 | |||
* | | add language suffix to filename | ditam | 2015-10-28 | -1/+1 |
| | | ||||
* | | add Hungarian translation | ditam | 2015-10-28 | -0/+106 |
|/ | ||||
* | Rename ruby.html.markdown to ruby-hu.html.markdown | Leonardy Kristianto | 2015-10-28 | -0/+0 |
| | ||||
* | Rename go.html.markdown to go-hu.html.markdown | Leonardy Kristianto | 2015-10-28 | -0/+0 |
| | ||||
* | Ruby hungarian translation | Zsolt Prontvai | 2015-10-09 | -0/+555 |
| | ||||
* | fixed orthographic and grammar mistakes | Árpád Goretity | 2014-03-07 | -20/+22 |
| | ||||
* | Fixed typo | Szabó Krisztián | 2013-08-30 | -1/+1 |
| | ||||
* | Fixed typo's, cleaned up some sentences, added gobyexample.com ref | Krisztián Szabó | 2013-08-20 | -11/+11 |
| | ||||
* | Updates | Adam | 2013-08-19 | -207/+237 |
| | ||||
* | Added hungarian translation of Golang | Krisztián Szabó | 2013-08-18 | -0/+305 |