History log of /external/python/cpython2/Parser/grammar.c
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/grammar.c
9ac8953568009342d8509abc2ec248d9359d7914 13-Aug-2006 Neal Norwitz <nnorwitz@gmail.com> Handle malloc failure.

Klocwork 281
/external/python/cpython2/Parser/grammar.c
114900298ea26e5e25edd5d05f24648dcd5ea95b 11-Apr-2006 Anthony Baxter <anthonybaxter@gmail.com> Fix the code in Parser/ to also compile with C++. This was mostly casts for
malloc/realloc type functions, as well as renaming one variable called 'new'
in tokensizer.c. Still lots more to be done, going to be checking in one
chunk at a time or the patch will be massively huge. Still compiles ok with
gcc.
/external/python/cpython2/Parser/grammar.c
2c4e4f98397bcc591ad3a551e1e57cea0e2bd986 10-Apr-2006 Neal Norwitz <nnorwitz@gmail.com> SF patch #1467512, fix double free with triple quoted string in standard build.

This was the result of inconsistent use of PyMem_* and PyObject_* allocators.
By changing to use PyObject_* allocator almost everywhere, this removes
the inconsistency.
/external/python/cpython2/Parser/grammar.c
30b5c5d0116f8e670a6ca74dcb6bd076a919d681 19-Dec-2005 Neal Norwitz <nnorwitz@gmail.com> Fix SF bug #1072182, problems with signed characters.

Most of these can be backported.
/external/python/cpython2/Parser/grammar.c
c69661725a9d505d8f33a4a220d5489cb1de750f 20-Mar-2004 Guido van Rossum <guido@python.org> Fix for SF 780407.
Change %08l to %p to print a pointer.
Will backport to 2.3.
/external/python/cpython2/Parser/grammar.c
a94568a7535de60f1144e4eea0d027b87017a4b4 10-May-2003 Martin v. Löwis <martin@v.loewis.de> Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
/external/python/cpython2/Parser/grammar.c
d3ab37f1df86b86d340360412331078a1da63d58 17-Apr-2003 Guido van Rossum <guido@python.org> Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
work. This includes some more code that used to be part of pgen in
the main parser; I'm okay with that. I'll see if the Windows build
needs work next.
/external/python/cpython2/Parser/grammar.c
1ca12961579c6a27597fc95b610b01af37734827 04-Dec-2001 Tim Peters <tim.peters@gmail.com> The parser doesn't need its own implementation of assert, and having its
own interfered with including Python.h. Remove Python's assert.h.
/external/python/cpython2/Parser/grammar.c
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/grammar.c
434d0828d81855692d45c3fdc0905a67c17d83ba 24-Aug-2000 Thomas Wouters <thomas@python.org> Support for three-token characters (**=, >>=, <<=) which was written by
Michael Hudson, and support in general for the augmented assignment syntax.
The graminit.c patch is large!
/external/python/cpython2/Parser/grammar.c
23c9e0024af99379ae517b016b874d57127e9a97 22-Jul-2000 Thomas Wouters <thomas@python.org> Mass ANSIfication.

Work around intrcheck.c's desire to pass 'PyErr_CheckSignals' to
'Py_AddPendingCall' by providing a (static) wrapper function that has the
right number of arguments.
/external/python/cpython2/Parser/grammar.c
dbd9ba6a6c19c3d06f5684b3384a934f740038db 09-Jul-2000 Tim Peters <tim.peters@gmail.com> Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
/external/python/cpython2/Parser/grammar.c
ffcc3813d82e6b96db79f518f4e67b940a13ce64 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice - 2nd try.
/external/python/cpython2/Parser/grammar.c
fd71b9e9d496caa510dec56a9b69966558d6ba5d 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice.
/external/python/cpython2/Parser/grammar.c
bb3649e2ba386adc16fadc2e0d1f2606c047e6aa 11-Apr-1998 Guido van Rossum <guido@python.org> Make new gcc -Wall happy
/external/python/cpython2/Parser/grammar.c
86bea46b3d16c4ed0453e17f241ddbdfade76c98 29-Apr-1997 Guido van Rossum <guido@python.org> Another directory quickly renamed.
/external/python/cpython2/Parser/grammar.c
6dacd90a83d9a84fd0a30fc7cb53d4c1c4ca17c4 02-Apr-1997 Guido van Rossum <guido@python.org> Allow leading underscore in keywords.
/external/python/cpython2/Parser/grammar.c
408027ea4635de5c892b28c4fdf41840eb9089a4 30-Dec-1996 Guido van Rossum <guido@python.org> Rename DEBUG macro to Py_DEBUG
/external/python/cpython2/Parser/grammar.c
fd8a393086fbf43597965d5e55bec158a094a466 02-Dec-1996 Guido van Rossum <guido@python.org> Make gcc -Wall happy
/external/python/cpython2/Parser/grammar.c
d266eb460e20ded087d01a29da0a230e235afc40 25-Oct-1996 Guido van Rossum <guido@python.org> New permission notice, includes CNRI.
/external/python/cpython2/Parser/grammar.c
b9f8d6e54d72d108648a411174e57779c212871a 04-Jan-1995 Guido van Rossum <guido@python.org> Added 1995 to copyright message.
/external/python/cpython2/Parser/grammar.c
588633daa2fe7276ae4b0c99723094add0d965ff 30-Dec-1994 Guido van Rossum <guido@python.org> Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;
rest: abort() -> fatal(); small things
/external/python/cpython2/Parser/grammar.c
1d5735e84621a7fe68d361fa0e289fa2c3310836 30-Aug-1994 Guido van Rossum <guido@python.org> Merge back to main trunk
/external/python/cpython2/Parser/grammar.c
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/grammar.c
bab9d0385585fcddf6ee96a4ca38dd18e3517f54 05-Apr-1992 Guido van Rossum <guido@python.org> Copyright for 1992 added
/external/python/cpython2/Parser/grammar.c
c64d04dedd1800cfc02a72e0109f0b806f644535 20-Oct-1991 Guido van Rossum <guido@python.org> Implemented 2-character operators.
/external/python/cpython2/Parser/grammar.c
f70e43a073b36c6f6e9894c01025243a77a452d4 19-Feb-1991 Guido van Rossum <guido@python.org> Added copyright notice.
/external/python/cpython2/Parser/grammar.c
3f5da24ea304e674a9abbdcffc4d671e32aa70f1 20-Dec-1990 Guido van Rossum <guido@python.org> "Compiling" version
/external/python/cpython2/Parser/grammar.c
85a5fbbdfea617f6cc8fae82c9e8c2b5c424436d 14-Oct-1990 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Parser/grammar.c