Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quickly renamed the remaining files -- this directory is done. | Guido van Rossum | 1997-04-29 | 1 | -78/+88 |
| | |||||
* | Tweaks to keep the Microsoft compiler quier. | Guido van Rossum | 1997-04-09 | 1 | -6/+8 |
| | |||||
* | 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 |
| | | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error(). | ||||
* | - Added ability to get at strings embedded in the struct | Jack Jansen | 1994-12-14 | 1 | -1/+23 |
| | | | | - For the mac, added ability to get at pascal-style strings | ||||
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -1/+6 |
| | |||||
* | * 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 | ||||
* | Added new types to setattr() as well... | Guido van Rossum | 1992-06-03 | 1 | -0/+52 |
| | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | Use new exceptions. | Guido van Rossum | 1991-12-10 | 1 | -3/+3 |
| | |||||
* | Added __members__ secret attribute | Guido van Rossum | 1991-10-20 | 1 | -0/+25 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Return -1 for errors. | Guido van Rossum | 1990-12-20 | 1 | -1/+1 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -0/+134 |