summaryrefslogtreecommitdiff
path: root/Lib/test/test_tokenize.py
Commit message (Expand)AuthorAgeFilesLines
* #16152: merge with 3.2.Ezio Melotti2012-11-031-0/+4
|\
| * #16152: fix tokenize to ignore whitespace at the end of the code when no newl...Ezio Melotti2012-11-031-0/+5
* | Merge branchFlorent Xicluna2012-07-071-0/+4
|\ \ | |/
| * Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-071-0/+4
* | Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-201-20/+2
* | Issue #15054: Fix incorrect tokenization of 'b' string literals.Meador Inge2012-06-161-0/+76
* | Issue #14629: Mention the filename in SyntaxError exceptions fromBrett Cannon2012-04-201-0/+29
* | merge 3.2: issue 14629Martin v. Löwis2012-04-201-0/+10
|\ \ | |/
| * Issue #14629: Raise SyntaxError in tokenizer.detect_encodingMartin v. Löwis2012-04-201-0/+10
* | Updated tokenize to support the inverse byte literals new in 3.3Armin Ronacher2012-03-041-0/+12
* | Issue #2134: Add support for tokenize.TokenInfo.exact_type.Meador Inge2012-01-191-1/+74
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-1/+1
|/
* tokenize is just broken on test_pep3131.pyBenjamin Peterson2011-08-131-0/+3
* Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-191-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-29/+29
* test_tokenize: use self.assertEqual() instead of plain assertVictor Stinner2010-11-091-4/+4
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-091-1/+22
* Fix #10258 - clean up resource warningBrian Curtin2010-10-301-2/+4
* Replace the "compiler" resource with the more generic "cpu", soAntoine Pitrou2010-10-141-2/+2
* handle names starting with non-ascii characters correctly #9712Benjamin Peterson2010-08-301-0/+13
* remove pointless coding cookieBenjamin Peterson2010-08-301-2/+0
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-2/+2
* Merged revisions 82356 via svnmerge fromMark Dickinson2010-06-291-1/+1
* 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