| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 4 | -28/+27 |
| * | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 2 | -21/+33 |
| * | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 1 | -8/+49 |
| * | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 5 | -59/+82 |
| * | Several changes in one: | Guido van Rossum | 1993-05-19 | 6 | -649/+745 |
| * | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 2 | -25/+1 |
| * | (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) | Guido van Rossum | 1993-04-15 | 1 | -5/+14 |
| * | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -2/+1 |
| * | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 4 | -4/+130 |
| * | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 3 | -35/+114 |
| * | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 4 | -63/+221 |
| * | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 13 | -44/+118 |
| * | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 4 | -39/+32 |
| * | bltinmodule.c: added round(x, [n]); coerce() of two class instances | Guido van Rossum | 1993-02-12 | 1 | -1/+30 |
| * | * stdwinmodule.c: various new commands: setwin{pos,size}, | Guido van Rossum | 1993-02-08 | 1 | -8/+18 |
| * | * ceval.c: ifdef out the last argument passing compat hack. | Guido van Rossum | 1993-02-05 | 1 | -8/+6 |
| * | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 5 | -17/+53 |
| * | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 1 | -95/+256 |
| * | ushdr_t was not defined so fill in its size instead of using sizeof. | Sjoerd Mullender | 1993-01-13 | 1 | -2/+3 |
| * | Added error checking. | Sjoerd Mullender | 1993-01-13 | 1 | -21/+82 |
| * | * Makefile: use cp -r to install the library | Guido van Rossum | 1993-01-09 | 1 | -1/+1 |
| * | Various changes. | Sjoerd Mullender | 1993-01-06 | 2 | -6/+15 |
| * | * Configure.py: use #!/usr/local/bin/python | Guido van Rossum | 1993-01-04 | 1 | -3/+6 |
| * | * mymalloc.h: always allocate one extra byte, since some malloc's | Guido van Rossum | 1992-12-14 | 1 | -0/+4 |
| * | * classobject.c: in instance_lenth, test result of call_object | Guido van Rossum | 1992-11-26 | 2 | -0/+4 |
| * | * config.c: Added audioop to lists. | Guido van Rossum | 1992-11-26 | 1 | -1/+32 |
| * | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 3 | -4/+77 |
| * | Modified most (but not yet all) I/O to always go through sys.stdout or | Guido van Rossum | 1992-09-25 | 5 | -68/+72 |
| * | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 1 | -91/+40 |
| * | Added C++ support in thread.h; don't use signals if not strictly | Sjoerd Mullender | 1992-09-11 | 1 | -5/+16 |
| * | Give code objects a more useful representation. | Guido van Rossum | 1992-09-03 | 1 | -1/+18 |
| * | Add some debugging features if DEBUG defined | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
| * | Add sys.exitfunc feature. Make askync non-static. | Guido van Rossum | 1992-09-03 | 1 | -1/+20 |
| * | Add $PYTHONSTARTUP feature. | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
| * | Add an optional interface to turn malloc debugging on and off. | Guido van Rossum | 1992-09-03 | 1 | -0/+21 |
| * | newest version | Sjoerd Mullender | 1992-09-02 | 1 | -91/+0 |
| * | adapted SV module to the new svideo library. | Sjoerd Mullender | 1992-09-02 | 1 | -0/+91 |
| * | suppress unnecessary error message if too many arguments are passed | Guido van Rossum | 1992-08-27 | 1 | -2/+5 |
| * | fix *serious* (new) bug in testbool: by default objects should test | Guido van Rossum | 1992-08-19 | 1 | -1/+1 |
| * | fix *serious* (new) bug in evalfile: forgot to initialize s!!! | Guido van Rossum | 1992-08-19 | 1 | -0/+1 |
| * | New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() | Guido van Rossum | 1992-08-17 | 2 | -90/+229 |
| * | use getargs() in more cases; | Guido van Rossum | 1992-08-14 | 1 | -63/+48 |
| * | check for embedded \0 in strings for z and s formats | Guido van Rossum | 1992-08-14 | 1 | -2/+13 |
| * | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 2 | -36/+31 |
| * | Changes so that user-defined classes can implement operations invoked | Guido van Rossum | 1992-08-12 | 2 | -32/+109 |
| * | To ignore a call, cast it to (void), not to (void *)... | Guido van Rossum | 1992-08-12 | 1 | -1/+1 |
| * | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 6 | -48/+40 |
| * | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 4 | -384/+783 |
| * | sysmodule.c: calling sys.settrace() or sys.setprofile() without | Guido van Rossum | 1992-06-19 | 1 | -2/+2 |
| * | Removed confusing, incorrect comment. | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |