| Commit message (Expand) | Author | Age | Files | Lines |
| * | add format string support (#365) | Jared Garst | 2016-12-30 | 1 | -1/+17 |
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+5 |
| * | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| * | Convert all files to new license header | Ceridwen | 2016-05-17 | 1 | -17/+3 |
| * | Move testdata back into tests. | Claudiu Popa | 2016-02-13 | 1 | -13/+2 |
| * | Revert "Try to solve the packaging issues again" | Claudiu Popa | 2016-02-11 | 1 | -0/+507 |
| * | Try to solve the packaging issues again | Ceridwen | 2016-02-08 | 1 | -507/+0 |
| * | Fix typo in as_string.visit_withitem | Ceridwen | 2016-01-15 | 1 | -2/+3 |
| * | Fix typos for visit_withitem in as_string, forward visit_asyncwith correctly ... | Ceridwen | 2016-01-15 | 1 | -1/+1 |
| * | Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ... | Ceridwen | 2016-01-09 | 1 | -3/+5 |
| * | Refactor Compare nodes to have two sequences, ops and comparators, correspond... | Ceridwen | 2016-01-08 | 1 | -1/+1 |
| * | Use printf-style formatting in as_string, in order to avoid a potential probl... | Claudiu Popa | 2015-12-29 | 1 | -7/+5 |
| * | Add support for handling Uninferable nodes when calling as_string | Claudiu Popa | 2015-12-29 | 1 | -0/+3 |
| * | Fix remaining code review issues and add docstrings | Ceridwen | 2015-11-15 | 1 | -7/+5 |
| * | Finish most needed changes for building ASTs from runtime objects. | Ceridwen | 2015-11-14 | 1 | -1/+1 |
| * | Rename Singleton to NameConstant, introduce ReservedName node | Ceridwen | 2015-10-30 | 1 | -1/+1 |
| * | Refactor namedtuple, enum, nose, and multiprocessing handling in brain to gen... | Ceridwen | 2015-10-27 | 1 | -0/+1 |
| * | Add stub infer() and as_string() for Unknown node | Ceridwen | 2015-10-25 | 1 | -4/+4 |
| * | Fix pylint errors. | Claudiu Popa | 2015-10-06 | 1 | -7/+7 |
| * | Add a new node, DictUnpack, for representing the unpacking of a dict using PE... | Claudiu Popa | 2015-10-06 | 1 | -3/+14 |
| * | Make pylint happyy. | Claudiu Popa | 2015-09-25 | 1 | -1/+1 |
| * | Use the new name of the AsStringVisitor. | Claudiu Popa | 2015-09-18 | 1 | -1/+1 |
| * | Final draft of state printing after merge | Ceridwen | 2015-09-13 | 1 | -8/+19 |
| |\ |
|
| | * | Second pass of the Python 3.5 support: adding Async nodes. | Claudiu Popa | 2015-09-07 | 1 | -0/+13 |
| | * | First pass of the Python 3.5 support. | Claudiu Popa | 2015-09-07 | 1 | -8/+6 |
| * | | Final draft of improved state printing | Ceridwen | 2015-09-13 | 1 | -97/+1 |
| * | | First draft of improved state printing | Ceridwen | 2015-09-09 | 1 | -47/+100 |
| |/ |
|
| * | Add tests for aliases | Ceridwen | 2015-08-21 | 1 | -5/+5 |
| * | Merge main into default | Ceridwen | 2015-08-14 | 1 | -0/+6 |
| |\ |
|
| | * | Add CallFunc.keywords, instead of putting together args and kwargs in CallFun... | Claudiu Popa | 2015-08-08 | 1 | -0/+6 |
| * | | Fix code review comments. | Ceridwen | 2015-07-13 | 1 | -1/+0 |
| * | | Node constructors almost finished except for two bugs | Ceridwen | 2015-07-08 | 1 | -12/+12 |
| |/ |
|
| * | Add annotation support for function.as_string(). Closes issue #37. | Claudiu Popa | 2015-07-01 | 1 | -4/+14 |
| * | Merged in jarradhope/astroid (pull request #73) | Claudiu Popa | 2015-07-01 | 1 | -2/+5 |
| |\ |
|
| | * | add returns annotation | jarradhope | 2015-04-26 | 1 | -2/+5 |
| * | | Add a couple of pragma disables for some false positives. | Claudiu Popa | 2015-06-30 | 1 | -0/+1 |
| * | | Add a new *inference object* called Super | Claudiu Popa | 2015-05-28 | 1 | -0/+3 |
| * | | Add a new type of nodes, called *inference objects*. | Claudiu Popa | 2015-05-19 | 1 | -1/+5 |
| |/ |
|
| * | Extend the metaclass hack to cover more potential cases. | Torsten Marek | 2014-11-09 | 1 | -1/+1 |
| * | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -0/+499 |