summaryrefslogtreecommitdiff
path: root/pygments/lexers/python.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor PythonConsoleLexer as a DelegatingLexer (#2412)Jean Abou-Samra2023-04-171-62/+55
* Python console: do not require output that looks like a traceback to be valid...Georg Brandl2023-04-121-1/+2
* PythonTracebackLexer: minor tweak in docstringJean Abou Samra2023-04-121-1/+1
* Change token of None after from keywordrdbende2023-04-081-1/+1
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Add missing built-in functions for Python (#2334)P. Talley2023-02-121-10/+10
* Python console: make traceback handling more robustGeorg Brandl2023-02-031-12/+12
* Improve whitespace handling in Python.Matthäus G. Chajdas2022-12-111-20/+20
* Improve whitespace handling in PythonTracebackLexer.Matthäus G. Chajdas2022-12-041-8/+8
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-3/+1
* all: style fixesGeorg Brandl2022-10-271-1/+1
* Add `.pyi` file to `python` lexer filenames (#2231)Nikita Sobolev2022-09-151-0/+2
* Disable highlighting of some escape codes for python bytes literals (#2204)LaurenceWarne2022-08-151-7/+20
* Highlight python 3.10's EncodingWarning (#2106)Kevin Stock2022-04-061-1/+2
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-4/+8
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-3/+1
* Happy new year.Georg Brandl2022-01-251-1/+1
* Merge pull request #1994 from amitkummer/python-pattern-matchingMatthäus G. Chajdas2021-12-291-1/+17
|\
| * Python: lex soft keywordsamitkummer2021-12-201-1/+17
* | Update for new Python traceback locations (#2004)Jean-Abou-Samra2021-12-291-1/+1
|/
* Python: add "breakpoint" builtin.Georg Brandl2021-10-171-1/+1
* Support error locations in Python tracebacks (#1852)Jean-Abou-Samra2021-07-061-2/+16
* Fix python lexer parsing floats incorrectly (#1768)Liam Stevens2021-04-101-1/+1
* Fix #853.Matthäus G. Chajdas2021-03-051-2/+2
* 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-5/+12
* Make guessing prefer Python 3 lexerGeorg Brandl2021-01-171-5/+6
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* python traceback lexer: fix custom exceptions without messageGeorg Brandl2020-09-191-1/+1
* 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