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
/
tokenize.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20387: Backport fix from Python 3.4
Jason R. Coombs
2015-06-28
1
-0/+17
*
Issue #9974: When untokenizing, use row info to insert backslash+newline.
Terry Jan Reedy
2014-02-24
1
-0/+6
*
whitespace
Terry Jan Reedy
2014-02-18
1
-1/+1
*
Issue #8478: Untokenizer.compat now processes first token from iterator input.
Terry Jan Reedy
2014-02-18
1
-9/+7
*
Untokenize: An logically incorrect assert tested user input validity.
Terry Jan Reedy
2014-02-17
1
-1/+3
*
#19620: Fix typo in docstring (noticed by Christopher Welborn).
Ezio Melotti
2013-11-25
1
-1/+1
*
#16152: fix tokenize to ignore whitespace at the end of the code when no newl...
Ezio Melotti
2012-11-03
1
-1/+3
*
Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.
Meador Inge
2012-06-17
1
-5/+5
*
some cleanups
Benjamin Peterson
2009-10-15
1
-10/+10
*
use floor division and add a test that exercises the tabsize codepath
Benjamin Peterson
2009-10-15
1
-1/+1
*
pep8ify if blocks
Benjamin Peterson
2009-10-15
1
-9/+18
*
Remove a tuple unpacking in a parameter list to remove a SyntaxWarning raised
Brett Cannon
2008-08-02
1
-1/+3
*
revert 63965 for preformance reasons
Benjamin Peterson
2008-06-05
1
-1/+1
*
use the more idomatic while True
Benjamin Peterson
2008-06-05
1
-1/+1
*
Issue2495: tokenize.untokenize did not insert space between two consecutive s...
Amaury Forgeot d'Arc
2008-03-27
1
-1/+10
*
Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS.
Eric Smith
2008-03-17
1
-2/+3
*
Fix #1679: "0x" was taken as a valid integer literal.
Georg Brandl
2008-01-19
1
-1/+1
*
Added bytes and b'' as aliases for str and ''
Christian Heimes
2008-01-18
1
-3/+16
*
Add name to credits (for untokenize).
Raymond Hettinger
2006-12-02
1
-1/+1
*
Replace dead code with an assert.
Jeremy Hylton
2006-08-23
1
-4/+1
*
Bug fixes large and small for tokenize.
Jeremy Hylton
2006-08-23
1
-31/+79
*
Make tabnanny recognize IndentationErrors raised by tokenize.
Georg Brandl
2006-08-14
1
-1/+2
*
Insert a safety space after numbers as well as names in untokenize().
Guido van Rossum
2006-03-30
1
-1/+1
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
1
-0/+3
*
Add untokenize() function to allow full round-trip tokenization.
Raymond Hettinger
2005-06-10
1
-3/+49
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
1
-1/+1
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-3/+3
*
SF 633560: tokenize.__all__ needs "generate_tokens"
Raymond Hettinger
2002-11-05
1
-1/+2
*
Speed up the most egregious "if token in (long tuple)" cases by using
Guido van Rossum
2002-08-24
1
-10/+19
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-5/+5
*
Added docstrings excerpted from Python Library Reference.
Raymond Hettinger
2002-05-15
1
-0/+25
*
Remove some now-obsolete generator future statements.
Tim Peters
2002-04-01
1
-2/+0
*
Cleanup x so it is not left in module
Neal Norwitz
2002-03-26
1
-0/+1
*
SF patch #455966: Allow leading 0 in float/imag literals.
Tim Peters
2001-08-30
1
-2/+2
*
Add new tokens // and //=, in support of PEP 238.
Guido van Rossum
2001-08-08
1
-0/+1
*
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake
2001-07-20
1
-1/+1
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
1
-0/+2
*
Turns out Neil didn't intend for *all* of his gen-branch work to get
Tim Peters
2001-06-29
1
-8/+21
*
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters
2001-06-18
1
-15/+20
*
Provide a StopTokenizing exception for conveniently exiting the loop.
Ka-Ping Yee
2001-03-23
1
-10/+11
*
Better __credits__.
Ka-Ping Yee
2001-03-01
1
-1/+2
*
Add __author__ and __credits__ variables.
Ka-Ping Yee
2001-03-01
1
-1/+2
*
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro
2001-03-01
1
-1/+5
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-1/+1
*
Add tokenizer support and tests for u'', U"", uR'', Ur"", etc.
Ka-Ping Yee
2001-01-15
1
-9/+25
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-1/+0
*
Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py).
Tim Peters
2000-10-07
1
-12/+20
*
Update for augmented assignment, tested & approved by Guido.
Thomas Wouters
2000-08-24
1
-2/+5
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-17
1
-1/+4
*
Differentiate between NEWLINE token (an official newline) and NL token
Guido van Rossum
1998-04-03
1
-5/+15
[next]