COMMITS
/ Modules/parsermodule.c October 15, 2001
G
Very subtle syntax change: in a list comprehension, the testlist in
Guido van Rossum committed
August 15, 2001
F
Use the abstract object interfaces when digging around in module objects
Fred Drake committed
July 19, 2001
F
Elaborate a comment.
Fred Drake committed
July 17, 2001
F
The syntax trees handled by this module are not "abstract," so take the
Fred Drake committed
F
Add support for yield statements.
Fred Drake committed
June 23, 2001
M
Properly use &&. Closes bug #434989.
Martin v. Löwis committed
January 7, 2001
F
Fix problems with validation of import statement parse trees.
Fred Drake committed
December 11, 2000
F
validate_varargslist(): Fix two bugs in this function, one that affected
Fred Drake committed
October 24, 2000
F
Ka-Ping Yee <ping@lfw.org>:
Fred Drake committed
September 12, 2000
F
Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc.
Fred Drake committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
B
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw committed
August 26, 2000
T
Try to supply a prototype for the module init function but avoid
Tim Peters committed
August 25, 2000
F
Update the parser module to support augmented assignment.
Fred Drake committed
August 23, 2000
F
validate_listmaker(): Revise to match Skip's latest changes to the
Fred Drake committed
August 22, 2000
T
Nuked unused variable.
Tim Peters committed
August 21, 2000
F
Update to reflect recent grammar changes (list comprehensions, extended
Fred Drake committed
July 24, 2000
T
ANSIfy a bit more.
Thomas Wouters committed
July 22, 2000
T
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 12, 2000
J
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton committed
July 10, 2000
P
ANSI-fying
Peter Schneider-Kamp committed
July 9, 2000
F
Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.
Fred Drake committed
July 4, 2000
F
Remove warning about local variable possibly being using uninitialized;
Fred Drake committed
July 3, 2000
F
Andrew Kuchling <akuchlin@mems-exchange.org>:
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
April 25, 2000
F
validate_arglist(): Re-written to reflect extended call syntax.
Fred Drake committed
April 19, 2000
F
ANSI-fy & de-tabify the source.
Fred Drake committed
February 21, 2000
F
What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT.
Fred Drake committed
September 20, 1999
F
parser__pickler(): Don't drop the third argument to
Fred Drake committed
September 9, 1999
F
Added keyword parameter support to all public interfaces; keyword
Fred Drake committed
February 17, 1999
F
When the parameter to PyInt_AsLong() has already been checked with
Fred Drake committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
August 4, 1998
F
parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL.
Fred Drake committed
May 29, 1998
G
Sorry, the initializer for ob_type must really be NULL,
Guido van Rossum committed
May 11, 1998
F
parser_compare_nodes(): Corrected a minor type error; eliminate one GCC
Fred Drake committed
April 29, 1998
F
Made lint a bit happier.
Fred Drake committed
April 28, 1998
G
Add a declaration for strdup() for the Mac.
Guido van Rossum committed
April 21, 1998
F
In method & function tables, added a cast for the function pointers to keep
Fred Drake committed
April 13, 1998
F
The documentation threatened it would happen -- the functions that should
Fred Drake committed
F
Added support for pickling ast objects.
Fred Drake committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
F
Support raise with no parameters.
Fred Drake committed
October 9, 1997
F
Remove requirement for strdup() since it causes so many troubles for too many
Fred Drake committed
October 8, 1997
G
Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS.
Guido van Rossum committed
October 7, 1997
F
initparser(): Use PyErr_NewException() to create the exception.
Fred Drake committed
September 30, 1997
F
Removed extern declaration of strdup(). Doesn't appear to be important and
Fred Drake committed
May 23, 1997
F
Add doc string to type object.
Fred Drake committed