COMMITS
/ Modules/parsermodule.c May 19, 2004
R
SF patch #872326: Generator expression implementation
Raymond Hettinger committed
November 20, 2003
J
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen committed
July 21, 2003
T
Merge 23c1-branch back into the head. Barry will send email about the
Tim Peters committed
April 9, 2003
G
Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way
Guido van Rossum committed
February 10, 2003
N
Remove duplicate code introduced by fixing bug #678518
Neal Norwitz committed
February 9, 2003
G
Remove unused variable.
Guido van Rossum committed
February 8, 2003
M
Apply logistix's patch from
Michael W. Hudson committed
January 29, 2003
M
Teach the parsermodule about floor division. Fixes
Michael W. Hudson committed
December 31, 2002
J
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton committed
August 13, 2002
N
Allow more docstrings to be removed during compilation in some modules
Neal Norwitz committed
July 23, 2002
M
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond committed
July 17, 2002
J
staticforward bites the dust.
Jeremy Hylton committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
May 24, 2002
G
Disambiguate the grammar for backtick.
Guido van Rossum committed
December 8, 2001
G
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum committed
December 5, 2001
F
Fix memory leak in the parser module: There were two leaks in
Fred Drake committed
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