Re: [Pylint-dev] Pylint 1.5.0 / Astroid 1.4.1 released

2015-12-01 Thread Sylvain Thénault
e documentation. > > Activate this checker with: > > --load-plugins=pylint.extensions.check_docs To be fair, there is also `pylint.extensions.check_elif` extension that emit message for 'else: if ' that could be written in 'elif ' Regards, -- Sylvain T

[ANN] Pylint 1.2 released

2014-04-22 Thread Sylvain Thénault
Hi there, Pylint 1.2 has been uploaded to pypi by the end of the last week! More info on this heavy release on http://www.logilab.org/blogentry/240019. As usual, feedback and comments welcome. Enjoy! -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42) Formations

Pylint 1.0 released

2013-08-06 Thread Sylvain Thénault
Hi there, at last, Pylint 1.0 is out! See http://www.logilab.org/blogentry/163292 for (much) more info and enjoy! And many thanks to every one who contributed to this release... -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42) Formations Python, Debian, Méth

Astroid 1.0 released

2013-08-02 Thread Sylvain Thénault
ilab's debian repositories`_. .. _Pylint: http://www.pylint.org .. _`Logilab's debian repositories`: http://www.logilab.org/bookmark/4621/follow .. _Astroid: http://www.astroid.org .. _`pylint-brain`: https://bitbucket.org/logilab/pylint-brain Enjoy! -- Sylvain Thénault, LOGILAB

fixed broken links for the latest pylint/astng release

2013-03-04 Thread Sylvain Thénault
ience, -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework:http://www.cubicweb.org --

Re: [ANN] PyLint 0.27 / logilab-astng 0.24.2

2013-03-04 Thread Sylvain Thénault
t; > Apache/2.2.16 (Debian) mod_ssl/2.2.16 OpenSSL/0.9.8o Server at > download.logilab.org Port 80 > > Maybe I need to wait for the server to be updated? sorry, I forgot a step. Fixed now. thx and sorry for the incovenience -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toul

[ANN] PyLint 0.27 / logilab-astng 0.24.2

2013-02-28 Thread Sylvain Thénault
ributed to this release! [1] http://www.logilab.org/project/pylint/0.27.0 / [2] http://www.logilab.org/project/logilab-astng/0.24.2 Enjoy! -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Dév

[ANN] pylint 0.26 / logilab-astng 0.24.1

2012-10-08 Thread Sylvain Thénault
ute on our free software project at Logilab, so I hope this will continue and we'll get even more contritions in a near future, and an even smarter/faster/whatever pylint! So many thanks to all those who made that release, and enjoy! -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03

[ANN] Pylint 0.25.2 / ASTNG 0.24 / logilab-common 0.58.1 released

2012-07-18 Thread Sylvain Thénault
Hi there, I've released this morning new versions of Pylint, ASTNG and logilab-common projects. For more information, read http://www.logilab.org/blogentry/100365 Enjoy! -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (09.54.03.55.76) Formations Python, Debian, Méth. A

[ANN] (probably) last version of Pylint supporting python 2.3 released

2010-09-28 Thread Sylvain Thénault
of versions to use to get pylint working with python 2.3 code. And maybe, unless you people think it would be a shame, also for python 2.4, so we can drop support for the old compiler module. ciao, -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian

pylint bugs day #2 tomorrow

2010-04-15 Thread Sylvain Thénault
Hi there, just a quick note to remind pylint felows that we will hold the second pylint bugs day tomorrow, from about 8am to 18pm UTC+2. See you on our jabber forum or in our paris office! -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth

Re: [ANN] pylint 0.19 / astng 0.19.2

2009-12-18 Thread Sylvain Thénault
On 18 décembre 18:24, Jean-Michel Pichavant wrote: > Sylvain Thénault wrote: > >Hi, > > > >I'm very pleased to announce the release of pylint 0.19 / astng 0.19.2 > >release! > > > >More information / download on http://www.logilab.org/project/pylint/

[ANN] pylint 0.19 / astng 0.19.2

2009-12-18 Thread Sylvain Thénault
om James Lingard and Vincent Ferotin. Many thanks to James Lingard which provided two long waited features: * check of function call arguments * check string interpolation consistency So, happy christmas, enjoy! [1] http://www.logilab.org/blogentry/19260 -- Sylvain Thénault

[ANN] pylint 0.18.1 / astng 0.19.1

2009-08-27 Thread Sylvain Thénault
.19.1 -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework:http://www.cubicweb.org --

weird try/finally behaviour

2009-04-10 Thread Sylvain Thénault
finally: ... print 'break' ... break ... print 'end' ... >>> >>> test() return break end As you can see, the 'break' in the finally block makes the 'return 1' beeing ignored. Is this a known caveat or shoul

Re: [ANN] pylint 0.18 / logilab-astng 0.19 / logilab-common 0.39

2009-03-26 Thread Sylvain Thénault
Le Wednesday 25 March 2009 13:43:37 Colin J. Williams, vous avez écrit : > Sylvain Thénault wrote: > > Le Wednesday 25 March 2009 11:58:37 andrew cooke, vous avez écrit : > >> python 3? :o) > > > > python 3 support is no much far away now that we support the new _

Re: [ANN] pylint 0.18 / logilab-astng 0.19 / logilab-common 0.39

2009-03-25 Thread Sylvain Thénault
f course ;) -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul scientifique: http://www.logilab.fr/science

Re: [ANN] pylint 0.18 / logilab-astng 0.19 / logilab-common 0.39

2009-03-25 Thread Sylvain Thénault
ylint http://www.logilab.org/project/logilab-astng http://www.logilab.org/project/logilab-common Please report any problem / question to the python-proje...@lists.logilab.org mailing-list. Enjoy! -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope,

[ANN] pylint 0.18 / logilab-astng 0.19 / logilab-common 0.39

2009-03-25 Thread Sylvain Thénault
-- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul scientifique: http://www.logilab.fr/science

[ANN] logilab-astng 0.17.4

2008-11-19 Thread Sylvain Thénault
s. See the ChangeLog or the version's page [1] for more details. [1] http://www.logilab.org/project/logilab-astng/0.17.4 -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mes

[ANN] pylint 0.14 / logilab-astng 0.17.2

2008-01-14 Thread Sylvain Thénault
ople who contributed! regards, -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul scientifique: h

[ANN] pylint 0.13 / astng 0.17

2007-03-01 Thread Sylvain Thénault
mailto://[EMAIL PROTECTED] Enjoy ! -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul scientif

[ANN] pylint 0.12.2 / astng 0.16.3

2006-11-23 Thread Sylvain Thénault
Visit the respective projects'page of our fresh new .org site to get the latest source distribution :o) http://www.logilab.org/project/name/pylint http://www.logilab.org/project/name/logilab-astng Enjoy ! -- Sylvain Thénault LOGILAB, Paris (France) Formations Py

[ANN] logilab-common 0.19.2

2006-09-26 Thread Sylvain Thénault
s can be found on http://www.logilab.org/. -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul scientifique:

[ANN] pylint 0.12.1

2006-09-26 Thread Sylvain Thénault
http://www.logilab.org/projects/pylint Download ftp://ftp.logilab.org/pub/pylint Mailing list mailto://[EMAIL PROTECTED] -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formatio

[ANN] logilab-astng 0.16.1

2006-09-26 Thread Sylvain Thénault
ound on http://www.logilab.org/. -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul scientifique:

[ANN] PyLint 0.11 / astng 0.16

2006-04-20 Thread Sylvain Thénault
on : http://www.logilab.org/projects/pylint/ http://www.logilab.org/projects/astng/ Enjoy ! -- Sylvain Thénault LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org -- http://mail.python.org/mailman/listinfo/python-list

[ANN] devtools 0.8

2006-01-10 Thread Sylvain Thénault
o a strong supporter of the Free Software movement, and an active member of the Python and Debian communities. Logilab's open source projects can be found on http://www.logilab.org/. Enjoy and happy new year ! -- Sylvain Thénault LOGILAB, Paris (France). http://

[ANN] APyCoT 0.8

2006-01-10 Thread Sylvain Thénault
movement, and an active member of the Python and Debian communities. Logilab's open source projects can be found on http://www.logilab.org/. Enjoy and happy new year ! -- Sylvain Thénault LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr

[ANN] logilab-common 0.13

2006-01-10 Thread Sylvain Thénault
www.logilab.org/. Enjoy, and happy new year! -- Sylvain Thénault LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org -- http://mail.python.org/mailman/listinfo/python-list

[ANN] PyLint 0.9

2006-01-10 Thread Sylvain Thénault
the tested code. Pylint is free software distributed under the GNU Public Licence. Home page - http://www.logilab.org/projects/pylint Download ftp://ftp.logilab.org/pub/pylint Mailing list ---- mailto://[EMAIL PROTECTED] Enjoy and happy new year ! -- Sy

[ANN] astng 0.14

2006-01-10 Thread Sylvain Thénault
g/. Enjoy and happy new year ! -- Sylvain Thénault LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org -- http://mail.python.org/mailman/listinfo/python-list

[ANN] pylint 0.8.1

2005-11-07 Thread Sylvain Thénault
ttp://www.logilab.org/projects/pylint Download ftp://ftp.logilab.org/pub/pylint Mailing list ---- mailto://[EMAIL PROTECTED] Enjoy! -- Sylvain Thénault LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org -- http://mail.python.org/mailman/listinfo/python-list

[ANN] ASTNG 0.13.1

2005-11-07 Thread Sylvain Thénault
gilab.com/. Logilab is also a strong supporter of the Free Software movement, and an active member of the Python and Debian communities. Logilab's open source projects can be found on http://www.logilab.org/. Enjoy! -- Sylvain Thénault LOGILAB, Paris (Fran

[ANN] PyLint 0.8

2005-10-22 Thread Sylvain Thénault
at the end, and will give a mark to the tested code. Pylint is free software distributed under the GNU Public Licence. Home page - http://www.logilab.org/projects/pylint Download ftp://ftp.logilab.org/pub/pylint Mailing list mailto://[EMAIL P

[ANN] ASTNG 0.13

2005-10-22 Thread Sylvain Thénault
ast classes. Home page - http://www.logilab.org/projects/astng Download ftp://ftp.logilab.org/pub/astng Mailing list ---- mailto://[EMAIL PROTECTED] -- Sylvain Thénault LOGILAB, Paris (France). http://www.logilab.com http://www.logi

Re: [ANN] pylint 0.7

2005-08-05 Thread Sylvain Thénault
On Thu, 04 Aug 2005 14:50:18 -0400, François Pinard wrote: > [Sylvain Thénault] > >> I'm pleased to announce a new release of PyLint. > > Bonjour Sylvain. J'ai la compulsion de dire bonjour, et merci! (On peut > me tutoyer sans problème.) Bonjour ! C'e

[ANN] pylint 0.7

2005-05-27 Thread Sylvain Thénault
tributed under the GNU Public Licence. Home page - http://www.logilab.org/projects/pylint Download ftp://ftp.logilab.org/pub/pylint Mailing list -------- mailto://[EMAIL PROTECTED] Enjoy ! -- Sylvain Thénault LOGILAB, Paris (France). ht

[ANN] pylint 0.6.4

2005-04-14 Thread Sylvain Thénault
give a mark to the tested code. Pylint is free software distributed under the GNU Public Licence. Home page - http://www.logilab.org/projects/pylint Download ftp://ftp.logilab.org/pub/pylint Mailing list -------- mailto://[EMAIL PROTECTED] -- Sylvain Thénault