summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_symbol.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|
* Issue 24297: Fix test_symbol on WindowsVictor Stinner2015-09-021-14/+21
| | | | Don't rely on end of line. Open files in text mode, not in binary mode.
* Add error information to a failing test to help diagnose a buildbot failure.Raymond Hettinger2015-08-171-1/+4
|
* Issue 24297: Add a unittest that Lib/symbol.py is in sync with GrammarYury Selivanov2015-05-281-0/+45