Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | | | | own interfered with including Python.h. Remove Python's assert.h. | ||||
* | Reverting last change so we don't have to think about the assert macro | Barry Warsaw | 2001-11-28 | 1 | -5/+4 |
| | | | | redefinition problem. | ||||
* | PyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_snprintf() for | Barry Warsaw | 2001-11-28 | 1 | -4/+5 |
| | | | | buffer overrun avoidance. | ||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Mass ANSIfication. | Thomas Wouters | 2000-07-22 | 1 | -5/+2 |
| | | | | | | Work around intrcheck.c's desire to pass 'PyErr_CheckSignals' to 'Py_AddPendingCall' by providing a (static) wrapper function that has the right number of arguments. | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
| | |||||
* | Another directory quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -4/+4 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -12/+19 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | |||||
* | * Parser/grammar1.c (finddfa): massive speed up by using direct | Guido van Rossum | 1994-09-09 | 1 | -1/+9 |
| | | | | addressing instead of searching | ||||
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -1/+1 |
| | |||||
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | * Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions | ||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -2/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+52 |