summaryrefslogtreecommitdiff
path: root/Lib/test/test_tokenize.py
Commit message (Expand)AuthorAgeFilesLines
...
* in tokenize.detect_encoding(), return utf-8-sig when a BOM is foundBenjamin Peterson2010-03-181-5/+5
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-0/+18
* normalize latin-1 and utf-8 variant encodings like the builtin tokenizer doesBenjamin Peterson2009-10-091-1/+29
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* raise a SyntaxError in detect_encoding() when a codec lookup fails like the b...Benjamin Peterson2008-12-121-0/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-8/+8
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-1/+1
* Merged revisions 61964-61979 via svnmerge fromChristian Heimes2008-03-281-1/+23
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-46/+305
* Added tests for tokenize, blocked corresponding checkin from trunk.Eric Smith2008-03-171-2/+10
* Fix doctests in test_tokenize by converting Python 2.x syntaxMark Dickinson2008-03-161-49/+49
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-188/+493
* Patch 1420 by Ron Adam.Guido van Rossum2007-11-121-2/+11
* Remove RISCOS supportSkip Montanaro2007-08-161-2/+2
* Make test_tokenize really pass -- don't add extra output.Guido van Rossum2007-08-041-2/+2
* Make test_tokenize pass again:Guido van Rossum2007-08-041-3/+14
* When testing all stdlib modules, ignore test_pep263.py which is encodedGuido van Rossum2007-08-011-0/+3
* Fix a buch of shallow test failures.Guido van Rossum2007-06-181-1/+3
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+2
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* 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