summaryrefslogtreecommitdiff
path: root/astroid/as_string.py
Commit message (Expand)AuthorAgeFilesLines
* add format string support (#365)Jared Garst2016-12-301-1/+17
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Convert all files to new license headerCeridwen2016-05-171-17/+3
* Move testdata back into tests.Claudiu Popa2016-02-131-13/+2
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+507
* Try to solve the packaging issues againCeridwen2016-02-081-507/+0
* Fix typo in as_string.visit_withitemCeridwen2016-01-151-2/+3
* Fix typos for visit_withitem in as_string, forward visit_asyncwith correctly ...Ceridwen2016-01-151-1/+1
* Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ...Ceridwen2016-01-091-3/+5
* Refactor Compare nodes to have two sequences, ops and comparators, correspond...Ceridwen2016-01-081-1/+1
* Use printf-style formatting in as_string, in order to avoid a potential probl...Claudiu Popa2015-12-291-7/+5
* Add support for handling Uninferable nodes when calling as_stringClaudiu Popa2015-12-291-0/+3
* Fix remaining code review issues and add docstringsCeridwen2015-11-151-7/+5
* Finish most needed changes for building ASTs from runtime objects.Ceridwen2015-11-141-1/+1
* Rename Singleton to NameConstant, introduce ReservedName nodeCeridwen2015-10-301-1/+1
* Refactor namedtuple, enum, nose, and multiprocessing handling in brain to gen...Ceridwen2015-10-271-0/+1
* Add stub infer() and as_string() for Unknown nodeCeridwen2015-10-251-4/+4
* Fix pylint errors.Claudiu Popa2015-10-061-7/+7
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-061-3/+14
* Make pylint happyy.Claudiu Popa2015-09-251-1/+1
* Use the new name of the AsStringVisitor.Claudiu Popa2015-09-181-1/+1
* Final draft of state printing after mergeCeridwen2015-09-131-8/+19
|\
| * Second pass of the Python 3.5 support: adding Async nodes.Claudiu Popa2015-09-071-0/+13
| * First pass of the Python 3.5 support.Claudiu Popa2015-09-071-8/+6
* | Final draft of improved state printingCeridwen2015-09-131-97/+1
* | First draft of improved state printingCeridwen2015-09-091-47/+100
|/
* Add tests for aliasesCeridwen2015-08-211-5/+5
* Merge main into defaultCeridwen2015-08-141-0/+6
|\
| * Add CallFunc.keywords, instead of putting together args and kwargs in CallFun...Claudiu Popa2015-08-081-0/+6
* | Fix code review comments.Ceridwen2015-07-131-1/+0
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-12/+12
|/
* Add annotation support for function.as_string(). Closes issue #37.Claudiu Popa2015-07-011-4/+14
* Merged in jarradhope/astroid (pull request #73)Claudiu Popa2015-07-011-2/+5
|\
| * add returns annotationjarradhope2015-04-261-2/+5
* | Add a couple of pragma disables for some false positives.Claudiu Popa2015-06-301-0/+1
* | Add a new *inference object* called SuperClaudiu Popa2015-05-281-0/+3
* | Add a new type of nodes, called *inference objects*.Claudiu Popa2015-05-191-1/+5
|/
* Extend the metaclass hack to cover more potential cases.Torsten Marek2014-11-091-1/+1
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+499