| Commit message (Expand) | Author | Age | Files | Lines |
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 5 | -99/+386 |
|
|
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 3 | -11/+34 |
|
|
* | Fix bug in class instance hash (forgot to clear error condition). | Guido van Rossum | 1993-04-08 | 1 | -3/+8 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 2 | -2/+8 |
|
|
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 1 | -1/+1 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -0/+6 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 14 | -43/+273 |
|
|
* | Generalized version of dictionaries, with compatibility hacks. | Guido van Rossum | 1993-03-27 | 2 | -0/+1410 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 5 | -50/+375 |
|
|
* | bltinmodule.c: added round(x, [n]); coerce() of two class instances | Guido van Rossum | 1993-02-12 | 1 | -2/+2 |
|
|
* | * stdwinmodule.c: various new commands: setwin{pos,size}, | Guido van Rossum | 1993-02-08 | 1 | -12/+8 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 4 | -9/+9 |
|
|
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 2 | -3/+6 |
|
|
* | Checking in last-minute changes that are already part of release 0.9.8 | Guido van Rossum | 1993-01-10 | 1 | -2/+3 |
|
|
* | * Configure.py: use #!/usr/local/bin/python | Guido van Rossum | 1993-01-04 | 1 | -0/+4 |
|
|
* | fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. | Guido van Rossum | 1992-12-22 | 1 | -1/+1 |
|
|
* | * classobject.c: in instance_lenth, test result of call_object | Guido van Rossum | 1992-11-26 | 1 | -0/+2 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -10/+65 |
|
|
* | Modified most (but not yet all) I/O to always go through sys.stdout or | Guido van Rossum | 1992-09-25 | 1 | -6/+143 |
|
|
* | * Makefile: added IMGFILE; moved some stuff around. | Guido van Rossum | 1992-09-17 | 8 | -114/+9 |
|
|
* | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 4 | -0/+148 |
|
|
* | classobject.c moduleobject.c stdwinmodule.c xxobject.c: | Guido van Rossum | 1992-09-04 | 3 | -9/+29 |
|
|
* | Remove outdated warning in comments. | Guido van Rossum | 1992-09-03 | 1 | -3/+0 |
|
|
* | Remove bogus type-and-refcnt setting from newsizedstringobject(). | Guido van Rossum | 1992-09-03 | 1 | -3/+0 |
|
|
* | Compare instance methods by comparing the object and the function. | Guido van Rossum | 1992-09-03 | 1 | -1/+11 |
|
|
* | If a type has a repr function but no print function, printing it now | Guido van Rossum | 1992-09-03 | 1 | -5/+34 |
|
|
* | * renamed malloc.h mymalloc.h, and added MALLARG as the type of the | Guido van Rossum | 1992-08-19 | 1 | -1/+7 |
|
|
* | oct(0) should return '0', not '00' | Guido van Rossum | 1992-08-14 | 1 | -2/+4 |
|
|
* | * macmodule.c: include allobjects.h, not .c | Guido van Rossum | 1992-08-14 | 1 | -5/+5 |
|
|
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 3 | -56/+91 |
|
|
* | * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping to | Guido van Rossum | 1992-08-14 | 1 | -6/+9 |
|
|
* | Changes so that user-defined classes can implement operations invoked | Guido van Rossum | 1992-08-12 | 1 | -7/+494 |
|
|
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 2 | -16/+46 |
|
|
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 1 | -2/+9 |
|
|
* | listobject.c: added optional cmp function to list.sort(). | Guido van Rossum | 1992-08-03 | 1 | -7/+54 |
|
|
* | fileobject.c: fix fatal bug in getline() (forgot to initialize fp now) | Guido van Rossum | 1992-07-31 | 1 | -0/+1 |
|
|
* | Makefile: added instann rules and $(*DEST*) defines. | Guido van Rossum | 1992-07-06 | 1 | -48/+46 |
|
|
* | Changes for new UNIX-specific built-in module 'select' and new header for | Guido van Rossum | 1992-06-23 | 1 | -0/+11 |
|
|
* | sysmodule.c: calling sys.settrace() or sys.setprofile() without | Guido van Rossum | 1992-06-19 | 1 | -0/+1 |
|
|
* | New copyright | Guido van Rossum | 1992-04-06 | 1 | -1/+1 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 13 | -13/+13 |
|
|
* | Don't allow assignment to attributes named __*__ | Guido van Rossum | 1992-04-05 | 1 | -2/+16 |
|
|
* | lint fix | Guido van Rossum | 1992-03-27 | 2 | -3/+11 |
|
|
* | answer lint's complaints | Guido van Rossum | 1992-03-27 | 1 | -5/+13 |
|
|
* | Lint stuff (involves casts, yuck!) | Guido van Rossum | 1992-03-27 | 1 | -27/+33 |
|
|
* | Lint | Guido van Rossum | 1992-03-27 | 1 | -1/+2 |
|
|
* | Lint | Guido van Rossum | 1992-03-27 | 1 | -1/+2 |
|
|
* | Fix lint bug | Guido van Rossum | 1992-03-27 | 1 | -1/+3 |
|
|
* | Lint... | Guido van Rossum | 1992-03-27 | 1 | -0/+1 |
|
|
* | Silence lint | Guido van Rossum | 1992-03-27 | 1 | -2/+2 |
|
|