summaryrefslogtreecommitdiff
path: root/Lib/test/test_eof.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)Pablo Galindo2021-03-281-2/+2
* bpo-40176: Improve error messages for unclosed string literals (GH-19346)Batuhan Taskaya2021-01-201-11/+13
* bpo-40275: Use new test.support helper submodules in tests (GH-21317)Hai Shi2020-07-061-1/+2
* bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20...Lysandros Nikolaou2020-06-161-0/+4
* bpo-40555: Check for p->error_indicator in loop rules after the main loop is ...Pablo Galindo2020-05-081-0/+9
* bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743)Lysandros Nikolaou2020-04-281-2/+0
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-231-1/+1
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+2
* Fix typo in test's docstring (GH-17856)Daniel Hahler2020-01-091-1/+1
* bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401)Anthony Sottile2019-05-181-1/+25
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-2/+3
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Merge ast-branch to headJeremy Hylton2005-10-201-4/+4
* forgot the best part - the new tests...Skip Montanaro2002-08-151-0/+32