| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-102856: Initial implementation of PEP 701 (#102855) | Pablo Galindo Salgado | 2023-04-19 | 1 | -1/+3 |
|
|
* | bpo-44396: Update multi-line-start location when reallocating tokenizer buffe... | Pablo Galindo | 2021-06-12 | 1 | -0/+7 |
|
|
* | bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050) | Pablo Galindo | 2021-03-28 | 1 | -2/+2 |
|
|
* | bpo-40176: Improve error messages for unclosed string literals (GH-19346) | Batuhan Taskaya | 2021-01-20 | 1 | -11/+13 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21317) | Hai Shi | 2020-07-06 | 1 | -1/+2 |
|
|
* | bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20... | Lysandros Nikolaou | 2020-06-16 | 1 | -0/+4 |
|
|
* | bpo-40555: Check for p->error_indicator in loop rules after the main loop is ... | Pablo Galindo | 2020-05-08 | 1 | -0/+9 |
|
|
* | bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) | Lysandros Nikolaou | 2020-04-28 | 1 | -2/+0 |
|
|
* | bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) | Victor Stinner | 2020-04-23 | 1 | -1/+1 |
|
|
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+2 |
|
|
* | Fix typo in test's docstring (GH-17856) | Daniel Hahler | 2020-01-09 | 1 | -1/+1 |
|
|
* | bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401) | Anthony Sottile | 2019-05-18 | 1 | -1/+25 |
|
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -4/+1 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -1/+0 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+3 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -4/+4 |
|
|
* | forgot the best part - the new tests... | Skip Montanaro | 2002-08-15 | 1 | -0/+32 |
|
|