summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tokenize.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the roundtripping function.Guido van Rossum2007-02-091-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-10/+10
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-0/+10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+113
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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