3570 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
Guido van Rossum 81daa32c15 Access checks now work, at least for instance data (not for methods 33 years ago
Guido van Rossum 25831652fd Several changes in one: 33 years ago
Guido van Rossum 6ac258d381 * pythonrun.c: Print exception type+arg *after* stack trace instead of 33 years ago
Guido van Rossum acbe8da4f8 (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) 33 years ago
Guido van Rossum 9575a44575 * Microscopic corrections to make things compile on the Cray APP. 33 years ago
Guido van Rossum f56e3db1dd Support for frozen scripts; added -i option. 33 years ago
Guido van Rossum 5b7221849e * Fixed some subtleties with fastlocals. You can no longer access 33 years ago
Guido van Rossum 8b17d6bd89 Changes to speed up local variables enormously, by avoiding dictionary 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum e537240c25 * Changed many files to use mkvalue() instead of newtupleobject(). 33 years ago
Guido van Rossum 9e51f9bec8 bltinmodule.c: added round(x, [n]); coerce() of two class instances 34 years ago
Guido van Rossum bf80e5407f * stdwinmodule.c: various new commands: setwin{pos,size}, 34 years ago
Guido van Rossum 6f5afc9a73 * ceval.c: ifdef out the last argument passing compat hack. 34 years ago
Guido van Rossum 34679b7661 * Added Fixcprt.py: script to fix copyright message. 34 years ago
Guido van Rossum 0b0db8e3a0 Added separate main program for the Mac: macmain.c 34 years ago
Sjoerd Mullender 76ab5feb45 ushdr_t was not defined so fill in its size instead of using sizeof. 34 years ago
Sjoerd Mullender e89341250d Added error checking. 34 years ago
Guido van Rossum 775f4dacbc * Makefile: use cp -r to install the library 34 years ago
Sjoerd Mullender ed59d205a9 Various changes. 34 years ago
Guido van Rossum a2b7f40513 * Configure.py: use #!/usr/local/bin/python 34 years ago
Guido van Rossum 5f59d6018e * mymalloc.h: always allocate one extra byte, since some malloc's 34 years ago
Guido van Rossum d014ea6b5e * classobject.c: in instance_lenth, test result of call_object 34 years ago
Guido van Rossum c89705d697 * config.c: Added audioop to lists. 34 years ago
Guido van Rossum a9e7dc1081 * bltinmodule.c: added built-in function cmp(a, b) 34 years ago
Guido van Rossum 3165fe6a56 Modified most (but not yet all) I/O to always go through sys.stdout or 34 years ago
Guido van Rossum 1899c2e055 Made builtins int(), long(), float(), oct() and hex() more generic. 34 years ago
Sjoerd Mullender d10d8291f1 Added C++ support in thread.h; don't use signals if not strictly 34 years ago
Guido van Rossum 2dff991f6b Give code objects a more useful representation. 34 years ago
Guido van Rossum 99bec95482 Add some debugging features if DEBUG defined 34 years ago
Guido van Rossum 59bff399a0 Add sys.exitfunc feature. Make askync non-static. 34 years ago
Guido van Rossum da8cd8638f Add $PYTHONSTARTUP feature. 34 years ago
Guido van Rossum 14b4adbd33 Add an optional interface to turn malloc debugging on and off. 34 years ago
Sjoerd Mullender 2179945eec newest version 34 years ago
Sjoerd Mullender aee8bc1fab adapted SV module to the new svideo library. 34 years ago
Guido van Rossum a93265a666 suppress unnecessary error message if too many arguments are passed 34 years ago
Guido van Rossum f9a2d33f01 fix *serious* (new) bug in testbool: by default objects should test 34 years ago
Guido van Rossum 2b81dc9c00 fix *serious* (new) bug in evalfile: forgot to initialize s!!! 34 years ago
Guido van Rossum f9f2e82fca New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() 34 years ago
Guido van Rossum 94390a4eaf use getargs() in more cases; 34 years ago
Guido van Rossum 96caaee836 check for embedded \0 in strings for z and s formats 34 years ago
Guido van Rossum e6eefc2231 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 34 years ago
Guido van Rossum 04691fc1c1 Changes so that user-defined classes can implement operations invoked 34 years ago
Guido van Rossum df72a655b9 To ignore a call, cast it to (void), not to (void *)... 34 years ago
Guido van Rossum ff4949eeee * Makefile: cosmetics 34 years ago
Guido van Rossum 1984f1e1c6 * Makefile adapted to changes below. 34 years ago
Guido van Rossum 5dc8eb0914 sysmodule.c: calling sys.settrace() or sys.setprofile() without 34 years ago
Guido van Rossum 138e6bf66e Removed confusing, incorrect comment. 34 years ago
Guido van Rossum ab2490a6d5 Added new types to setattr() as well... 34 years ago
Guido van Rossum 899dcf36a0 Added parameter decls to do_mkvalue for non-template machines 34 years ago
Guido van Rossum fc61adb5f1 Merged with Steve Miale's version 34 years ago