summaryrefslogtreecommitdiff
path: root/pygments/lexers/python.py
Commit message (Expand)AuthorAgeFilesLines
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-6/+6
* all: use yield from (#1537)Georg Brandl2020-09-061-6/+4
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-5/+5
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Add async and await keywords (#1507)Marius Hegele2020-08-171-1/+1
* Python 3: remove "cmp" builtinGeorg Brandl2020-05-081-1/+1
* Merge pull request #1385 from tomerv/python-fstringMatthäus G. Chajdas2020-02-291-15/+106
|\
| * Python f-strings: highlight expressions in curly bracesTomer Vromen2020-02-041-15/+106
* | Move Python 3-only exceptions into Python3LexerБорис Верховский2020-02-261-3/+3
|/
* Adds the walrus operator to the Python3 lexer.Brett Slatkin2020-02-021-1/+1
* Python: recognize "f" string prefixGeorg Brandl2019-11-261-8/+10
* Python: make Python3 rules standaloneGeorg Brandl2019-11-261-231/+303
* Python: make "python" shebang match Python 3Georg Brandl2019-11-261-2/+2
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-2/+2
* Python lexer: accept .jy filenamesGeorg Brandl2019-11-241-0/+2
* Python lexers: make Python 3 the defaultGeorg Brandl2019-11-241-51/+78
* Python 3: add StopAsyncIteration exception (bitbucket PR #701)Georg Brandl2019-11-241-2/+3
* fixup! Treat Skylark/Starlark files as PythonRyan Beasley2019-11-221-0/+1
* Treat Skylark/Starlark files as PythonRyan Beasley2019-11-221-1/+17
* python3: make "import" in the "fromimport" context match the python2 behaviorKlaas van Schelven2019-11-151-1/+1
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-2/+3
* Merged in cocoatomo/pygments-main-1/cocoatomo/insert-exception-names-added-in...Anteru2018-12-071-17/+18
|\
| * Merge heads.Georg Brandl2018-11-281-10/+10
| |\
| | * Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in le...Andreas Kloeckner2018-06-191-10/+10
| * | Remove duplicated number definition.Matth?us G. Chajdas2018-11-271-14/+6
| * | Merged in kevinastone/pygments-main (pull request #720)Anteru2018-11-271-1/+1
| |\ \
| | * | Highlight %a in Python3LexerPurpleMyst2017-07-231-1/+1
| | |/
| * | Fixed missing complex float caseKevin Stone2017-05-021-1/+1
| * | Added pep 515 support to the python lexerKevin Stone2017-05-021-0/+9
| |/
* | Insert exception names added in Python version 3.5 and 3.6.cocoatomo2017-03-291-3/+3
|/
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+939