File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ Maintainer:
2
+
3
+ * Kirill Klenov <horneds@gmail.com>
4
+
5
+
6
+ Contributors:
7
+
8
+ * Pedro Algarvio (s0undt3ch);
9
+ * Alvin Francis (alvinfrancis);
10
+ * Boris Filippov (frenzykryger);
11
+ * Denis Kasak (dkasak);
12
+ * Steve Losh (sjl);
13
+ * nixon;
14
+ * tramchamploo;
15
+ * Benjamin Ruston (bruston);
16
+ * Robert David Grant (bgrant);
17
+ * Florent Xicluna (florentx);
18
+ * Piet Delport (pjdelport);
19
+ * lee (loyalpartner);
20
+ * Mohammed (mbadran);
21
+ * Ronald Andreu Kaiser (cathoderay);
22
+ * David Vogt (winged);
23
+ * Igor Guerrero (igorgue);
24
+ * Martin Brochhaus (mbrochh);
25
+ * Sorin Ionescu (sorin-ionescu);
26
+ * Dirk Wallenstein (dirkwallenstein);
27
+ * Jonathan McCall (Jonnymcc);
28
+ * Fredrik Henrysson (fhenrysson);
29
+ * Lowe Thiderman (thiderman);
30
+ * Naoya Inada (naoina);
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Changelog
5
5
--------------------
6
6
* Update `Pylint ` to version 0.28.0;
7
7
* Update `pyflakes ` to version 0.7.3;
8
+ * Fixed `lint_ignore ` options bug;
9
+ * Fixed encoding problems when code running;
8
10
9
11
## 2013-04-26 0.6.16
10
12
--------------------
Original file line number Diff line number Diff line change @@ -469,13 +469,15 @@ at https://github.com/klen/python-mode/issues
469
469
Contributing
470
470
============
471
471
472
+ See in the `AUTHORS ` file.
473
+
472
474
Development of pylint-mode happens at github: https://github.com/klen/python-mode
473
475
474
476
475
477
Copyright
476
478
=========
477
479
478
- Copyright (C) 2012 Kirill Klenov (klen _)
480
+ Copyright © 2013 Kirill Klenov (klen _)
479
481
480
482
**Rope **
481
483
Copyright (C) 2006-2010 Ali Gholami Rudi
You can’t perform that action at this time.
0 commit comments