| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -60/+74 |
|
|
* | SF bug #1224621: tokenize module does not detect inconsistent dedents | Raymond Hettinger | 2005-06-21 | 1 | -1/+19 |
|
|
* | Add untokenize() function to allow full round-trip tokenization. | Raymond Hettinger | 2005-06-10 | 1 | -3/+73 |
|
|
* | Effectively renamed tokenize_tests.py to have a txt extension instead. | Tim Peters | 2003-05-12 | 1 | -1/+1 |
|
|
* | Close the file after tokenizing it. Because the open file object was | Tim Peters | 2003-05-12 | 1 | -2/+5 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -1/+1 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+0 |
|
|
* | Move unified findfile() into test_support.py | Guido van Rossum | 1998-04-23 | 1 | -13/+1 |
|
|
* | Tests for tokenize.py (Ka-Ping Yee) | Guido van Rossum | 1997-10-27 | 1 | -0/+22 |
|
|