summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* Define cl_{get,set,del}attr members in classobjectGuido van Rossum1994-09-061-6/+4
* Added PyArg_NoArgs(v)Guido van Rossum1994-08-291-0/+1
* For THINK C 6.0Guido van Rossum1994-08-291-6/+1
* Include/node.h: make some fields short to save space duringGuido van Rossum1994-08-231-3/+3
* No need to define THINK_C any moreGuido van Rossum1994-08-191-5/+1
* Changes for dynamic linking under NTGuido van Rossum1994-08-1821-59/+72
* Moved to Include and changed format to "<complete_version>"Guido van Rossum1994-08-171-1/+1
* * Objects/classobject.c, Include/classobject.h: added __getattr__Guido van Rossum1994-08-121-0/+12
* * Include/rename1.h: added PyMethodDef and PyObjectGuido van Rossum1994-08-121-0/+2
* * Objects/{int,long,float}object.c, Include/object.h,Guido van Rossum1994-08-091-1/+2
* Strange... levels 1 and 2 were never committed?Guido van Rossum1994-08-011-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-0153-187/+262
* Added Makefile with clean and clobber targetsGuido van Rossum1994-01-041-0/+12
* all: 1994 copyrightGuido van Rossum1994-01-021-0/+1
* all: 1994 copyrightGuido van Rossum1994-01-021-0/+82
* New filesGuido van Rossum1993-12-242-0/+91
* * rangeobject.[ch], bltinmodule.c: incorporate new version of rangeGuido van Rossum1993-12-211-1/+1
* almodule.c: added close method, equivalent to closeport.Sjoerd Mullender1993-12-202-36/+36
* * Grammar: corrected old typo (class instead of 'class')Guido van Rossum1993-12-201-3/+3
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-302-46/+44
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-2/+0
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-0/+1
* Added getmappingsize(). (Needed by previous checkin of posixmodule.c)Guido van Rossum1993-11-051-0/+1
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-014-7/+0
* * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeGuido van Rossum1993-11-011-1/+1
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-011-1/+1
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-266-3/+58
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-221-0/+3
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-183-26/+30
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-0/+23
* * Added support for X11 modules.Guido van Rossum1993-07-2848-0/+871
* * accessobject.c (ownercheck): allow a base class access to protectedGuido van Rossum1993-07-111-0/+1
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-174-24/+5
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-252-2/+2
* * Lots of small changes related to access.Guido van Rossum1993-05-212-5/+8
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-205-3/+70
* Several changes in one:Guido van Rossum1993-05-199-45/+56
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-011-0/+1
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-301-0/+2
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-303-8/+9
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-2941-102/+111
* Generalized version of dictionaries, with compatibility hacks.Guido van Rossum1993-03-271-0/+43
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-162-4/+17
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-262-4/+9
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-041-1/+0
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-3/+5
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-0/+4
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-252-2/+2
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-121-0/+5
* Added C++ support in thread.h; don't use signals if not strictlySjoerd Mullender1992-09-112-10/+24