summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_source_encoding.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40593: Improve syntax errors for invalid characters in source code. ↵Serhiy Storchaka2020-05-121-0/+3
| | | | (GH-20033)
* bpo-36919: make test_source_encoding.test_issue2301 ↵Pavel Koneski2019-09-111-1/+1
| | | | | | implementation-independent (#13639) * bpo-36919: make test_issue2301 implementation-independent
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
|
* Added new tests for detecting Python source code encoding.Serhiy Storchaka2016-03-201-2/+81
|
* Issue #22390: Remove files created by testsVictor Stinner2014-10-051-1/+2
|
* merge 3.3Benjamin Peterson2014-03-011-1/+2
|
* ReindentMartin v. Löwis2014-02-281-1/+1
|
* Merge with 3.3Martin v. Löwis2014-02-281-0/+9
|
* Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.Serhiy Storchaka2013-06-191-12/+13
|
* Stop using the deprecated unittest.TestCase.assertRaisesRegexp()Brett Cannon2013-06-161-5/+5
|
* Issue #18048: Merge test_pep263.py and test_coding.py into ↵Serhiy Storchaka2013-06-131-7/+76
|\ | | | | | | test_source_encoding.py.
| * Issue #18048: Rename test_pep263.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+80
|
* Issue #18048: Rename test_coding.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+65