| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pointer to GPL-free MP library | Guido van Rossum | 1994-10-06 | 1 | -1/+6 |
|
|
* | Removed this module (will be distributed with Jack's package) | Guido van Rossum | 1994-10-06 | 1 | -5/+0 |
|
|
* | Fix getpythonpath() fix; never #include frozen.c. | Guido van Rossum | 1994-10-05 | 1 | -4/+3 |
|
|
* | Save static pointer to malloc'ed buffer | Guido van Rossum | 1994-10-05 | 1 | -8/+8 |
|
|
* | * Modules/xxmodule.c: integrated with xxobject.c by Jack | Guido van Rossum | 1994-09-29 | 3 | -13/+169 |
|
|
* | Various layout changes; some extra warnings; for IRIX, IRIX 5 is the default. | Guido van Rossum | 1994-09-21 | 1 | -18/+31 |
|
|
* | Specified libraries for flmodule. | Sjoerd Mullender | 1994-09-21 | 1 | -1/+1 |
|
|
* | Put a comment start symbol at the start of a comment that lacked one. | Sjoerd Mullender | 1994-09-15 | 1 | -1/+1 |
|
|
* | * various modules: #include "Python.h" and remove most remporary | Guido van Rossum | 1994-09-14 | 6 | -67/+20 |
|
|
* | * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH for | Guido van Rossum | 1994-09-12 | 2 | -2/+4 |
|
|
* | If an argument on a Setup line starts with `$', treat it as a library, | Sjoerd Mullender | 1994-09-12 | 1 | -0/+1 |
|
|
* | Support shared library creation. | Guido van Rossum | 1994-09-12 | 3 | -62/+128 |
|
|
* | Steen Lumholt's termios interface. | Guido van Rossum | 1994-09-12 | 1 | -0/+258 |
|
|
* | Added _getpty interface. | Guido van Rossum | 1994-09-12 | 1 | -0/+30 |
|
|
* | Setup.in: added tkinter; rearranged the definition of PYTHONPATH so | Guido van Rossum | 1994-09-07 | 5 | -198/+248 |
|
|
* | Added minmax function. | Sjoerd Mullender | 1994-09-06 | 1 | -0/+27 |
|
|
* | Lance's release 1.1 -- fixes some problems with 1.0 | Guido van Rossum | 1994-08-31 | 1 | -36/+52 |
|
|
* | Release 1.0 by Lance | Guido van Rossum | 1994-08-31 | 1 | -1/+131 |
|
|
* | Lance has converted his modules to the new naming conventions, and | Guido van Rossum | 1994-08-30 | 4 | -217/+1496 |
|
|
* | * Modules/makesetup: bugfix: add objects from sources to OBJS | Guido van Rossum | 1994-08-30 | 1 | -0/+3 |
|
|
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -1/+1 |
|
|
* | Move #endif for NT | Guido van Rossum | 1994-08-29 | 1 | -1/+1 |
|
|
* | Makefile.pre.in: add $(OPT) to link command | Guido van Rossum | 1994-08-29 | 5 | -105/+128 |
|
|
* | * Modules/Setup.*: removed all except Setup.in (huh? I thought | Guido van Rossum | 1994-08-23 | 2 | -2/+3 |
|
|
* | * Modules/signalmodule.c: added pause(). | Guido van Rossum | 1994-08-23 | 1 | -1/+13 |
|
|
* | * Modules/makesetup: support C++ files now; these should be given | Guido van Rossum | 1994-08-23 | 1 | -1/+36 |
|
|
* | * Modules/posixmodule.c: some more NT changes | Guido van Rossum | 1994-08-23 | 1 | -3/+20 |
|
|
* | * Modules/config.c.in: change mac specific things | Guido van Rossum | 1994-08-23 | 1 | -4/+6 |
|
|
* | Move all code from version.c into config.c | Guido van Rossum | 1994-08-19 | 2 | -2/+37 |
|
|
* | Changes for Mac | Guido van Rossum | 1994-08-19 | 1 | -0/+4 |
|
|
* | Changes to make it work and compile on NT, by Mark Hammond. | Guido van Rossum | 1994-08-18 | 2 | -173/+185 |
|
|
* | * Modules/stropmodule.c: implement find/rfind instead of | Guido van Rossum | 1994-08-17 | 1 | -8/+6 |
|
|
* | * tkintermodule.c (*FileHandler): generalize to arbitrary file ids | Guido van Rossum | 1994-08-09 | 1 | -10/+48 |
|
|
* | * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added | Guido van Rossum | 1994-08-08 | 2 | -1/+284 |
|
|
* | * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to | Guido van Rossum | 1994-08-05 | 5 | -10/+21 |
|
|
* | * tkintermodule.c: OK, I've fixed the "tty" problem. You're right | Guido van Rossum | 1994-08-03 | 1 | -14/+1 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 46 | -2346/+1958 |
|
|
* | Added some names to Setup.in, and added syslogmodule.c. | Guido van Rossum | 1994-07-14 | 1 | -0/+199 |
|
|
* | * tkintermodule.c | Guido van Rossum | 1994-07-07 | 1 | -5/+25 |
|
|
* | Initial revision | Guido van Rossum | 1994-06-27 | 1 | -0/+36 |
|
|
* | * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. | Guido van Rossum | 1994-06-27 | 1 | -13/+13 |
|
|
* | * Modules/signalmodule.c: added thread compatibility (only main | Guido van Rossum | 1994-06-23 | 1 | -25/+91 |
|
|
* | Split pwd in pwd and grp; added imgformat (by Jack) | Guido van Rossum | 1994-06-23 | 1 | -0/+118 |
|
|
* | Initial revision | Guido van Rossum | 1994-06-20 | 1 | -0/+1056 |
|
|
* | Speed up checking for signals and define intrcheck differently | Guido van Rossum | 1994-05-31 | 1 | -6/+14 |
|
|
* | Added some new modules | Guido van Rossum | 1994-05-23 | 3 | -161/+355 |
|
|
* | New experimental modules -- signal and sybase | Guido van Rossum | 1994-05-11 | 2 | -0/+664 |
|
|
* | crypt module (Steve M's) | Guido van Rossum | 1994-05-06 | 4 | -320/+37 |
|
|
* | At the release of 1.0.1. | Guido van Rossum | 1994-02-15 | 3 | -3/+3 |
|
|
* | Make more robust against Minix and Mac | Guido van Rossum | 1994-01-14 | 2 | -5/+22 |
|
|