- May 02, 2016
-
-
Marijn Haverbeke authored
Closes #3998
-
Marijn Haverbeke authored
Closes #3994
-
Marijn Haverbeke authored
-
ngn authored
* \x1a-\x1f were missing though it looks like the intention was to cover all below \x20 (space) * added \x7f which is usually considered non-printable * removed \t which was already covered in \x00-\x19 as \x09
-
Pavel Petržela authored
-
Marijn Haverbeke authored
Issue #3979
-
Marijn Haverbeke authored
Issue #4001
-
Marijn Haverbeke authored
Use it to make the C++ mode not indent template statements Closes #4001
-
- May 01, 2016
-
-
Chris Smith authored
-
- Apr 30, 2016
-
-
Camilo Roca authored
according to Clojure's changelog: https://github.com/clojure/clojure/blob/master/changes.md
-
Camilo Roca authored
-
- Apr 26, 2016
-
-
Marijn Haverbeke authored
Issue #3991
-
- Apr 22, 2016
-
-
Marijn Haverbeke authored
Closes #3981
-
- Apr 21, 2016
-
-
Basarat Ali Syed authored
-
- Apr 20, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Michael Zhou authored
"commend addon" should be "comment addon".
-
Michael Zhou authored
-
Marijn Haverbeke authored
Issue #3976
-
Michael Zhou authored
Update from 5.13.2 to 5.14.0.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Timothy Gu authored
-
Sergey Tselovalnikov authored
Fix "Uncaught TypeError: Cannot read property 'severity' of undefined"
-
Manideep authored
-
Marijn Haverbeke authored
Closes #3958
-
Matthias Bussonnier authored
Issue #3973
-
Marijn Haverbeke authored
-
Matthias Bussonnier authored
@ as __matmul__ operator only on Python 3, Add tests for Python mode for this use case. Closes #3957
-
Marijn Haverbeke authored
Issue #3974
-
Matthias Bussonnier authored
Even if we don't use promise internally, check for the existence of `.then` attributes on the return results of a hinting function, and if so assume it is a promise. Internally also convert all hinters to use the asynchronous interface for consistency and simplification of code paths. Closes #3971
-
- Apr 19, 2016
-
-
Matthias Bussonnier authored
`u` prefix are valid (again) since 3.3, and `f` prefix are now allowed starting at 3.6 (which is not released yet though).
-
Marijn Haverbeke authored
Closes #3972
-
Marijn Haverbeke authored
-
joelpinheiro authored
-
Grzegorz Mazur authored
-
- Apr 18, 2016
-
-
Timothy Gu authored
-