summaryrefslogtreecommitdiff
path: root/tests/test_python.py
Commit message (Expand)AuthorAgeFilesLines
* Replace tests that assert on token output with auto-updatable samples (#1649)Oleh Prypin2021-01-181-889/+0
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Fix for lexing Python raw f-strings with backslashes (#1683)Jeppe Dakin2021-01-171-0/+48
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-59/+59
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Python f-strings: highlight expressions in curly bracesTomer Vromen2020-02-041-0/+682
* Adds the walrus operator to the Python3 lexer.Brett Slatkin2020-02-021-0/+25
* Remove unittest classes from the test suite.Georg Brandl2019-11-101-112/+114
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fixed missing complex float caseKevin Stone2017-05-021-0/+1
* Added pep 515 support to the python lexerKevin Stone2017-05-021-0/+19
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+113