| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | extracted string_build from file_build. now string_build allows for file_stre... | Phil Schaf | 2013-11-24 | 1 | -4/+9 |
| | * | | added file_bytes to Module to allow file_stream to be retrieved from it | Phil Schaf | 2013-11-24 | 1 | -0/+5 |
| * | | | Do not print the traceback for SyntaxErrors. | cpopa | 2014-04-02 | 1 | -0/+2 |
| * | | | Fix a false positive with builtin exceptions, by rewriting the `args` and `me... | cpopa | 2014-03-08 | 3 | -3/+47 |
| | |/
|/| |
|
| * | | Merged in PCManticore/astroid/yield_from (pull request #23) | Claudiu Popa | 2014-03-08 | 7 | -15/+69 |
| |\ \ |
|
| | * | | Test fixes. | cpopa | 2014-03-04 | 1 | -2/+2 |
| | * | | Drop yield_from API, add a new YieldFrom node instead. | cpopa | 2014-03-04 | 7 | -36/+55 |
| | * | | Add yield_from property for Yield nodes. | cpopa | 2014-03-02 | 5 | -5/+40 |
| * | | | Check if the parent is a module. Closes #20. | cpopa | 2014-03-04 | 1 | -1/+2 |
| |/ / |
|
| * | | Merged logilab/astroid into default | Claudiu Popa | 2014-02-22 | 3 | -0/+16 |
| |\ \ |
|
| | * | | Don't crash when inferring nodes from with statements, with multiple context ... | cpopa | 2014-02-22 | 3 | -0/+16 |
| * | | | Merged in PCManticore/astroid/nameconstant_py34 (pull request #21) | Sylvain Th?nault | 2014-02-14 | 1 | -2/+10 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Comment typo. | cpopa | 2014-02-03 | 1 | -1/+1 |
| | * | | Add link to Python issue. | cpopa | 2014-02-03 | 1 | -0/+1 |
| | * | | Workaround for _io module, having __module__ as `io`. | cpopa | 2014-02-03 | 1 | -2/+9 |
| * | | | Merged in PCManticore/astroid/nameconstant_py34 (pull request #20) | Claudiu Popa | 2014-02-01 | 0 | -0/+0 |
| |\ \ \
| |/ /
|/| | |
|
| * | | | Move test to unittest_regrtest. | cpopa | 2014-01-29 | 2 | -8/+10 |
| * | | | null commit | cpopa | 2014-01-29 | 1 | -1/+1 |
| * | | | Proper handle args for Python 3.4 when adding to locals. Remove trailing whit... | cpopa | 2014-01-27 | 1 | -18/+18 |
| * | | | vararg and kwarg are instances of _arg.arg for Python 3.4, not strings. | cpopa | 2014-01-27 | 1 | -0/+8 |
| * | | | Fix test to take into account the new _sitebuiltins. | cpopa | 2014-01-26 | 1 | -1/+6 |
| * | | | Merge with default. | cpopa | 2014-01-26 | 9 | -17/+216 |
| |\ \ \
| |/ / |
|
| | * | | Simplify check, make sure that _newstyle is always checked for Python 3. | cpopa | 2014-01-22 | 1 | -6/+6 |
| | * | | Changelog update. | cpopa | 2014-01-16 | 1 | -1/+1 |
| | * | | Make the compare only once. | cpopa | 2014-01-16 | 1 | -1/+2 |
| | * | | All class nodes are marked as new style classes for Py3k, closes #12. | cpopa | 2014-01-16 | 5 | -9/+30 |
| | * | | Fix `as_string` for one element tuples. | cpopa | 2013-12-27 | 2 | -0/+11 |
| | * | | close the byte stream avoid warning w/ python3 | Sylvain Th?nault | 2013-12-24 | 1 | -0/+1 |
| | * | | Merged in PCManticore/astroid/metaclass (pull request #9) | Claudiu Popa | 2013-12-18 | 6 | -6/+171 |
| | |\ \ |
|
| | | * | | Use .infer. | cpopa | 2013-12-18 | 1 | -1/+1 |
| | | * | | Remove reference to Py3k. | cpopa | 2013-12-18 | 1 | -1/+1 |
| | | * | | Better Changelog message. | cpopa | 2013-12-18 | 1 | -3/+2 |
| | | * | | Add Changelog entry regarding `metaclass`, add a new test for py3k. | cpopa | 2013-12-18 | 3 | -2/+17 |
| | | * | | Merged default into metaclass | Claudiu Popa | 2013-12-18 | 5 | -22/+142 |
| | | |\ \ |
|
| | | | * | | Don't use .body to retrieve the classes. Add test for parent metaclass. | cpopa | 2013-10-18 | 1 | -5/+19 |
| | | | * | | Add tests for the metaclass and newstyle discovery. | cpopa | 2013-08-14 | 1 | -0/+18 |
| | | | * | | Proper metaclass discovery when encountering __metaclass__. | cpopa | 2013-08-14 | 1 | -4/+8 |
| | | | * | | Add test for .as_string. | cpopa | 2013-08-14 | 1 | -0/+12 |
| | | | * | | Proper handling of metaclass for class.as_string. | cpopa | 2013-08-14 | 1 | -1/+11 |
| | | | * | | Add tests. | cpopa | 2013-08-13 | 3 | -2/+65 |
| | | | * | | Change metaclass discovery. | cpopa | 2013-08-13 | 2 | -20/+19 |
| | | * | | | Merged logilab/astroid into default | Claudiu Popa | 2013-12-16 | 2 | -3/+34 |
| | | |\ \ \
| |/ / / /
| | | _ /
| | | / |
|
| | | * | | Merged logilab/astroid into default | Claudiu Popa | 2013-08-05 | 2 | -3/+34 |
| | | |\ \ |
|
| | | | * | | Revert change. | cpopa | 2013-07-24 | 1 | -1/+1 |
| | | | * | | Proper metaclass handling. | cpopa | 2013-07-24 | 1 | -4/+3 |
| | | | * | | Return a string depicting the metaclass, not the metaclass itself. | cpopa | 2013-07-24 | 1 | -1/+4 |
| | | | * | | Add support for metaclass for Python 3. | cpopa | 2013-07-24 | 2 | -2/+20 |
| | | | * | | Add metaclass support for Class node. | cpopa | 2013-07-24 | 1 | -0/+11 |
| * | | | | | Revert change. | cpopa | 2013-12-16 | 1 | -0/+1 |
| * | | | | | Add support for ast NameConstant, added in Python 3.4. | cpopa | 2013-12-16 | 2 | -1/+13 |
| |/ / / / |
|