Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix string constant folding with language_level=2 (GH-4083) | da-woods | 2021-04-12 | 1 | -0/+11 |
| | | | | | | * Handle constant folding for LanguageLevel 2 on Python 3. Ensure that when StrNode is a BytesLiteral, that we don't coerce it to unicode. * Add test for string multiplication bug. Needed to change the TreePath slightly to allow bytes-to-str comparison. Fixes https://github.com/cython/cython/issues/3951 | ||||
* | Fix some Python warnings about unknown/unnecessary string escape sequences. | Stefan Behnel | 2018-09-08 | 1 | -8/+8 |
| | |||||
* | Correctly support integer value comparisons in TreePath test support. | Stefan Behnel | 2017-09-08 | 1 | -0/+2 |
| | |||||
* | use explicit relative imports everywhere and enable absolute imports by default | Stefan Behnel | 2014-06-17 | 1 | -0/+2 |
| | |||||
* | remove some legacy Py2.[345] code | Stefan Behnel | 2014-03-22 | 1 | -11/+4 |
| | |||||
* | Remove trailing whitespace. | Robert Bradshaw | 2010-12-13 | 1 | -2/+2 |
| | |||||
* | test case for dotted attribute names, some cleanup | Stefan Behnel | 2009-12-04 | 1 | -7/+13 |
| | |||||
* | support dotted attributes in TreePath | Stefan Behnel | 2009-12-04 | 1 | -3/+8 |
| | |||||
* | support 'and' operator and boolean attribute values in TreePath predicates | Stefan Behnel | 2009-10-04 | 1 | -6/+29 |
| | |||||
* | extended TreePath test case, fix predicate evaluation | Stefan Behnel | 2009-10-04 | 1 | -2/+2 |
| | |||||
* | somewhat hackish fix for supporting not() in TreePath - needs to be ↵ | Stefan Behnel | 2009-09-18 | 1 | -4/+4 |
| | | | | reconsidered ... | ||||
* | support attribute value selection in TreePath | Stefan Behnel | 2009-09-18 | 1 | -3/+7 |
| | |||||
* | TreePath implementation for selecting nodes from the code tree | Stefan Behnel | 2009-09-18 | 1 | -0/+250 |