summaryrefslogtreecommitdiff
path: root/Lib/test/test_tokenize.py
Commit message (Expand)AuthorAgeFilesLines
* Hmm, this test has failed at least twice recently on the OpenBSD andNeal Norwitz2006-09-021-1/+12
* A new test here relied on preserving invisible trailingTim Peters2006-08-251-2/+3
* Whitespace normalization.Tim Peters2006-08-251-3/+3
* Bug fixes large and small for tokenize.Jeremy Hylton2006-08-231-10/+64
* Baby steps towards better tests for tokenizeJeremy Hylton2006-08-231-3/+46
* Repaired a number of errors in this test:Tim Peters2006-03-311-60/+74
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-211-1/+19
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-101-3/+73
* Effectively renamed tokenize_tests.py to have a txt extension instead.Tim Peters2003-05-121-1/+1
* Close the file after tokenizing it. Because the open file object wasTim Peters2003-05-121-2/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-231-13/+1
* Tests for tokenize.py (Ka-Ping Yee)Guido van Rossum1997-10-271-0/+22