| Commit message (Expand) | Author | Age | Files | Lines |
* | Added Makefile with clean and clobber targets | Guido van Rossum | 1994-01-04 | 1 | -0/+12 |
|
|
* | all: 1994 copyright | Guido van Rossum | 1994-01-02 | 1 | -0/+1 |
|
|
* | all: 1994 copyright | Guido van Rossum | 1994-01-02 | 1 | -0/+82 |
|
|
* | New files | Guido van Rossum | 1993-12-24 | 2 | -0/+91 |
|
|
* | * rangeobject.[ch], bltinmodule.c: incorporate new version of range | Guido van Rossum | 1993-12-21 | 1 | -1/+1 |
|
|
* | almodule.c: added close method, equivalent to closeport. | Sjoerd Mullender | 1993-12-20 | 2 | -36/+36 |
|
|
* | * Grammar: corrected old typo (class instead of 'class') | Guido van Rossum | 1993-12-20 | 1 | -3/+3 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 2 | -46/+44 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -2/+0 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 1 | -0/+1 |
|
|
* | Added getmappingsize(). (Needed by previous checkin of posixmodule.c) | Guido van Rossum | 1993-11-05 | 1 | -0/+1 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 4 | -7/+0 |
|
|
* | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 1 | -1/+1 |
|
|
* | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 1 | -1/+1 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 6 | -3/+58 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -0/+3 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 3 | -26/+30 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -0/+23 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 48 | -0/+871 |
|
|
* | * accessobject.c (ownercheck): allow a base class access to protected | Guido van Rossum | 1993-07-11 | 1 | -0/+1 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 4 | -24/+5 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 2 | -2/+2 |
|
|
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 2 | -5/+8 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 5 | -3/+70 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 9 | -45/+56 |
|
|
* | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 1 | -0/+1 |
|
|
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 1 | -0/+2 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 3 | -8/+9 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 41 | -102/+111 |
|
|
* | Generalized version of dictionaries, with compatibility hacks. | Guido van Rossum | 1993-03-27 | 1 | -0/+43 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 2 | -4/+17 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 2 | -4/+9 |
|
|
* | * Configure.py: use #!/usr/local/bin/python | Guido van Rossum | 1993-01-04 | 1 | -1/+0 |
|
|
* | * mymalloc.h: always allocate one extra byte, since some malloc's | Guido van Rossum | 1992-12-14 | 1 | -3/+5 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -0/+4 |
|
|
* | Modified most (but not yet all) I/O to always go through sys.stdout or | Guido van Rossum | 1992-09-25 | 2 | -2/+2 |
|
|
* | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 1 | -0/+5 |
|
|
* | Added C++ support in thread.h; don't use signals if not strictly | Sjoerd Mullender | 1992-09-11 | 2 | -10/+24 |
|
|
* | Correct spelling in function name | Guido van Rossum | 1992-09-03 | 1 | -1/+1 |
|
|
* | AOnly define NDEDBUG if DEBUG is not defined | Guido van Rossum | 1992-09-03 | 1 | -0/+3 |
|
|
* | * renamed malloc.h mymalloc.h, and added MALLARG as the type of the | Guido van Rossum | 1992-08-19 | 3 | -2/+76 |
|
|
* | New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() | Guido van Rossum | 1992-08-17 | 2 | -0/+18 |
|
|
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 2 | -1/+1 |
|
|
* | Changes so that user-defined classes can implement operations invoked | Guido van Rossum | 1992-08-12 | 2 | -3/+6 |
|
|
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 2 | -4/+95 |
|
|
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 2 | -0/+54 |
|
|
* | * myselect.h: bzero -> memset | Guido van Rossum | 1992-08-04 | 1 | -1/+1 |
|
|
* | Changes for new UNIX-specific built-in module 'select' and new header for | Guido van Rossum | 1992-06-23 | 1 | -0/+80 |
|
|
* | added BYTE, CHAR and unsigned variants | Guido van Rossum | 1992-06-03 | 1 | -0/+8 |
|
|
* | Added declaration for mkvalue() | Guido van Rossum | 1992-04-13 | 1 | -0/+1 |
|
|