Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Opps, fixed a couple of newly introduced wrapping problems. | Roger E. Masse | 1996-12-13 | 1 | -3/+4 |
| | |||||
* | Reindented via GvR recomendation ala Bwarsaw cppy-style.el | Roger E. Masse | 1996-12-13 | 1 | -69/+69 |
| | |||||
* | renamed in a grand fashion. | Roger E. Masse | 1996-12-10 | 1 | -74/+76 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -1/+0 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -1/+0 |
| | |||||
* | normalized flag arg and made flag, mode default args; minor cosmetics | Guido van Rossum | 1995-07-07 | 1 | -20/+35 |
| | |||||
* | plug leak and improve error handling in dbm_keys() | Guido van Rossum | 1995-01-30 | 1 | -5/+13 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -17/+19 |
| | |||||
* | * 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 qgetfd() to cstubs for GL. | Guido van Rossum | 1992-06-29 | 1 | -0/+276 |
Added new module dbm (interface to ndbm). |