summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+4
* * classobject.c: in instance_lenth, test result of call_objectGuido van Rossum1992-11-262-0/+4
* * config.c: Added audioop to lists.Guido van Rossum1992-11-261-1/+32
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-183-4/+77
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-255-68/+72
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-121-91/+40
* Added C++ support in thread.h; don't use signals if not strictlySjoerd Mullender1992-09-111-5/+16
* Give code objects a more useful representation.Guido van Rossum1992-09-031-1/+18
* Add some debugging features if DEBUG definedGuido van Rossum1992-09-031-0/+10
* Add sys.exitfunc feature. Make askync non-static.Guido van Rossum1992-09-031-1/+20
* Add $PYTHONSTARTUP feature.Guido van Rossum1992-09-031-0/+10
* Add an optional interface to turn malloc debugging on and off.Guido van Rossum1992-09-031-0/+21
* newest versionSjoerd Mullender1992-09-021-91/+0
* adapted SV module to the new svideo library.Sjoerd Mullender1992-09-021-0/+91
* suppress unnecessary error message if too many arguments are passedGuido van Rossum1992-08-271-2/+5
* fix *serious* (new) bug in testbool: by default objects should testGuido van Rossum1992-08-191-1/+1
* fix *serious* (new) bug in evalfile: forgot to initialize s!!!Guido van Rossum1992-08-191-0/+1
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-172-90/+229
* use getargs() in more cases;Guido van Rossum1992-08-141-63/+48
* check for embedded \0 in strings for z and s formatsGuido van Rossum1992-08-141-2/+13
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-142-36/+31
* Changes so that user-defined classes can implement operations invokedGuido van Rossum1992-08-122-32/+109
* To ignore a call, cast it to (void), not to (void *)...Guido van Rossum1992-08-121-1/+1
* * Makefile: cosmeticsGuido van Rossum1992-08-056-48/+40
* * Makefile adapted to changes below.Guido van Rossum1992-08-044-384/+783
* sysmodule.c: calling sys.settrace() or sys.setprofile() withoutGuido van Rossum1992-06-191-2/+2
* Removed confusing, incorrect comment.Guido van Rossum1992-06-031-1/+1
* Added new types to setattr() as well...Guido van Rossum1992-06-031-0/+52
* Added parameter decls to do_mkvalue for non-template machinesGuido van Rossum1992-05-151-1/+4
* Merged with Steve Miale's versionGuido van Rossum1992-04-131-79/+145
* Added mkvalue() functionGuido van Rossum1992-04-131-0/+127
* Test for NULL coming out of err_get() in call_exc_trace()Guido van Rossum1992-04-091-0/+4
* reverse sense of test for CHECKEXCGuido van Rossum1992-04-081-1/+1
* Arg of cmp_outcome becomes an int for portability to the MacGuido van Rossum1992-04-061-3/+3
* Don't use NULL as 0 int!Guido van Rossum1992-04-061-1/+1
* Latest gramamrGuido van Rossum1992-04-061-132/+130
* Copyright for 1992 addedGuido van Rossum1992-04-0512-12/+12
* Only * can be used for varargs argument listsGuido van Rossum1992-04-051-4/+8
* (Hopefully) fix bug in reference count in call_exc_trace()Guido van Rossum1992-04-051-12/+7
* Fix reference counts of sys_trace and sys_profileGuido van Rossum1992-04-051-3/+7
* tightened try statement syntaxGuido van Rossum1992-03-311-10/+22
* fix HUGE and MAXVAL (suggested by Tim Peters)Guido van Rossum1992-03-271-2/+2
* lintGuido van Rossum1992-03-271-2/+0
* lint (added prototypes for all static fns)Guido van Rossum1992-03-271-29/+34
* fix what lint foundGuido van Rossum1992-03-271-16/+8
* Shut up lintGuido van Rossum1992-03-271-0/+2
* Shut up lint.Guido van Rossum1992-03-271-2/+2
* Add -v option (verbose) and get rid of finaloutput() function (unused)Guido van Rossum1992-03-271-11/+8
* Print messages about where from modules are imported when -v is given.Guido van Rossum1992-03-271-2/+27
* *** empty log message ***Guido van Rossum1992-03-241-605/+703