| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved tests out of package directory (#704) | Ashley Whetter | 2019-10-15 | 1 | -1220/+0 |
* | All type comments have as parent the corresponding `astroid` node | Claudiu Popa | 2019-10-09 | 1 | -0/+21 |
* | Remove redundant compatibility code (#693) | Hugo van Kemenade | 2019-09-10 | 1 | -18/+6 |
* | Fix typed_ast based tests for Python 3.8 | Claudiu Popa | 2019-07-10 | 1 | -2/+8 |
* | Run f string debug test on Python 3.8+ | Claudiu Popa | 2019-07-10 | 1 | -0/+1 |
* | Add a simple test for f-string debug mode | Claudiu Popa | 2019-07-10 | 1 | -0/+6 |
* | Add support for finding positional only arguments using the Arguments APIs | Claudiu Popa | 2019-07-09 | 1 | -0/+15 |
* | Grab only Constant strings for docstrings | Claudiu Popa | 2019-07-06 | 1 | -0/+9 |
* | Add test for extracting a doc to make sure we have it working on Python 3.8 | Claudiu Popa | 2019-07-06 | 1 | -0/+11 |
* | Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e... | Claudiu Popa | 2019-06-01 | 1 | -0/+25 |
* | Can access per argument type comments (#667) | Ashley Whetter | 2019-05-14 | 1 | -0/+39 |
* | Skip test on Windows to get rid of a false positive | Claudiu Popa | 2019-03-20 | 1 | -1/+6 |
* | Initial formatting of astroid | Claudiu Popa | 2018-10-02 | 1 | -211/+273 |
* | Reflect AST changes in Python 3.8. | Serhiy Storchaka | 2018-09-30 | 1 | -4/+4 |
* | pytest why are you being so weird? add missing reason keyword argument | Claudiu Popa | 2018-09-23 | 1 | -1/+1 |
* | Use skipif instead of the missing skipunless and remove test for pygtk | Claudiu Popa | 2018-09-23 | 1 | -2/+2 |
* | Correct line numbering for f-strings for complex embedded expressions | Claudiu Popa | 2018-09-23 | 1 | -0/+14 |
* | `async` functions are now inferred as `AsyncGenerator` when inferring their c... | Claudiu Popa | 2018-08-16 | 1 | -0/+35 |
* | Make sure that assign nodes can find ``yield`` statements in their values | Claudiu Popa | 2018-08-10 | 1 | -0/+16 |
* | Fix unused import | Claudiu Popa | 2018-07-19 | 1 | -1/+1 |
* | Check if we actually have typed_ast installed and skip the tests that need it | Claudiu Popa | 2018-07-17 | 1 | -5/+5 |
* | Update the copyright noticesastroid-2.0 | Claudiu Popa | 2018-07-15 | 1 | -2/+10 |
* | Add a ChangeLog entry for the as_string() improvements and remove readlines call | Claudiu Popa | 2018-07-05 | 1 | -1/+1 |
* | Improve as_string output of operators, elif, with, return & docs | brendanator | 2018-07-05 | 1 | -2/+25 |
* | Fix lint | Claudiu Popa | 2018-07-03 | 1 | -0/+1 |
* | Prevent Const copy resulting in recursion | Bryce Guinta | 2018-06-23 | 1 | -0/+8 |
* | Fix pylint errors | Claudiu Popa | 2018-06-04 | 1 | -1/+1 |
* | Add support for parsing function type comments | Claudiu Popa | 2018-06-04 | 1 | -0/+49 |
* | Fix the operator, this should have been the other way around | Claudiu Popa | 2018-05-24 | 1 | -1/+1 |
* | kill aliases scheduled for removal | Claudiu Popa | 2018-05-24 | 1 | -61/+8 |
* | Add support for type comments (#548) | Claudiu Popa | 2018-05-23 | 1 | -0/+62 |
* | pyupgrade (#549) | Anthony Sottile | 2018-05-22 | 1 | -1/+1 |
* | Add _namespace_packages to pkg_resources brain tip and fix the lint errors | Claudiu Popa | 2018-03-30 | 1 | -1/+0 |
* | add qname to Unknown node to avoid error in pylint | Bryce Guinta | 2018-03-26 | 1 | -0/+1 |
* | Add name attribute to Unknown class | Bryce Guinta | 2018-03-26 | 1 | -0/+7 |
* | Fix lint warnings | Claudiu Popa | 2017-10-12 | 1 | -0/+6 |
* | Add support for Python 3.6's annotated assignment nodes | rr- | 2017-02-09 | 1 | -0/+47 |
* | Make is_argument search kwonlyargs. (#386) | Derek Gustafson | 2017-01-22 | 1 | -0/+9 |
* | Remove flaky test. | Claudiu Popa | 2016-11-21 | 1 | -8/+0 |
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+6 |
* | 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 | -14/+14 |
* | Fix typos | Jakub Wilk | 2016-06-02 | 1 | -1/+1 |
* | Convert all files to new license header | Ceridwen | 2016-05-16 | 1 | -17/+3 |
* | Add a new possible property-descriptor, lazy. | Claudiu Popa | 2015-12-21 | 1 | -1/+5 |
* | Cleanup pylint's warnings over astroid codebase | Claudiu Popa | 2015-12-14 | 1 | -20/+20 |
* | Enable the warnings in tests through a context manager | Claudiu Popa | 2015-12-11 | 1 | -10/+11 |
* | Some nodes got a new attribute, 'ctx', which tells in which context the said ... | Claudiu Popa | 2015-12-08 | 1 | -0/+50 |
* | AstroidBuildingException is now AstroidBuildingError. | Claudiu Popa | 2015-12-06 | 1 | -1/+1 |
* | Add support for handling Uninferable nodes when calling as_string | Claudiu Popa | 2015-11-29 | 1 | -0/+10 |