summaryrefslogtreecommitdiffstats
path: root/Parser
Commit message (Expand)AuthorAgeFilesLines
* XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmtTim Peters2002-07-151-10/+33
* Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.Mark Hammond2002-07-141-0/+33
* I trust the parser accelators are getting added :-).Jeremy Hylton2002-07-111-6/+0
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-091-2/+11
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-091-1/+1
* PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow.Tim Peters2002-07-081-2/+7
* PyNode_AddChild(): Do aggressive over-allocation when the number ofTim Peters2002-07-081-8/+41
* Add definition of Py_IgnoreEnvironmentFlag (needed at least in debugGuido van Rossum2002-05-311-0/+1
* Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.cNeal Norwitz2002-05-311-1/+1
* Link with the right C library! This has always been wrong (& my fault).Tim Peters2002-05-231-1/+1
* Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.Neil Schemenauer2002-04-221-0/+1
* Update the Windows makefile for 2.3.Tim Peters2002-04-221-3/+3
* Mass checkin of universal newline support.Jack Jansen2002-04-142-4/+16
* Disable the parser hacks that enabled the "yield" keyword using a futureNeil Schemenauer2002-03-222-0/+8
* Disable the parser hacks that allowed the "yield" keyword to be enabledNeil Schemenauer2002-03-221-0/+10
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-3/+0
* Initialize err_ret with filename if available. Fixes #498828.Martin v. Löwis2002-01-051-5/+5
* PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf.Tim Peters2001-12-041-2/+2
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-045-23/+4
* Reverting last change so we don't have to think about the assert macroBarry Warsaw2001-11-281-5/+4
* PyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_snprintf() forBarry Warsaw2001-11-281-4/+5
* Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz)Guido van Rossum2001-10-201-12/+15
* An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually.Tim Peters2001-10-131-0/+42
* Silence parser generator output.Guido van Rossum2001-09-113-7/+11
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-3/+22
* SF bug [#455775] float parsing discrepancy.Tim Peters2001-08-271-5/+8
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+13
* Fis SF bug #442647: not all forms of legal future statements wereGuido van Rossum2001-07-191-3/+9
* Add a really stupid warning about 'yield' used as an identifier.Guido van Rossum2001-07-171-0/+12
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-161-5/+22
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-152-3/+36
* SF but #417587: compiler warnings compiling 2.1.Tim Peters2001-04-211-3/+0
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-022-0/+17
* Take output filenames as arguments instead of hard-coding them.Neil Schemenauer2001-02-161-9/+14
* Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-103/+0
* Fix a bug in stack overflow error handling. This fixes half of BugGuido van Rossum2000-10-021-1/+1
* More limits.h stuff in node.c.Tim Peters2000-09-261-9/+1
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-3/+0
* Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefinedVladimir Marangozov2000-09-031-6/+6
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-0120-180/+0
* Added a little more dependency information.Fred Drake2000-08-311-1/+1
* Charles Waldman's patch to reinitialize the interpreter lock after aGuido van Rossum2000-08-271-0/+3
* Support for three-token characters (**=, >>=, <<=) which was written byThomas Wouters2000-08-242-0/+106
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-1/+6
* Simplified inclusions and avoid prototypes copied in from elsewhere.Fred Drake2000-08-231-12/+1
* PyParser_ParseString(): When the err_ret structure is initialized, theBarry Warsaw2000-08-181-0/+2
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-1/+0
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-2/+1
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-3/+2
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-231-3/+1