summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-304-63/+221
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-2913-44/+118
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-164-39/+32
* bltinmodule.c: added round(x, [n]); coerce() of two class instancesGuido van Rossum1993-02-121-1/+30
* * stdwinmodule.c: various new commands: setwin{pos,size},Guido van Rossum1993-02-081-8/+18
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-051-8/+6
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-265-17/+53
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-95/+256
* ushdr_t was not defined so fill in its size instead of using sizeof.Sjoerd Mullender1993-01-131-2/+3
* Added error checking.Sjoerd Mullender1993-01-131-21/+82
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-091-1/+1
* Various changes.Sjoerd Mullender1993-01-062-6/+15
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-041-3/+6
* * 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