Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d16e81aabe5448a90640694d57cdaefddf3a1a9f
/
Lib
/
test
/
test_tokenize.py
0bcbb0d
Fix the roundtripping function.
by Guido van Rossum
· 18 years ago
88fc664
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
by Georg Brandl
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
c150536
PEP 3107 - Function Annotations thanks to Tony Lownds
by Neal Norwitz
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
da99d1c
SF bug #1224621: tokenize module does not detect inconsistent dedents
by Raymond Hettinger
· 20 years ago
68c0453
Add untokenize() function to allow full round-trip tokenization.
by Raymond Hettinger
· 20 years ago
0ff2ee0
Effectively renamed tokenize_tests.py to have a txt extension instead.
by Tim Peters
· 22 years ago
11cb813
Close the file after tokenizing it. Because the open file object was
by Tim Peters
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
e26132c
Move unified findfile() into test_support.py
by Guido van Rossum
· 27 years ago
0874f7f
Tests for tokenize.py (Ka-Ping Yee)
by Guido van Rossum
· 28 years ago