Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0cba38d207dc233707b09787e6618cfca44cc2b7
/
Lib
/
test
/
test_tokenize.py
0a8845e
Issue #25317: Converted doctests in test_tokenize to unittests.
by Serhiy Storchaka
· 10 years ago
33b24f5
Issue #20387: Backport test from Python 3.4
by Jason R. Coombs
· 10 years ago
bd7cf3a
Issue #9974: When untokenizing, use row info to insert backslash+newline.
by Terry Jan Reedy
· 11 years ago
6858f00
Issue #8478: Untokenizer.compat now processes first token from iterator input.
by Terry Jan Reedy
· 11 years ago
7751a34
Untokenize: An logically incorrect assert tested user input validity.
by Terry Jan Reedy
· 11 years ago
7d24b16
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
by Ezio Melotti
· 13 years ago
43f42fc
Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.
by Meador Inge
· 13 years ago
d989f82
Merged revisions 85482 via svnmerge from
by Antoine Pitrou
· 15 years ago
8586249
Spelling.
by Mark Dickinson
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 16 years ago
e526572
change test to what I intended
by Benjamin Peterson
· 16 years ago
447dc15
use floor division and add a test that exercises the tabsize codepath
by Benjamin Peterson
· 16 years ago
da0c025
Issue2495: tokenize.untokenize did not insert space between two consecutive string literals:
by Amaury Forgeot d'Arc
· 17 years ago
6c052fd
Fixed tokenize tests
by Christian Heimes
· 17 years ago
0aed07a
Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS.
by Eric Smith
· 17 years ago
b8d3735
Move test_tokenize to doctest.
by Brett Cannon
· 17 years ago
c1120b4
Hmm, this test has failed at least twice recently on the OpenBSD and
by Neal Norwitz
· 19 years ago
4582d7d
A new test here relied on preserving invisible trailing
by Tim Peters
· 19 years ago
147f9ae
Whitespace normalization.
by Tim Peters
· 19 years ago
76467ba
Bug fixes large and small for tokenize.
by Jeremy Hylton
· 19 years ago
29bef0b
Baby steps towards better tests for tokenize
by Jeremy Hylton
· 19 years ago
ef57567
Repaired a number of errors in this test:
by Tim Peters
· 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