summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-012-16/+57
* * listobject.c (list_ass_slice): XDECREF instead of DECREF soGuido van Rossum1993-10-271-5/+5
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-262-12/+250
* Add some necessary casts; use double quotes to represent strings inGuido van Rossum1993-10-261-14/+27
* Changes to make range checks portable to 64-bit machines.Guido van Rossum1993-10-261-3/+21
* * filemodule.c: added writelines() -- analogous to readlines()Guido van Rossum1993-10-251-0/+42
* import.c: When something is wrong with the .pyc, properly open the .pySjoerd Mullender1993-10-251-8/+9
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-226-31/+176
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-181-0/+10
* intobject.c: Save references to small integers, so that they can beSjoerd Mullender1993-10-153-7/+95
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-151-5/+18
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-116-11/+47
* * clmodule.c (doParams): free PVbuffer in error condition.Sjoerd Mullender1993-08-031-0/+1
* Minor fixes / changes for Mac compatibility.Guido van Rossum1993-07-293-5/+5
* * accessobject.c (ownercheck): allow a base class access to protectedGuido van Rossum1993-07-112-15/+41
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-052-8/+1
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-177-8/+42
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-254-51/+60
* * Lots of small changes related to access.Guido van Rossum1993-05-213-34/+53
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-204-88/+503
* Several changes in one:Guido van Rossum1993-05-195-99/+386
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-123-11/+34
* Fix bug in class instance hash (forgot to clear error condition).Guido van Rossum1993-04-081-3/+8
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-072-2/+8
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-301-1/+1
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-0/+6
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-2914-43/+273
* Generalized version of dictionaries, with compatibility hacks.Guido van Rossum1993-03-272-0/+1410
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-165-50/+375
* bltinmodule.c: added round(x, [n]); coerce() of two class instancesGuido van Rossum1993-02-121-2/+2
* * stdwinmodule.c: various new commands: setwin{pos,size},Guido van Rossum1993-02-081-12/+8
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-264-9/+9
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-212-3/+6
* Checking in last-minute changes that are already part of release 0.9.8Guido van Rossum1993-01-101-2/+3
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-041-0/+4
* fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags.Guido van Rossum1992-12-221-1/+1
* * classobject.c: in instance_lenth, test result of call_objectGuido van Rossum1992-11-261-0/+2
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-10/+65
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-251-6/+143
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-178-114/+9
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-124-0/+148
* classobject.c moduleobject.c stdwinmodule.c xxobject.c:Guido van Rossum1992-09-043-9/+29
* Remove outdated warning in comments.Guido van Rossum1992-09-031-3/+0
* Remove bogus type-and-refcnt setting from newsizedstringobject().Guido van Rossum1992-09-031-3/+0
* Compare instance methods by comparing the object and the function.Guido van Rossum1992-09-031-1/+11
* If a type has a repr function but no print function, printing it nowGuido van Rossum1992-09-031-5/+34
* * renamed malloc.h mymalloc.h, and added MALLARG as the type of theGuido van Rossum1992-08-191-1/+7
* oct(0) should return '0', not '00'Guido van Rossum1992-08-141-2/+4
* * macmodule.c: include allobjects.h, not .cGuido van Rossum1992-08-141-5/+5
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-143-56/+91