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
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-1/+1
*
change test to what I intended
Benjamin Peterson
2009-10-15
1
-2/+2
*
use floor division and add a test that exercises the tabsize codepath
Benjamin Peterson
2009-10-15
1
-0/+17
*
Issue2495: tokenize.untokenize did not insert space between two consecutive s...
Amaury Forgeot d'Arc
2008-03-27
1
-3/+8
*
Fixed tokenize tests
Christian Heimes
2008-03-27
1
-1/+7
*
Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS.
Eric Smith
2008-03-17
1
-2/+10
*
Move test_tokenize to doctest.
Brett Cannon
2008-03-13
1
-161/+498
*
Hmm, this test has failed at least twice recently on the OpenBSD and
Neal Norwitz
2006-09-02
1
-1/+12
*
A new test here relied on preserving invisible trailing
Tim Peters
2006-08-25
1
-2/+3
*
Whitespace normalization.
Tim Peters
2006-08-25
1
-3/+3
*
Bug fixes large and small for tokenize.
Jeremy Hylton
2006-08-23
1
-10/+64
*
Baby steps towards better tests for tokenize
Jeremy Hylton
2006-08-23
1
-3/+46
*
Repaired a number of errors in this test:
Tim Peters
2006-03-31
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