Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+3 |
| | |||||
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| | |||||
* | New function, astroid.extract_node, exported out from astroid.test_utils. | Claudiu Popa | 2016-06-29 | 1 | -3/+2 |
| | |||||
* | Convert all files to new license header | Ceridwen | 2016-05-17 | 1 | -17/+3 |
| | |||||
* | Revert "Try to solve the packaging issues again" | Claudiu Popa | 2016-02-11 | 1 | -0/+124 |
| | | | | This reverts commit d37b81de4f1e64abc2f222c487785d816ab469ea. | ||||
* | Try to solve the packaging issues again | Ceridwen | 2016-02-08 | 1 | -124/+0 |
| | |||||
* | Fix unpack_infer to fail if results are empty | Dave Baum | 2016-01-15 | 1 | -1/+9 |
| | | | | | This should prevent a StopIteration leaking when next is called over unpack_infer. | ||||
* | Handle the cases when a List can contain Uninferable as its elements | Claudiu Popa | 2015-11-23 | 1 | -64/+78 |
| | | | | | | | This can happen for instance when the list contains objects which weren't inferable in the first place. There were a bunch of places affected by this bug: unpack_infer, the inference of list additions and the handling of the namedtuple's fields. | ||||
* | Move unpack_infer and are_exclusive into the interpreter namespace. | Claudiu Popa | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Move node_classes and scoped_nodes into the tree namespace. | Claudiu Popa | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -0/+102 |
python setup.py develop now works. |