Commit Graph

13 Commits

Author SHA1 Message Date
Brandon W Maister
006b0f6c6d Seems like Pylint has switched to github? 2016-02-06 13:50:51 -05:00
Claudiu Popa
a455fa902b Remove entries regarding interfaces from the documentation. 2015-05-06 18:21:50 +03:00
Claudiu Popa
cda434ac70 Added a new option for controlling the peephole optimizer in astroid.
The option ``--optimize-ast`` will control the peephole optimizer,
which is used to optimize a couple of AST subtrees. The current problem
solved by the peephole optimizer is when multiple joined strings,
with the addition operator, are encountered. If the numbers of such
strings is high enough, Pylint will then fail with a maximum recursion
depth exceeded error, due to its visitor architecture. The peephole
just transforms such calls, if it can, into the final resulting string
and this exhibit a problem, because the visit_binop method stops being
called (in the optimized AST it will be a Const node).
2015-03-14 17:50:36 +02:00
fahhem
5869ef94c8 FAQ typo fix ("minimum" vs "maximum")
--HG--
branch : fahhem/faq-typo-fix-minimum-vs-maximum-1418754998842
2014-12-16 18:36:17 +00:00
Claudiu Popa
50653fc8e0 Add a note regarding the support of <=Python 2.6.
Closes issue #390.
2014-12-15 18:03:02 +02:00
Claudiu Popa
5c727bd136 Cleanup through documentation. 2014-11-12 22:26:04 +02:00
Claudiu Popa
4c69e9c5c5 Remove psyco section from documentation, it's not a relevant project anymore. 2014-11-12 21:36:39 +02:00
Sylvain Thénault
a43933b27f [doc] use symbolic names in faq 2014-04-11 10:59:12 +02:00
Sylvain Thénault
a23654de25 don't promote inline comment in rc file
their situation w/ ConfigParser is somewhat fuzzy, and we don't want to promote
them in pylintrc, so simply show whole line comments.

Closes #150
2014-04-11 10:54:20 +02:00
David Douard
f1786ae74b astng has been renamed astroid 2013-06-17 15:06:48 +02:00
Nicolas Chauvat
525ce361fe [doc] continue refactoring 2013-04-29 15:31:03 +02:00
Sylvain Thénault
2c50b2087e [doc/faq] refer to existing section of the documentation in the faq, reorder message control section 2013-04-17 10:59:21 +02:00
Nicolas Chauvat
575b69cfb3 [doc] complete refactoring 2013-04-06 21:45:15 +02:00