| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to make range checks portable to 64-bit machines. | Guido van Rossum | 1993-10-26 | 1 | -3/+21 |
|
|
* | * filemodule.c: added writelines() -- analogous to readlines() | Guido van Rossum | 1993-10-25 | 1 | -0/+42 |
|
|
* | import.c: When something is wrong with the .pyc, properly open the .py | Sjoerd Mullender | 1993-10-25 | 1 | -8/+9 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 6 | -31/+176 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 1 | -0/+10 |
|
|
* | intobject.c: Save references to small integers, so that they can be | Sjoerd Mullender | 1993-10-15 | 3 | -7/+95 |
|
|
* | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 1 | -5/+18 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 6 | -11/+47 |
|
|
* | * clmodule.c (doParams): free PVbuffer in error condition. | Sjoerd Mullender | 1993-08-03 | 1 | -0/+1 |
|
|
* | Minor fixes / changes for Mac compatibility. | Guido van Rossum | 1993-07-29 | 3 | -5/+5 |
|
|
* | * accessobject.c (ownercheck): allow a base class access to protected | Guido van Rossum | 1993-07-11 | 2 | -15/+41 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 2 | -8/+1 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 7 | -8/+42 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 4 | -51/+60 |
|
|
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 3 | -34/+53 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 4 | -88/+503 |
|
|
* | 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 |
|
|