Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0ea31a93551d352fe989d8bc2728046abc4fc6c4
/
Lib
/
test
/
tokenize_tests.txt
4fe72f9
Patch 1420 by Ron Adam.
by Guido van Rossum
· 17 years ago
cd16bf6
Merged revisions 55817-55961 via svnmerge from
by Guido van Rossum
· 17 years ago
c150536
PEP 3107 - Function Annotations thanks to Tony Lownds
by Neal Norwitz
· 18 years ago
0b70cca
Remove usage of backticks.
by Brett Cannon
· 18 years ago
b053cd8
Killed the <> operator. You must now use !=.
by Guido van Rossum
· 18 years ago
c2a5a63
PEP-0318, @decorator-style. In Guido's words:
by Anthony Baxter
· 20 years ago
0ff2ee0
Effectively renamed tokenize_tests.py to have a txt extension instead.
by Tim Peters
· 21 years ago
[Renamed from Lib/test/tokenize_tests.py]
3b5de4d
Reverted whitespace normalization on this file. I should really change
by Tim Peters
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
fc26c07
Undo Barry's change. This file is not imported, it's fed as input to
by Guido van Rossum
· 22 years ago
266e6b1
Quite down some FutureWarnings.
by Barry Warsaw
· 22 years ago
a4553c0
There's no need for the tokenize tests to include a SyntaxError.
by Jeremy Hylton
· 24 years ago
1ff08b1
Add tokenizer support and tests for u'', U"", uR'', Ur"", etc.
by Ka-Ping Yee
· 24 years ago
0874f7f
Tests for tokenize.py (Ka-Ping Yee)
by Guido van Rossum
· 27 years ago