index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_tokenize.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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