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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed reliance on gcc/C99 extension.
Tim Peters
2002-09-03
1
-1/+3
*
Ignore encoding declarations inside strings. Fixes #603509.
Martin v. Löwis
2002-09-03
2
-1/+17
*
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
Guido van Rossum
2002-08-16
1
-3/+14
*
provide less mysterious error messages when seeing end-of-line in
Skip Montanaro
2002-08-15
1
-3/+6
*
Use Py_FatalError instead of abort.
Martin v. Löwis
2002-08-07
1
-2/+3
*
Fix PEP 263 code --without-unicode. Fixes #591943.
Martin v. Löwis
2002-08-07
1
-0/+18
*
Added a cast to shut up a compiler warning.
Jack Jansen
2002-08-05
1
-1/+1
*
Add 1 to lineno in deprecation warning. Fixes #590888.
Martin v. Löwis
2002-08-05
1
-1/+3
*
Make pgen compile with pydebug. Duplicate normalized names, as it may
Martin v. Löwis
2002-08-04
2
-2/+8
*
Group statements properly.
Martin v. Löwis
2002-08-04
1
-6/+12
*
Repaired a fatal compiler error in the debug build: it's not clear what
Tim Peters
2002-08-04
1
-1/+1
*
Squash compiler wng about signed-vs-unsigned mismatch.
Tim Peters
2002-08-04
1
-1/+1
*
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis
2002-08-04
4
-10/+463
*
SF patch #578297:
Andrew MacIntyre
2002-08-04
3
-12/+13
*
XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt
Tim Peters
2002-07-15
1
-10/+33
*
Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.
Mark Hammond
2002-07-14
1
-0/+33
*
I trust the parser accelators are getting added :-).
Jeremy Hylton
2002-07-11
1
-6/+0
*
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller
2002-07-09
1
-2/+11
*
The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added
Tim Peters
2002-07-09
1
-1/+1
*
PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow.
Tim Peters
2002-07-08
1
-2/+7
*
PyNode_AddChild(): Do aggressive over-allocation when the number of
Tim Peters
2002-07-08
1
-8/+41
*
Add definition of Py_IgnoreEnvironmentFlag (needed at least in debug
Guido van Rossum
2002-05-31
1
-0/+1
*
Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c
Neal Norwitz
2002-05-31
1
-1/+1
*
Link with the right C library! This has always been wrong (& my fault).
Tim Peters
2002-05-23
1
-1/+1
*
Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.
Neil Schemenauer
2002-04-22
1
-0/+1
*
Update the Windows makefile for 2.3.
Tim Peters
2002-04-22
1
-3/+3
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
2
-4/+16
*
Disable the parser hacks that enabled the "yield" keyword using a future
Neil Schemenauer
2002-03-22
2
-0/+8
*
Disable the parser hacks that allowed the "yield" keyword to be enabled
Neil Schemenauer
2002-03-22
1
-0/+10
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
1
-3/+0
*
Initialize err_ret with filename if available. Fixes #498828.
Martin v. Löwis
2002-01-05
1
-5/+5
*
PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf.
Tim Peters
2001-12-04
1
-2/+2
*
The parser doesn't need its own implementation of assert, and having its
Tim Peters
2001-12-04
5
-23/+4
*
Reverting last change so we don't have to think about the assert macro
Barry Warsaw
2001-11-28
1
-5/+4
*
PyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_snprintf() for
Barry Warsaw
2001-11-28
1
-4/+5
*
Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz)
Guido van Rossum
2001-10-20
1
-12/+15
*
An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually.
Tim Peters
2001-10-13
1
-0/+42
*
Silence parser generator output.
Guido van Rossum
2001-09-11
3
-7/+11
*
SF patch #455966: Allow leading 0 in float/imag literals.
Tim Peters
2001-08-30
1
-3/+22
*
SF bug [#455775] float parsing discrepancy.
Tim Peters
2001-08-27
1
-5/+8
*
Implement PEP 238 in its (almost) full glory.
Guido van Rossum
2001-08-08
1
-0/+13
*
Fis SF bug #442647: not all forms of legal future statements were
Guido van Rossum
2001-07-19
1
-3/+9
*
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
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
2
-3/+36
*
SF but #417587: compiler warnings compiling 2.1.
Tim Peters
2001-04-21
1
-3/+0
*
RISCOS changes by dschwertberger.
Guido van Rossum
2001-03-02
2
-0/+17
*
Take output filenames as arguments instead of hard-coding them.
Neil Schemenauer
2001-02-16
1
-9/+14
*
Superseded by $(srcdir)/Makefile.pre.in.
Neil Schemenauer
2001-02-03
1
-103/+0
*
Fix a bug in stack overflow error handling. This fixes half of Bug
Guido van Rossum
2000-10-02
1
-1/+1
[next]