| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Fix memory leak in the parser module: There were two leaks in | Fred Drake | 2001-12-05 | 1 | -5/+22 |
|
|
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 1 | -1/+9 |
|
|
* | Use the abstract object interfaces when digging around in module objects | Fred Drake | 2001-08-15 | 1 | -19/+19 |
|
|
* | Elaborate a comment. | Fred Drake | 2001-07-19 | 1 | -1/+4 |
|
|
* | The syntax trees handled by this module are not "abstract," so take the | Fred Drake | 2001-07-17 | 1 | -132/+136 |
|
|
* | Add support for yield statements. | Fred Drake | 2001-07-17 | 1 | -1/+17 |
|
|
* | Properly use &&. Closes bug #434989. | Martin v. Löwis | 2001-06-23 | 1 | -1/+1 |
|
|
* | Fix problems with validation of import statement parse trees. | Fred Drake | 2001-01-07 | 1 | -5/+24 |
|
|
* | validate_varargslist(): Fix two bugs in this function, one that affected | Fred Drake | 2000-12-11 | 1 | -11/+20 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -21/+21 |
|
|
* | Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc. | Fred Drake | 2000-09-12 | 1 | -186/+122 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -5/+4 |
|
|
* | Try to supply a prototype for the module init function but avoid | Tim Peters | 2000-08-26 | 1 | -1/+1 |
|
|
* | Update the parser module to support augmented assignment. | Fred Drake | 2000-08-25 | 1 | -6/+30 |
|
|
* | validate_listmaker(): Revise to match Skip's latest changes to the | Fred Drake | 2000-08-23 | 1 | -6/+12 |
|
|
* | Nuked unused variable. | Tim Peters | 2000-08-22 | 1 | -1/+0 |
|
|
* | Update to reflect recent grammar changes (list comprehensions, extended | Fred Drake | 2000-08-21 | 1 | -178/+363 |
|
|
* | ANSIfy a bit more. | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -3/+3 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 1 | -5/+5 |
|
|
* | ANSI-fying | Peter Schneider-Kamp | 2000-07-10 | 1 | -12/+4 |
|
|
* | Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors. | Fred Drake | 2000-07-09 | 1 | -4/+0 |
|
|
* | Remove warning about local variable possibly being using uninitialized; | Fred Drake | 2000-07-04 | 1 | -1/+1 |
|
|
* | Andrew Kuchling <akuchlin@mems-exchange.org>: | Fred Drake | 2000-07-03 | 1 | -1/+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 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|
* | validate_arglist(): Re-written to reflect extended call syntax. | Fred Drake | 2000-04-25 | 1 | -3/+80 |
|
|
* | ANSI-fy & de-tabify the source. | Fred Drake | 2000-04-19 | 1 | -1505/+1317 |
|
|
* | What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. | Fred Drake | 2000-02-21 | 1 | -2/+1 |
|
|
* | parser__pickler(): Don't drop the third argument to | Fred Drake | 1999-09-20 | 1 | -5/+11 |
|
|
* | Added keyword parameter support to all public interfaces; keyword | Fred Drake | 1999-09-09 | 1 | -62/+76 |
|
|
* | When the parameter to PyInt_AsLong() has already been checked with | Fred Drake | 1999-02-17 | 1 | -2/+2 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL. | Fred Drake | 1998-08-04 | 1 | -1/+1 |
|
|
* | Sorry, the initializer for ob_type must really be NULL, | Guido van Rossum | 1998-05-29 | 1 | -1/+1 |
|
|
* | parser_compare_nodes(): Corrected a minor type error; eliminate one GCC | Fred Drake | 1998-05-11 | 1 | -1/+1 |
|
|
* | Made lint a bit happier. | Fred Drake | 1998-04-29 | 1 | -54/+80 |
|
|
* | Add a declaration for strdup() for the Mac. | Guido van Rossum | 1998-04-28 | 1 | -0/+3 |
|
|
* | In method & function tables, added a cast for the function pointers to keep | Fred Drake | 1998-04-21 | 1 | -16/+21 |
|
|
* | The documentation threatened it would happen -- the functions that should | Fred Drake | 1998-04-13 | 1 | -35/+97 |
|
|
* | Added support for pickling ast objects. | Fred Drake | 1998-04-13 | 1 | -14/+65 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -2/+4 |
|
|
* | Support raise with no parameters. | Fred Drake | 1998-04-10 | 1 | -3/+4 |
|
|
* | Remove requirement for strdup() since it causes so many troubles for too many | Fred Drake | 1997-10-09 | 1 | -4/+4 |
|
|
* | Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS. | Guido van Rossum | 1997-10-08 | 1 | -0/+3 |
|
|
* | initparser(): Use PyErr_NewException() to create the exception. | Fred Drake | 1997-10-07 | 1 | -1/+1 |
|
|