Commit Graph

32 Commits

Author SHA1 Message Date
Claudiu Popa
c5faab4caa Remove section related to Python 2 support
We no longer support Python 2, nor maintain 1.9.X any longer.

Close #3431
2020-02-29 09:19:15 +01:00
Claudiu Popa
927db96bbd Dropped support for Python 3.4
It reached EoL a while ago an our typed_ast dependency also stopped working
for 3.4. Ideally just use a more recent Python version, which also helps
us as we don't have to maintain support for multiple minor versions at once.
2019-06-20 09:49:48 +02:00
Adam Parkin
3c3731225f Correct sentence in FAQ around Python version support (#2346) 2018-07-26 08:12:42 +02:00
Claudiu Popa
5426aa5029 The Python 3 porting checker can run with Python 3 as well 2018-05-10 07:28:17 -04:00
Claudiu Popa
98bd7a2bec Add some extra notes on the Python 2 support 2018-05-09 06:33:22 -04:00
cosven
c695a2e1af add doc for --py3k option. (#1985) 2018-04-02 10:10:14 +02:00
Claudiu Popa
04481735e1 Add documentation notes about the Python support 2018-02-21 11:46:46 +01:00
Hugo
b35166f35b Drop support for EOL Python 3.3 2017-12-11 09:39:49 +01:00
Claudiu Popa
9968861333
Remove hard coded cross references 2017-07-08 12:43:34 +03:00
Claudiu Popa
bff8204e68
Add crossreference to Installation. Close #1499 2017-07-08 12:38:03 +03:00
Łukasz Rogalski
18de1cf54a FAQ: clarify that Pylint 1.7 is required when Python 3.6 features are used (#1402)
Closes #1399
2017-04-02 14:53:14 +02:00
Łukasz Rogalski
2de04b46a3 Improve documentation (#1401)
- Use correct capitalisation of PyCQA organisation in Github links
- Use current version number (1.7) in ChangeLog file
- Use readhedocs URL instead of outdated docs.pylint.org
- Avoid here in links in favor of actual info on link we're pointing to
2017-04-02 14:31:16 +02:00
Claudiu Popa
5c8dd5b810 Add note for why we have some messages disabled by default. Close #1352 2017-03-01 11:49:36 +02:00
Claudiu Popa
ecf0281b37 Stop leaving in the past, pychecker is dead. 2016-08-14 15:44:04 +03:00
Claudiu Popa
84588c902a Remove obsolete history section. 2016-08-14 14:59:59 +03:00
Claudiu Popa
0811fe26fb Remove section about optimize-ast, it was removed. 2016-07-07 17:29:18 +01:00
Jakub Wilk
c500705bca Fix typos (#978) 2016-07-05 13:40:48 +01:00
Claudiu Popa
e80778ae9c Rework documentation
Changed the documentation in couple of places, merged sections together,
described testing procedures and added more up-to-date information
in general.
2016-07-03 19:20:41 +01:00
Jakub Wilk
f7643c06f4 Fix typos (#916)
* Split words that were inadvertently glued together

* Fix typos in the documentation

* Fix typos in message descriptions
2016-05-25 13:42:09 +01:00
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