History log of /external/python/cpython2/Parser/tokenizer.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Parser/tokenizer.h
e36199b49df77c96bad687c6681d8e54c5053b84 13-Nov-2009 Benjamin Peterson <benjamin@python.org> fix several compile() issues by translating newlines in the tokenizer
/external/python/cpython2/Parser/tokenizer.h
76b30d1688a7ba1ff1b01a3eb21bf4890f71d404 07-Jan-2008 Georg Brandl <georg@python.org> Fix #define ordering.
/external/python/cpython2/Parser/tokenizer.h
dfe5dc8455de93fddb3030416e41b92d3a0fd267 07-Jan-2008 Georg Brandl <georg@python.org> Make Python compile with --disable-unicode.
/external/python/cpython2/Parser/tokenizer.h
a5136196bce72c51c79a5f961223b4645c90255c 04-Sep-2007 Martin v. Löwis <martin@v.loewis.de> Patch #1031213: Decode source line in SyntaxErrors back to its original
source encoding. Will backport to 2.5.
/external/python/cpython2/Parser/tokenizer.h
49c5da1d88f605248167f4d95b1dfe08c1f703c7 01-Mar-2006 Martin v. Löwis <martin@v.loewis.de> Patch #1440601: Add col_offset attribute to AST nodes.
/external/python/cpython2/Parser/tokenizer.h
66485ae571e8c366764753786ab7487fe5eac132 01-Mar-2006 Martin v. Löwis <martin@v.loewis.de> Remove unused field.
/external/python/cpython2/Parser/tokenizer.h
95292d6caa3af3196c5b9f5f95dae209815c09e5 11-Dec-2002 Martin v. Löwis <martin@v.loewis.de> Constify filenames and scripts. Fixes #651362.
/external/python/cpython2/Parser/tokenizer.h
f62a89b1e09d84fbd60e0356b87430a6ff1e352d 03-Sep-2002 Martin v. Löwis <martin@v.loewis.de> Ignore encoding declarations inside strings. Fixes #603509.
/external/python/cpython2/Parser/tokenizer.h
1ee99d31d980e8a6e9c9d2379900f8bd5f98a9fe 04-Aug-2002 Martin v. Löwis <martin@v.loewis.de> Make pgen compile with pydebug. Duplicate normalized names, as it may
be longer than the old string.
/external/python/cpython2/Parser/tokenizer.h
00f1e3f5a54adb0a7159a446edeca2e36da4092e 04-Aug-2002 Martin v. Löwis <martin@v.loewis.de> Patch #534304: Implement phase 1 of PEP 263.
/external/python/cpython2/Parser/tokenizer.h
8586991099e4ace18ee94163a96b8ea1bed77ebe 02-Sep-2000 Guido van Rossum <guido@python.org> REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
/external/python/cpython2/Parser/tokenizer.h
dbd9ba6a6c19c3d06f5684b3384a934f740038db 09-Jul-2000 Tim Peters <tim.peters@gmail.com> Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
/external/python/cpython2/Parser/tokenizer.h
ffcc3813d82e6b96db79f518f4e67b940a13ce64 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice - 2nd try.
/external/python/cpython2/Parser/tokenizer.h
fd71b9e9d496caa510dec56a9b69966558d6ba5d 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice.
/external/python/cpython2/Parser/tokenizer.h
926f13a0819eb3d40a0d0fd38ff25ef0c7d489b3 09-Apr-1998 Guido van Rossum <guido@python.org> Add checking for inconsistent tab usage
/external/python/cpython2/Parser/tokenizer.h
86bea46b3d16c4ed0453e17f241ddbdfade76c98 29-Apr-1997 Guido van Rossum <guido@python.org> Another directory quickly renamed.
/external/python/cpython2/Parser/tokenizer.h
d266eb460e20ded087d01a29da0a230e235afc40 25-Oct-1996 Guido van Rossum <guido@python.org> New permission notice, includes CNRI.
/external/python/cpython2/Parser/tokenizer.h
b9f8d6e54d72d108648a411174e57779c212871a 04-Jan-1995 Guido van Rossum <guido@python.org> Added 1995 to copyright message.
/external/python/cpython2/Parser/tokenizer.h
1d5735e84621a7fe68d361fa0e289fa2c3310836 30-Aug-1994 Guido van Rossum <guido@python.org> Merge back to main trunk
/external/python/cpython2/Parser/tokenizer.h
248a50c168c5368cb3e677ffe45e824771b1ddc0 20-Dec-1993 Guido van Rossum <guido@python.org> * Grammar: corrected old typo (class instead of 'class')
* dosmodule.c: MSDOS specific stuff from posixmodule.c.
* posixmodule.c: removed all MSDOS specific stuff.
* tokenizer.h, parsetok.h: in prototypes, don't mix named and unnamed
parameters (MSC doesn't like this).
/external/python/cpython2/Parser/tokenizer.h
a3309960a50dbadfd854299e7420223eb8718a56 28-Jul-1993 Guido van Rossum <guido@python.org> * Added support for X11 modules.
* Makefile: change location of FORMS library.
* posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not)
* Almost all .h files: added CPP magic to avoid duplicate inclusions and
to support inclusion from C++.
/external/python/cpython2/Parser/tokenizer.h
a849b834f1e86bec20027654c91bb4cc74de5c8d 12-May-1993 Guido van Rossum <guido@python.org> * selectmodule.c: fix (another!) two memory leaks -- this time in list2set
* tokenizer.[ch]: allow continuation without \ inside () [] {}.
/external/python/cpython2/Parser/tokenizer.h
6ac258d381b5300e3ec935404a111e8dff4617d4 12-May-1993 Guido van Rossum <guido@python.org> * pythonrun.c: Print exception type+arg *after* stack trace instead of
before it.
* ceval.c, object.c: moved testbool() to object.c (now extern visible)
* stringobject.c: fix bugs in and rationalize string resize in formatstring()
* tokenizer.[ch]: fix non-working code for lines longer than BUFSIZ
/external/python/cpython2/Parser/tokenizer.h
9bfef44d97d1ae24e03717e3d59024b44626a9de 29-Mar-1993 Guido van Rossum <guido@python.org> * Changed all copyright messages to include 1993.
* Stubs for faster implementation of local variables (not yet finished)
* Added function name to code object. Print it for code and function
objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version
number has changed accordingly)
* Print address of self for built-in methods
* New internal functions getattro and setattro (getattr/setattr with
string object arg)
* Replaced "dictobject" with more powerful "mappingobject"
* New per-type functio tp_hash to implement arbitrary object hashing,
and hashobject() to interface to it
* Added built-in functions hash(v) and hasattr(v, 'name')
* classobject: made some functions static that accidentally weren't;
added __hash__ special instance method to implement hash()
* Added proper comparison for built-in methods and functions
/external/python/cpython2/Parser/tokenizer.h
5113f5fd346c32c98ac46d374e0b5c3dced289a6 05-Apr-1992 Guido van Rossum <guido@python.org> Copyright for 1992 added
/external/python/cpython2/Parser/tokenizer.h
f70e43a073b36c6f6e9894c01025243a77a452d4 19-Feb-1991 Guido van Rossum <guido@python.org> Added copyright notice.
/external/python/cpython2/Parser/tokenizer.h
85a5fbbdfea617f6cc8fae82c9e8c2b5c424436d 14-Oct-1990 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Parser/tokenizer.h