| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move coerce() from bltinmodule.c to object.c and implement builtin_coerce() d... | Guido van Rossum | 1995-01-10 | 1 | -0/+33 |
|
|
* | implement coercions involving instances properly | Guido van Rossum | 1995-01-10 | 1 | -1/+53 |
|
|
* | fix memory leak and null pointer dereference | Guido van Rossum | 1995-01-10 | 2 | -2/+6 |
|
|
* | add restrictions in restricted mode | Guido van Rossum | 1995-01-10 | 3 | -25/+45 |
|
|
* | add builtins handling and restricted flag | Guido van Rossum | 1995-01-10 | 1 | -2/+14 |
|
|
* | * Objects/classobject.c: added 5th (function) parameter to | Guido van Rossum | 1995-01-07 | 1 | -27/+49 |
|
|
* | * Objects/methodobject.c: changed drastically, the object now | Guido van Rossum | 1995-01-07 | 1 | -27/+44 |
|
|
* | Added __doc__ attribute (alias func_doc), initialized from first | Guido van Rossum | 1995-01-07 | 1 | -1/+16 |
|
|
* | initialize __doc__ to None | Guido van Rossum | 1995-01-07 | 1 | -0/+2 |
|
|
* | added getattr(), supporting __doc__ and _name__ | Guido van Rossum | 1995-01-07 | 1 | -2/+33 |
|
|
* | attribute-less object is AttributeError, not TypeError | Guido van Rossum | 1995-01-07 | 1 | -1/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 19 | -47/+50 |
|
|
* | * Objects/mappingobject.c (mappingremove): don't call | Guido van Rossum | 1995-01-02 | 2 | -0/+6 |
|
|
* | Lots of minor changes. Note for mappingobject.c: the hash table pointer | Guido van Rossum | 1995-01-02 | 12 | -96/+170 |
|
|
* | fix comparison of instances without _-cmp__ | Guido van Rossum | 1994-11-10 | 1 | -3/+3 |
|
|
* | Comparison of two class instances without __cmp__ or __rcmp__ methods | Sjoerd Mullender | 1994-10-19 | 1 | -2/+5 |
|
|
* | * Include/classobject.h, Objects/classobject.c, Python/ceval.c: | Guido van Rossum | 1994-09-28 | 6 | -204/+219 |
|
|
* | rearranged code in debugging version of DELREF to avoid touching data | Guido van Rossum | 1994-09-07 | 1 | -1/+2 |
|
|
* | Yet another version (by me) of __getattr__ etc. | Guido van Rossum | 1994-09-05 | 1 | -174/+51 |
|
|
* | Mods (really diffs to 2.29) by Michael Scharf for alternative __getattr__ etc. | Guido van Rossum | 1994-09-05 | 1 | -105/+204 |
|
|
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 9 | -128/+258 |
|
|
* | fix nasty bug in resizing (formatstring) | Guido van Rossum | 1994-08-30 | 1 | -18/+98 |
|
|
* | mods by Andrew Kuchling to implement | Guido van Rossum | 1994-08-29 | 1 | -41/+240 |
|
|
* | New patches by Andrew to fix various problems | Guido van Rossum | 1994-08-29 | 1 | -33/+67 |
|
|
* | Correct problems found by THINK C 6.0 | Guido van Rossum | 1994-08-29 | 1 | -44/+67 |
|
|
* | * configure.in, */Makefile*.in: OPT can now be specified in the | Guido van Rossum | 1994-08-23 | 1 | -1/+2 |
|
|
* | If an attribute is deleted, __setattr__ is called with 2 instead of 3 | Guido van Rossum | 1994-08-16 | 1 | -1/+5 |
|
|
* | New patches by Andrew to fix various problems | Guido van Rossum | 1994-08-12 | 1 | -5/+24 |
|
|
* | * Objects/classobject.c, Include/classobject.h: added __getattr__ | Guido van Rossum | 1994-08-12 | 1 | -17/+99 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 6 | -122/+229 |
|
|
* | Added getmaxint() so sys can initialize sys.maxint. | Guido van Rossum | 1993-12-24 | 2 | -9/+17 |
|
|
* | * rangeobject.[ch], bltinmodule.c: incorporate new version of range | Guido van Rossum | 1993-12-21 | 1 | -23/+127 |
|
|
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+66 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 1 | -3/+6 |
|
|
* | Fix lay-out of previous fix. | Guido van Rossum | 1993-11-23 | 2 | -4/+8 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 4 | -16/+12 |
|
|
* | * import.c (get_module): total rewrite, to ensure proper search order: for | Guido van Rossum | 1993-11-17 | 1 | -21/+30 |
|
|
* | Fix the fix :-( | Guido van Rossum | 1993-11-11 | 1 | -1/+3 |
|
|
* | Three micro fixes to formatstring | Guido van Rossum | 1993-11-11 | 1 | -5/+4 |
|
|
* | * parsermodule.c, Makefile, config.c: rudimentary interface to the Python | Guido van Rossum | 1993-11-10 | 2 | -2/+2 |
|
|
* | * posixmodule.c: added set{uid,gid}. | Guido van Rossum | 1993-11-10 | 4 | -6/+6 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 2 | -10/+41 |
|
|
* | Added compare operations for functions and code objects. | Guido van Rossum | 1993-11-05 | 1 | -1/+26 |
|
|
* | Added getmappingsize(). (Needed by previous checkin of posixmodule.c) | Guido van Rossum | 1993-11-05 | 2 | -0/+22 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 2 | -1/+2 |
|
|
* | * fileobject.c (softspace): fix bug if called with NULL file. | Guido van Rossum | 1993-11-01 | 1 | -1/+1 |
|
|
* | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 1 | -80/+28 |
|
|
* | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 2 | -16/+57 |
|
|
* | * listobject.c (list_ass_slice): XDECREF instead of DECREF so | Guido van Rossum | 1993-10-27 | 1 | -5/+5 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 2 | -12/+250 |
|
|