summaryrefslogtreecommitdiff
path: root/pyreverse
Commit message (Collapse)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-146-940/+0
|
* pylint pylintSylvain Th?nault2014-11-192-2/+2
|
* Wrap dict.items() et. al. in list()Brett Cannon2014-08-292-6/+6
|
* Also modernize pyreverseBrett Cannon2014-08-293-4/+6
|
* linting pylintSylvain Th?nault2014-07-252-40/+39
|
* Don't crash when sorting visible objects other than function nodes. Closes ↵cpopa2014-05-271-2/+5
| | | | issue #252.
* [pyreverse] predictable attributes/methods orderSylvain Th?nault2014-04-021-2/+2
|
* Updated FSF address.Arun Persaud2014-02-235-5/+5
|
* various pylint fixesSylvain Th?nault2013-12-225-22/+24
|
* [pyreverse] more refactoring to get actually predicable results (take 2)Sylvain Th?nault2013-12-202-16/+9
| | | | simplify pyreverse related test code on the way.
* [test/pyreverse] make test predictable and stop sorting file content in this ↵Sylvain Th?nault2013-12-202-7/+14
| | | | case
* [pyreverse] use unicode instead of non-ascii str in Dot writerJulien Cristau2013-08-021-1/+1
|
* fix syntax error due to missing encoding declarationSylvain Th?nault2013-08-021-0/+1
|
* some pylint and style fixesSylvain Th?nault2013-07-313-22/+21
|
* astng has been renamed astroidDavid Douard2013-06-174-24/+24
|
* create a console_scripts entry point to be used by easy_install, buildout ↵Sylvain Th?nault2012-09-141-13/+8
| | | | | | and pip. Closes #103949 uniformize run interface and update licensing on the way
* white spaces cleanupSylvain Th?nault2012-09-191-10/+10
|
* use .iter* version of dict methods when possibleSylvain Th?nault2012-09-191-1/+1
|
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-2/+2
|
* remove more 2.4 compatEmile Anclin2010-11-151-1/+1
|
* py3k: fix __builtin__ vs builtinsEmile Anclin2010-10-281-1/+3
|
* add a comment: closing #9542: unrecognized ancestorEmile Anclin2010-09-021-0/+2
|
* [pyreverse] add current working directory to sys.pathEmile Anclin2010-09-021-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 argumentEmile Anclin2010-09-021-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_typeEmile Anclin2010-04-212-4/+8
|
* copyright update : date up 2010Emile Anclin2010-03-235-5/+5
|
* remove pyreverse printPierre-Yves David2009-11-251-1/+0
|
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-233-5/+5
|
* explicit class diagram option handlingEmile Anclin2009-03-171-6/+14
|
* better name, fix implSylvain2009-03-171-10/+9
|
* cleanupEmile Anclin2008-09-171-9/+3
|
* no edge concentrateEmile Anclin2008-09-101-1/+1
|
* cleanupEmile Anclin2008-09-104-25/+32
|
* explicit Writer interfacesEmile Anclin2008-09-091-3/+15
|
* adapt pyreverse for inclusion into pylintEmile Anclin2008-09-085-138/+143
|
* slight improvements on importsEmile Anclin2008-09-082-11/+22
|
* doc, docstrings and some cleanupEmile Anclin2008-09-022-14/+20
|
* fix builtin option and cleanupEmile Anclin2008-09-021-18/+12
|
* red color for exceptions and cleanupEmile Anclin2008-09-011-42/+43
|
* add option to show only classnamesEmile Anclin2008-09-011-0/+2
|
* correct level valuesEmile Anclin2008-08-271-25/+25
|
* cleanup class extractions recursionsEmile Anclin2008-08-261-54/+71
|
* rebuild ancestor and associated optionsEmile Anclin2008-08-261-16/+21
|
* ancestor option : without recursionEmile Anclin2008-08-251-3/+9
|
* doc strings for writerEmile Anclin2008-08-251-4/+19
|
* correct arrow directionsEmile Anclin2008-08-251-5/+5
|
* remove old writers and cleanupEmile Anclin2008-08-251-28/+13
|
* merge dot and vcg writersEmile Anclin2008-08-252-1/+176
|
* get from-import dependenciesEmile Anclin2008-08-192-11/+31
|
* filter doubled class namesEmile Anclin2008-08-181-6/+15
|