Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Be more careful about default args. | Guido van Rossum | 1996-05-23 | 1 | -16/+25 | |
* | Use struct _inittab def from import.h | Guido van Rossum | 1996-05-23 | 1 | -4/+1 | |
* | Added flock(). | Guido van Rossum | 1996-05-23 | 1 | -0/+29 | |
* | Microsoft C changes | Guido van Rossum | 1996-05-23 | 1 | -1/+4 | |
* | Subtle Windows changes | Guido van Rossum | 1996-05-23 | 1 | -2/+2 | |
* | Use sigaction if possible | Guido van Rossum | 1996-05-23 | 1 | -0/+6 | |
* | Windows/PC changes | Guido van Rossum | 1996-05-23 | 1 | -7/+40 | |
* | Added __doc__ strings. Added get_soundex(). | Guido van Rossum | 1996-05-23 | 1 | -2/+36 | |
* | Watcom changes. | Guido van Rossum | 1996-05-23 | 1 | -1/+18 | |
* | Patch from the net for 4.1 file handler changes. | Guido van Rossum | 1996-05-16 | 1 | -1/+19 | |
* | Add __sinit() call according to Jack. | Guido van Rossum | 1996-05-16 | 1 | -0/+1 | |
* | remove unused variables | Guido van Rossum | 1996-02-27 | 1 | -9/+2 | |
* | default CLOCKS_PER_SEC to CLK_TCK if it exists | Guido van Rossum | 1996-02-25 | 1 | -0/+4 | |
* | Made 2nd arg to mkdir optional | Guido van Rossum | 1996-02-25 | 1 | -2/+13 | |
* | Include ncurses.h where needed | Guido van Rossum | 1996-02-25 | 1 | -0/+5 | |
* | Include stdlib.h or declare getenv | Guido van Rossum | 1996-02-25 | 1 | -0/+6 | |
* | Add unsigned char cast | Guido van Rossum | 1996-02-25 | 1 | -1/+1 | |
* | Changes needed to build with Tcl/Tk beta 2! | Guido van Rossum | 1996-02-25 | 1 | -16/+38 | |
* | Changes to make it work with Tcl/Tk beta 1. | Guido van Rossum | 1996-02-25 | 1 | -33/+48 | |
* | Include GUSI.h if using gusi-sockets | Jack Jansen | 1996-02-14 | 1 | -0/+5 | |
* | mark strftime as varargs | Guido van Rossum | 1996-02-13 | 1 | -1/+1 | |
* | add remove==unlink; mark strftime as varargs | Guido van Rossum | 1996-02-13 | 1 | -0/+1 | |
* | get rid of bogus name for init_tkinter() | Guido van Rossum | 1996-02-13 | 1 | -3/+1 | |
* | remove rcs history | Guido van Rossum | 1996-01-26 | 1 | -32/+0 | |
* | support fast mode for gdmb | Guido van Rossum | 1996-01-26 | 1 | -9/+16 | |
* | Added 16-bit pixel support for some operations. | Jack Jansen | 1996-01-22 | 1 | -8/+15 | |
* | Fixed off-by-one error in rle-decode, and allow whitespace in base64 | Jack Jansen | 1996-01-22 | 1 | -5/+5 | |
* | adde cmath; added version numbers to tk/tcl libs | Guido van Rossum | 1996-01-12 | 1 | -1/+2 | |
* | added default hypot() implementation | Guido van Rossum | 1996-01-12 | 1 | -4/+21 | |
* | 64-bit patch | Guido van Rossum | 1996-01-12 | 1 | -0/+15 | |
* | added new.classobj() | Guido van Rossum | 1996-01-12 | 1 | -0/+19 | |
* | fix argcount bug for build_node_children | Guido van Rossum | 1996-01-12 | 1 | -1/+1 | |
* | clear addr buffer before calling getsockname | Guido van Rossum | 1996-01-12 | 1 | -0/+1 | |
* | complex math | Guido van Rossum | 1996-01-12 | 1 | -0/+314 | |
* | Allow '@' for ' ' in uuencoded files. | Jack Jansen | 1995-11-14 | 1 | -2/+5 | |
* | Initialize GUSI on the mac. | Jack Jansen | 1995-11-14 | 1 | -0/+21 | |
* | Fix to load needed resources on a mac | Jack Jansen | 1995-10-31 | 1 | -0/+40 | |
* | Renamed module tkinter to _tkinter, moved source to _tkinter.c | Jack Jansen | 1995-10-23 | 2 | -7/+7 | |
* | rename binasciimodule.c -> binascii.c; disable parsermodule.c | Guido van Rossum | 1995-10-12 | 1 | -2/+6 | |
* | Fred Drake's new parser module | Guido van Rossum | 1995-10-11 | 2 | -52/+2121 | |
* | changes by Steve Clift | Guido van Rossum | 1995-10-11 | 1 | -80/+92 | |
* | Removed declaration of sginap because it conflicted with a header file. | Sjoerd Mullender | 1995-10-11 | 1 | -2/+0 | |
* | Propagate variable calls both to the linker and the compiler. | Sjoerd Mullender | 1995-10-11 | 1 | -1/+2 | |
* | add BGN/END_SAVE macros around fcntl/ioctl calls | Guido van Rossum | 1995-10-07 | 1 | -2/+12 | |
* | Added base64 support | Jack Jansen | 1995-10-04 | 1 | -0/+141 | |
* | Removed unused variable | Jack Jansen | 1995-10-03 | 1 | -1/+1 | |
* | Move some stuff around so customizations in Setup take precedence | Guido van Rossum | 1995-09-30 | 1 | -4/+9 | |
* | re-enable new.code(...) with new args | Guido van Rossum | 1995-09-30 | 1 | -3/+18 | |
* | clear quitMainLoop when we fall through the main loop | Guido van Rossum | 1995-09-30 | 1 | -0/+1 | |
* | Mac changes | Guido van Rossum | 1995-09-22 | 1 | -4/+38 | |