summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Added 1995 copyright.Guido van Rossum1995-01-0451-108/+112
* Lots of small things, see ChangeLogGuido van Rossum1994-12-309-10/+14
* - Added ability to get at strings embedded in the structJack Jansen1994-12-141-0/+7
* Use \n as PYTHONPATH delimiter on Mac (less likely to occur inJack Jansen1994-12-141-1/+2
* pl1.1.1; added newgetargs renamingGuido van Rossum1994-11-102-1/+2
* include stddef.hGuido van Rossum1994-10-201-0/+4
* Oops -- version number!Guido van Rossum1994-10-061-1/+1
* ceval.h: added Py_MakePendingCalls()Guido van Rossum1994-09-284-1/+4
* pythonrun.h: added run_pyc_fileGuido van Rossum1994-09-145-5/+14
* pythgonrun.h: added Py_AtExit().Guido van Rossum1994-09-072-0/+3
* 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