summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* New translation: less-zh-cn (#2595)Jiang Haiyun2016-12-13-0/+387
|
* [python3/ja-jp] New Translation: python3/ja-jp (#2592)kakakaya2016-12-04-0/+898
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [python3/en] Add empty tuple to "False if evaluated" list * Add python3 to ja-jp directory * Translated section 1 * 2章 * コメントのインデントを変更 * 3章 * [python3/en] Fixed "StopIterator Exception" - no such exception * 4章 * 5章 * 6.0章 * 6.1章 * 7章 * [python3/ja-jp] Fixed filename * Fix filename suffix, lang code
* [python3/en] fixed "StopIterator", no such Exception (#2591)kakakaya2016-12-03-1/+1
| | | | | | * [python3/en] Add empty tuple to "False if evaluated" list * [python3/en] Fixed "StopIterator Exception" - no such exception
* [php/en] Fix typo (#2590)Badal Surana2016-12-03-1/+1
|
* fix #2589ven2016-12-01-8/+0
|
* [racket/en] Expand list section (#2588)Derek2016-11-30-2/+9
| | | | | * Expand list section * Update backtick
* [python3/en] Add empty tuple to "False if evaluated" list (#2587)kakakaya2016-11-30-2/+2
|
* Fix minor spacing typo (#2586)Robert Benjamin2016-11-29-1/+1
|
* Fix backtick that was messing up syntax highlighting on powershell.Samantha McVey2016-11-23-1/+1
|
* Add syntax highlight (#2581)derek-austin2016-11-22-3/+3
| | | Only the first chunk of code was highlighted
* Fix comment in set comprehension example (#2580)Christopher Lorton2016-11-21-1/+1
| | | The result should be {'a', 'b', 'c'} (not {'d', 'e', 'f'}).
* [typescript/en-us] Clarify function section in typescript (#2575)Thien Do2016-11-20-2/+4
| | | | | | * Clarify function section in typescript * one-liner to braceless
* Fix #2574Samantha McVey2016-11-17-1/+1
|
* [tcl/en] Fix #2569 and also fit to 79 columns widthSamantha McVey2016-11-16-15/+20
|
* Fix #2573 where ru-ru HTML file did not specify which language it was in the ↵Samantha McVey2016-11-16-0/+1
| | | | YAML frontmatter
* Add a missing semi-colon (#2572)Chung-Ping Huang2016-11-15-1/+1
| | | Add a missing semi-colon at Line 470
* Remove checkboxes and make a helpful suggestion to submit a pull request to ↵Samantha McVey2016-11-13-3/+6
| | | | fix issues if the person is willing and able
* Add issue templateSamantha McVey2016-11-13-0/+3
|
* [fsharp/en] Use "elif" (#2566)Jürgen Hötzel2016-11-12-2/+5
|
* Merge pull request #2528 from slukovskiy/vim-translate-editsAndre Polykanine A.K.A. Menelion Elensúlë2016-11-12-22/+26
|\ | | | | [vim/ru] Change some text markup, fix broken link and quotes
| * Change some text markup, fix broken link and quotesAnton Slukovskiy2016-10-27-22/+26
| |
* | [yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a ↵Samantha McVey2016-11-11-2/+2
| | | | | | | | boolean use we use true
* | series of fixes and improvements (#2563)Matt Doherty2016-11-10-18/+21
| |
* | Add another checkbox to pull request template formSamantha McVey2016-11-10-3/+4
| |
* | Add about 3/4 of the languages to gitattributesSamantha McVey2016-11-10-0/+60
| |
* | useful tip for saving a buffer as sudo (#2405)Abraham Toriz Cruz2016-11-10-0/+1
| |
* | Merge pull request #2552 from robochat/red_line_lengthsamcv2016-11-10-31/+31
|\ \ | | | | | | [red/en] changing the formatting of comments so that lines are always <80chars.
| * | [red/en] changing the formatting of comments so that lines are always less ↵robochat2016-11-01-31/+31
| | | | | | | | | | | | than 80 characters.
* | | Add some gitattributes so GitHub categorizes languages of this project (not ↵Samantha McVey2016-11-10-0/+5
| | | | | | | | | | | | complete yet)
* | | Fix missing parenthesisSamantha McVey2016-11-09-1/+1
| | |
* | | Make build status a linkSamantha McVey2016-11-09-1/+1
| | |
* | | Merge pull request #2562 from adambard/upstreamAdam Bard2016-11-09-26/+28
|\ \ \ | | | | | | | | Update rakefile so that it will return an exit code of 1 if there is …
| * | | Update rakefile so that it will return an exit code of 1 if there is a ↵Samantha McVey2016-11-09-26/+28
|/ / / | | | | | | | | | failure (Travis CI needs this). Make ISO-8859* encoding detections notices not failures
* | | Fix encoding test, then make tests actually fail.Adam2016-11-09-4/+17
| | |
* | | Update README.markdownAdam Bard2016-11-09-1/+1
| | |
* | | Update README.markdownAdam Bard2016-11-09-0/+2
| | |
* | | Merge pull request #2561 from samcv/Travis-CIAdam Bard2016-11-09-0/+69
|\ \ \ | | | | | | | | Add support for checking YAML validity using Travis CI
| * | | Add rubygems.org as gem source so Travis CI can use charlock_holmesSamantha McVey2016-11-09-0/+1
| | | |
| * | | Use charlock_holmes to do encoding detection. In my tests it has properly ↵Samantha McVey2016-11-09-7/+16
| | | | | | | | | | | | | | | | identified incorrect encodings that used to be present on older commits. This will help ensure this won't happen again, giving people instant feedback and allowing all pull requests to be checked
| * | | Add UTF-8 check testSamantha McVey2016-11-09-12/+39
| | | |
| * | | Add support for checking YAML validity using Travis CISamantha McVey2016-11-09-0/+32
|/ / /
* | | [python3/en] Edit python3 division (#2560)Foo Chuan Wei2016-11-09-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | The result of division is always a float. e.g. 35/5 = 7.0 10 / 3 = 3.3333333333333335 10.0 / 3 = 3.3333333333333335 10 / 3.0 = 3.3333333333333335
* | | minor typos and corrections (#2559)Matt Doherty2016-11-09-2/+2
| | |
* | | Update wolfram-es.html.markdownven2016-11-07-3/+4
| | |
* | | Translate to Spanish Wolfram.html.markdown (#2556)Daniel Caballero2016-11-07-0/+137
| | |
* | | Translation fixes. (#2557)peterszatmary2016-11-05-12/+12
| | |
* | | fixed a typo and a broken external link (#2554)Matt Doherty2016-11-02-4/+3
| | |
* | | [html/en] small correction to english (#2553)robochat2016-11-01-1/+1
|/ /
* | [vim/pl] fixed a typo (#2551)Hatsuney2016-11-01-1/+1
| |
* | [vim/pl] Tutorial translation to Polish language (#2544)Adam Bobowski2016-11-01-0/+236
| | | | | | | | | | | | * Added vim tutorial translation to Polish language * Fixed spelling errors