| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18960: Fix bugs with Python source code encoding in the second line. | Serhiy Storchaka | 2014-01-09 | 1 | -0/+33 |
|
|
* | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script | Serhiy Storchaka | 2013-09-16 | 1 | -0/+7 |
|
|
* | #16152: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+4 |
|\ |
|
| * | #16152: fix tokenize to ignore whitespace at the end of the code when no newl... | Ezio Melotti | 2012-11-03 | 1 | -0/+5 |
|
|
* | | Merge branch | Florent Xicluna | 2012-07-07 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d... | Florent Xicluna | 2012-07-07 | 1 | -0/+4 |
|
|
* | | Issue #15096: Drop support for the ur string prefix | Christian Heimes | 2012-06-20 | 1 | -20/+2 |
|
|
* | | Issue #15054: Fix incorrect tokenization of 'b' string literals. | Meador Inge | 2012-06-17 | 1 | -0/+76 |
|
|
* | | Issue #14629: Mention the filename in SyntaxError exceptions from | Brett Cannon | 2012-04-20 | 1 | -0/+29 |
|
|
* | | merge 3.2: issue 14629 | Martin v. Löwis | 2012-04-20 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Issue #14629: Raise SyntaxError in tokenizer.detect_encoding | Martin v. Löwis | 2012-04-20 | 1 | -0/+10 |
|
|
* | | Updated tokenize to support the inverse byte literals new in 3.3 | Armin Ronacher | 2012-03-04 | 1 | -0/+12 |
|
|
* | | Issue #2134: Add support for tokenize.TokenInfo.exact_type. | Meador Inge | 2012-01-19 | 1 | -1/+74 |
|
|
* | | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). | Ezio Melotti | 2011-09-28 | 1 | -1/+1 |
|/ |
|
* | tokenize is just broken on test_pep3131.py | Benjamin Peterson | 2011-08-13 | 1 | -0/+3 |
|
|
* | Issue #12587: Correct faulty test file and reference in test_tokenize. | Ned Deily | 2011-07-19 | 1 | -1/+1 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -29/+29 |
|
|
* | test_tokenize: use self.assertEqual() instead of plain assert | Victor Stinner | 2010-11-09 | 1 | -4/+4 |
|
|
* | Issue #10335: Add tokenize.open(), detect the file encoding using | Victor Stinner | 2010-11-09 | 1 | -1/+22 |
|
|
* | Fix #10258 - clean up resource warning | Brian Curtin | 2010-10-30 | 1 | -2/+4 |
|
|
* | Replace the "compiler" resource with the more generic "cpu", so | Antoine Pitrou | 2010-10-14 | 1 | -2/+2 |
|
|
* | handle names starting with non-ascii characters correctly #9712 | Benjamin Peterson | 2010-08-30 | 1 | -0/+13 |
|
|
* | remove pointless coding cookie | Benjamin Peterson | 2010-08-30 | 1 | -2/+0 |
|
|
* | Issue #9337: Make float.__str__ identical to float.__repr__. | Mark Dickinson | 2010-08-04 | 1 | -2/+2 |
|
|
* | Merged revisions 82356 via svnmerge from | Mark Dickinson | 2010-06-29 | 1 | -1/+1 |
|
|
* | in tokenize.detect_encoding(), return utf-8-sig when a BOM is found | Benjamin Peterson | 2010-03-18 | 1 | -5/+5 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -0/+18 |
|
|
* | normalize latin-1 and utf-8 variant encodings like the builtin tokenizer does | Benjamin Peterson | 2009-10-09 | 1 | -1/+29 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|
|
* | raise a SyntaxError in detect_encoding() when a codec lookup fails like the b... | Benjamin Peterson | 2008-12-12 | 1 | -0/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -8/+8 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -1/+1 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -1/+23 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 1 | -46/+305 |
|
|
* | Added tests for tokenize, blocked corresponding checkin from trunk. | Eric Smith | 2008-03-17 | 1 | -2/+10 |
|
|
* | Fix doctests in test_tokenize by converting Python 2.x syntax | Mark Dickinson | 2008-03-16 | 1 | -49/+49 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -188/+493 |
|
|
* | Patch 1420 by Ron Adam. | Guido van Rossum | 2007-11-12 | 1 | -2/+11 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -2/+2 |
|
|
* | Make test_tokenize really pass -- don't add extra output. | Guido van Rossum | 2007-08-04 | 1 | -2/+2 |
|
|
* | Make test_tokenize pass again: | Guido van Rossum | 2007-08-04 | 1 | -3/+14 |
|
|
* | When testing all stdlib modules, ignore test_pep263.py which is encoded | Guido van Rossum | 2007-08-01 | 1 | -0/+3 |
|
|
* | Fix a buch of shallow test failures. | Guido van Rossum | 2007-06-18 | 1 | -1/+3 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -2/+2 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -2/+2 |
|
|
* | Fix the roundtripping function. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -10/+10 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -5/+5 |
|
|
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -0/+10 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -4/+113 |
|
|