summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, */Makefile*.in: OPT can now be specified in theGuido van Rossum1994-08-231-1/+2
* If an attribute is deleted, __setattr__ is called with 2 instead of 3Guido van Rossum1994-08-161-1/+5
* New patches by Andrew to fix various problemsGuido van Rossum1994-08-121-5/+24
* * Objects/classobject.c, Include/classobject.h: added __getattr__Guido van Rossum1994-08-121-17/+99
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-016-122/+229
* Added getmaxint() so sys can initialize sys.maxint.Guido van Rossum1993-12-242-9/+17
* * rangeobject.[ch], bltinmodule.c: incorporate new version of rangeGuido van Rossum1993-12-211-23/+127
* New fileGuido van Rossum1993-12-201-0/+66
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-301-3/+6
* Fix lay-out of previous fix.Guido van Rossum1993-11-232-4/+8
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-234-16/+12
* * import.c (get_module): total rewrite, to ensure proper search order: forGuido van Rossum1993-11-171-21/+30
* Fix the fix :-(Guido van Rossum1993-11-111-1/+3
* Three micro fixes to formatstringGuido van Rossum1993-11-111-5/+4
* * parsermodule.c, Makefile, config.c: rudimentary interface to the PythonGuido van Rossum1993-11-102-2/+2
* * posixmodule.c: added set{uid,gid}.Guido van Rossum1993-11-104-6/+6
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-052-10/+41
* Added compare operations for functions and code objects.Guido van Rossum1993-11-051-1/+26
* Added getmappingsize(). (Needed by previous checkin of posixmodule.c)Guido van Rossum1993-11-052-0/+22
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-012-1/+2
* * fileobject.c (softspace): fix bug if called with NULL file.Guido van Rossum1993-11-011-1/+1
* * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeGuido van Rossum1993-11-011-80/+28
* 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