summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping toGuido van Rossum1992-08-141-6/+9
* Changes so that user-defined classes can implement operations invokedGuido van Rossum1992-08-121-7/+494
* * Makefile: cosmeticsGuido van Rossum1992-08-052-16/+46
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-2/+9
* listobject.c: added optional cmp function to list.sort().Guido van Rossum1992-08-031-7/+54
* fileobject.c: fix fatal bug in getline() (forgot to initialize fp now)Guido van Rossum1992-07-311-0/+1
* Makefile: added instann rules and $(*DEST*) defines.Guido van Rossum1992-07-061-48/+46
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-0/+11
* sysmodule.c: calling sys.settrace() or sys.setprofile() withoutGuido van Rossum1992-06-191-0/+1
* New copyrightGuido van Rossum1992-04-061-1/+1
* Copyright for 1992 addedGuido van Rossum1992-04-0513-13/+13
* Don't allow assignment to attributes named __*__Guido van Rossum1992-04-051-2/+16
* lint fixGuido van Rossum1992-03-272-3/+11
* answer lint's complaintsGuido van Rossum1992-03-271-5/+13
* Lint stuff (involves casts, yuck!)Guido van Rossum1992-03-271-27/+33
* LintGuido van Rossum1992-03-271-1/+2