summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct spelling in function nameGuido van Rossum1992-09-031-1/+1
* AOnly define NDEDBUG if DEBUG is not definedGuido van Rossum1992-09-031-0/+3
* * renamed malloc.h mymalloc.h, and added MALLARG as the type of theGuido van Rossum1992-08-193-2/+76
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-172-0/+18
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-142-1/+1
* Changes so that user-defined classes can implement operations invokedGuido van Rossum1992-08-122-3/+6
* * Makefile: cosmeticsGuido van Rossum1992-08-052-4/+95
* * Makefile adapted to changes below.Guido van Rossum1992-08-042-0/+54
* * myselect.h: bzero -> memsetGuido van Rossum1992-08-041-1/+1
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-0/+80
* added BYTE, CHAR and unsigned variantsGuido van Rossum1992-06-031-0/+8
* Added declaration for mkvalue()Guido van Rossum1992-04-131-0/+1
* Copyright for 1992 addedGuido van Rossum1992-04-0542-42/+42
* lint (added flushline() interface)Guido van Rossum1992-03-271-0/+1
* Make it lint-freeGuido van Rossum1992-03-271-0/+1
* *** empty log message ***Guido van Rossum1992-03-241-62/+44
* Moved definition of search path DELIM here (from sysmodule.c).Guido van Rossum1992-03-231-0/+9
* Added definitions of sys_trace and sys_profileGuido van Rossum1992-03-231-0/+2
* Initial revisionGuido van Rossum1992-02-261-0/+43
* New getargs() function. Define macros with conventional names,Guido van Rossum1992-01-271-0/+28
* Initial revisionGuido van Rossum1992-01-191-0/+26
* Added typedef for longobject and declarations for long_{format,scan}.Guido van Rossum1992-01-191-0/+5
* Move the longobject typedef to longobject.h.Guido van Rossum1992-01-191-9/+4
* New function gettupleslice(v, i, j).Guido van Rossum1992-01-141-0/+1
* Change tb_here() prototype.Guido van Rossum1992-01-141-1/+1
* Added UNPACK_VARARG.Guido van Rossum1992-01-141-0/+1
* Added f_lasti and f_lineno members.Guido van Rossum1992-01-141-0/+2
* Added SystemExit.Guido van Rossum1991-12-312-0/+2
* Added ImportError.Guido van Rossum1991-12-242-0/+2
* Regularize exceptions.Guido van Rossum1991-12-162-22/+18
* Added UNPACK_ARG.Guido van Rossum1991-12-161-1/+3
* Add "varargs" attribute.Guido van Rossum1991-12-161-3/+5
* SyntaxError.Guido van Rossum1991-12-162-0/+2
* Added _GLOBAL opcodes.Guido van Rossum1991-12-101-0/+2
* New exceptions.Guido van Rossum1991-12-102-12/+16
* Added shift and mask ops.Guido van Rossum1991-10-242-3/+15