Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 6 | -940/+0 |
| | |||||
* | pylint pylint | Sylvain Th?nault | 2014-11-19 | 2 | -2/+2 |
| | |||||
* | Wrap dict.items() et. al. in list() | Brett Cannon | 2014-08-29 | 2 | -6/+6 |
| | |||||
* | Also modernize pyreverse | Brett Cannon | 2014-08-29 | 3 | -4/+6 |
| | |||||
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 2 | -40/+39 |
| | |||||
* | Don't crash when sorting visible objects other than function nodes. Closes ↵ | cpopa | 2014-05-27 | 1 | -2/+5 |
| | | | | issue #252. | ||||
* | [pyreverse] predictable attributes/methods order | Sylvain Th?nault | 2014-04-02 | 1 | -2/+2 |
| | |||||
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 5 | -5/+5 |
| | |||||
* | various pylint fixes | Sylvain Th?nault | 2013-12-22 | 5 | -22/+24 |
| | |||||
* | [pyreverse] more refactoring to get actually predicable results (take 2) | Sylvain Th?nault | 2013-12-20 | 2 | -16/+9 |
| | | | | simplify pyreverse related test code on the way. | ||||
* | [test/pyreverse] make test predictable and stop sorting file content in this ↵ | Sylvain Th?nault | 2013-12-20 | 2 | -7/+14 |
| | | | | case | ||||
* | [pyreverse] use unicode instead of non-ascii str in Dot writer | Julien Cristau | 2013-08-02 | 1 | -1/+1 |
| | |||||
* | fix syntax error due to missing encoding declaration | Sylvain Th?nault | 2013-08-02 | 1 | -0/+1 |
| | |||||
* | some pylint and style fixes | Sylvain Th?nault | 2013-07-31 | 3 | -22/+21 |
| | |||||
* | astng has been renamed astroid | David Douard | 2013-06-17 | 4 | -24/+24 |
| | |||||
* | create a console_scripts entry point to be used by easy_install, buildout ↵ | Sylvain Th?nault | 2012-09-14 | 1 | -13/+8 |
| | | | | | | and pip. Closes #103949 uniformize run interface and update licensing on the way | ||||
* | white spaces cleanup | Sylvain Th?nault | 2012-09-19 | 1 | -10/+10 |
| | |||||
* | use .iter* version of dict methods when possible | Sylvain Th?nault | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | 223 : run python2.x compatible fixers | Emile Anclin | 2010-11-15 | 1 | -2/+2 |
| | |||||
* | remove more 2.4 compat | Emile Anclin | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | py3k: fix __builtin__ vs builtins | Emile Anclin | 2010-10-28 | 1 | -1/+3 |
| | |||||
* | add a comment: closing #9542: unrecognized ancestor | Emile Anclin | 2010-09-02 | 1 | -0/+2 |
| | |||||
* | [pyreverse] add current working directory to sys.path | Emile Anclin | 2010-09-02 | 1 | -6/+10 |
| | | | | | It is not enough to do it in the astng.manager (in the project_from_files method) since we call the "ancestors" method after it in the DiadefsHandler. | ||||
* | [pyreverse] remove useless optional argument | Emile Anclin | 2010-09-02 | 1 | -2/+2 |
| | | | | The astng_wrapper is already the default argument in the astng.manager module. | ||||
* | pyreverse: take into account class attributes which are stored in locals_type | Emile Anclin | 2010-04-21 | 2 | -4/+8 |
| | |||||
* | copyright update : date up 2010 | Emile Anclin | 2010-03-23 | 5 | -5/+5 |
| | |||||
* | remove pyreverse print | Pierre-Yves David | 2009-11-25 | 1 | -1/+0 |
| | |||||
* | include Dotan Barak spell fixes patch | Sylvain Th?nault | 2009-11-23 | 3 | -5/+5 |
| | |||||
* | explicit class diagram option handling | Emile Anclin | 2009-03-17 | 1 | -6/+14 |
| | |||||
* | better name, fix impl | Sylvain | 2009-03-17 | 1 | -10/+9 |
| | |||||
* | cleanup | Emile Anclin | 2008-09-17 | 1 | -9/+3 |
| | |||||
* | no edge concentrate | Emile Anclin | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | cleanup | Emile Anclin | 2008-09-10 | 4 | -25/+32 |
| | |||||
* | explicit Writer interfaces | Emile Anclin | 2008-09-09 | 1 | -3/+15 |
| | |||||
* | adapt pyreverse for inclusion into pylint | Emile Anclin | 2008-09-08 | 5 | -138/+143 |
| | |||||
* | slight improvements on imports | Emile Anclin | 2008-09-08 | 2 | -11/+22 |
| | |||||
* | doc, docstrings and some cleanup | Emile Anclin | 2008-09-02 | 2 | -14/+20 |
| | |||||
* | fix builtin option and cleanup | Emile Anclin | 2008-09-02 | 1 | -18/+12 |
| | |||||
* | red color for exceptions and cleanup | Emile Anclin | 2008-09-01 | 1 | -42/+43 |
| | |||||
* | add option to show only classnames | Emile Anclin | 2008-09-01 | 1 | -0/+2 |
| | |||||
* | correct level values | Emile Anclin | 2008-08-27 | 1 | -25/+25 |
| | |||||
* | cleanup class extractions recursions | Emile Anclin | 2008-08-26 | 1 | -54/+71 |
| | |||||
* | rebuild ancestor and associated options | Emile Anclin | 2008-08-26 | 1 | -16/+21 |
| | |||||
* | ancestor option : without recursion | Emile Anclin | 2008-08-25 | 1 | -3/+9 |
| | |||||
* | doc strings for writer | Emile Anclin | 2008-08-25 | 1 | -4/+19 |
| | |||||
* | correct arrow directions | Emile Anclin | 2008-08-25 | 1 | -5/+5 |
| | |||||
* | remove old writers and cleanup | Emile Anclin | 2008-08-25 | 1 | -28/+13 |
| | |||||
* | merge dot and vcg writers | Emile Anclin | 2008-08-25 | 2 | -1/+176 |
| | |||||
* | get from-import dependencies | Emile Anclin | 2008-08-19 | 2 | -11/+31 |
| | |||||
* | filter doubled class names | Emile Anclin | 2008-08-18 | 1 | -6/+15 |
| |