aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_source_encoding.py
Commit message (Collapse)AuthorAge
* bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)Pablo Galindo2021-03-28
|
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-07
|
* bpo-40593: Improve syntax errors for invalid characters in source code. ↵Serhiy Storchaka2020-05-12
| | | | (GH-20033)
* bpo-36919: make test_source_encoding.test_issue2301 ↵Pavel Koneski2019-09-11
| | | | | | 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-20
|
* Added new tests for detecting Python source code encoding.Serhiy Storchaka2016-03-20
|
* Issue #22390: Remove files created by testsVictor Stinner2014-10-05
|
* merge 3.3Benjamin Peterson2014-03-01
|
* ReindentMartin v. Löwis2014-02-28
|
* Merge with 3.3Martin v. Löwis2014-02-28
|
* Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.Serhiy Storchaka2013-06-19
|
* Stop using the deprecated unittest.TestCase.assertRaisesRegexp()Brett Cannon2013-06-16
|
* Issue #18048: Merge test_pep263.py and test_coding.py into ↵Serhiy Storchaka2013-06-13
|\ | | | | | | test_source_encoding.py.
| * Issue #18048: Rename test_pep263.py to test_source_encoding.py.Serhiy Storchaka2013-06-13
|
* Issue #18048: Rename test_coding.py to test_source_encoding.py.Serhiy Storchaka2013-06-13