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
/
Parser
/
parsetok.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis
2002-08-04
1
-2/+10
*
SF patch #578297:
Andrew MacIntyre
2002-08-04
1
-3/+3
*
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller
2002-07-09
1
-2/+11
*
Disable the parser hacks that enabled the "yield" keyword using a future
Neil Schemenauer
2002-03-22
1
-0/+6
*
Initialize err_ret with filename if available. Fixes #498828.
Martin v. Löwis
2002-01-05
1
-5/+5
*
Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz)
Guido van Rossum
2001-10-20
1
-12/+15
*
Add a really stupid warning about 'yield' used as an identifier.
Guido van Rossum
2001-07-17
1
-0/+12
*
Ugly. A pile of new xxxFlags() functions, to communicate to the parser
Tim Peters
2001-07-16
1
-5/+22
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
PyParser_ParseString(): When the err_ret structure is initialized, the
Barry Warsaw
2000-08-18
1
-0/+2
*
Mass ANSIfication.
Thomas Wouters
2000-07-22
1
-17/+4
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
1
-2/+2
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-2/+1
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Trent Mick: familiar simple Win64 patches
Guido van Rossum
2000-06-28
1
-2/+2
*
Jack Jansen: Removed Macintosh tab-guessing code
Guido van Rossum
2000-06-28
1
-7/+0
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-1/+1
*
Make sure that -t and -tt also work on strings passed to compile().
Guido van Rossum
1998-12-21
1
-0/+7
*
Declare and use Py_TabcheckFlag here.
Guido van Rossum
1998-04-10
1
-0/+8
*
Finally plug the memory leak caused by syntax error (including
Guido van Rossum
1997-07-27
1
-1/+4
*
Another directory quickly renamed.
Guido van Rossum
1997-04-29
1
-11/+12
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
fix strncpy call (uninitialized memory read)
Guido van Rossum
1995-01-20
1
-1/+2
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
don't call strncpy(str, NULL, 0)
Guido van Rossum
1994-08-29
1
-81/+79
*
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum
1993-03-16
1
-4/+7
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Guess tab size on the Mac from tab resource.
Guido van Rossum
1992-03-25
1
-0/+7
*
Append a NEWLINE token at the end of a file.
Guido van Rossum
1992-03-04
1
-0/+7
*
When printing an error message, don't choke if tok->buf is NULL.
Guido van Rossum
1991-06-07
1
-10/+14
*
Don't print the line number for syntax errors in string parsing.
Guido van Rossum
1991-06-03
1
-0/+3
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-63/+65
*
Set parse tree in parser data structure to NULL when returning
Guido van Rossum
1990-11-18
1
-3/+4
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+131