| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | new file, setup for minix | Guido van Rossum | 1994-01-14 | 1 | -0/+160 |
|
|
* | Add colon to TESTPATH (oops!) | Guido van Rossum | 1994-01-13 | 2 | -2/+2 |
|
|
* | Added TESTPATH | Guido van Rossum | 1994-01-13 | 2 | -3/+23 |
|
|
* | Clarified comments about build process. | Guido van Rossum | 1994-01-11 | 2 | -9/+154 |
|
|
* | Integers are specified as "i" and not as "d". | Sjoerd Mullender | 1994-01-07 | 1 | -1/+1 |
|
|
* | Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes to | Guido van Rossum | 1994-01-04 | 1 | -1/+1 |
|
|
* | One NULL should have been 0. | Sjoerd Mullender | 1994-01-03 | 1 | -1/+1 |
|
|
* | Implemented sort of a solution for PYTHONPATH. | Guido van Rossum | 1994-01-03 | 1 | -0/+155 |
|
|
* | Added George Neville-Neil's timing module | Guido van Rossum | 1994-01-02 | 2 | -0/+196 |
|
|
* | 1994 Copyright | Guido van Rossum | 1994-01-02 | 1 | -1/+1 |
|
|
* | Added some files to new module | Guido van Rossum | 1994-01-02 | 3 | -0/+302 |
|
|
* | Added function ttob. | Sjoerd Mullender | 1993-12-24 | 1 | -4/+41 |
|
|
* | New files. | Guido van Rossum | 1993-12-24 | 1 | -0/+396 |
|
|
* | ANSIfied somewhat. | Sjoerd Mullender | 1993-12-24 | 1 | -21/+22 |
|
|
* | rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. | Sjoerd Mullender | 1993-12-21 | 4 | -49/+816 |
|
|
* | almodule.c: added close method, equivalent to closeport. | Sjoerd Mullender | 1993-12-20 | 1 | -0/+1 |
|
|
* | * Grammar: corrected old typo (class instead of 'class') | Guido van Rossum | 1993-12-20 | 1 | -158/+0 |
|
|
* | * mpzmodule.c: cast some methods to the proper type. | Guido van Rossum | 1993-12-17 | 1 | -6/+8 |
|
|
* | Added minmax function: | Sjoerd Mullender | 1993-12-13 | 1 | -0/+27 |
|
|
* | Port to Solaris 2.3. | Sjoerd Mullender | 1993-12-03 | 3 | -6/+39 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 4 | -9/+17 |
|
|
* | * import.c (get_module): total rewrite, to ensure proper search order: for | Guido van Rossum | 1993-11-17 | 1 | -0/+13 |
|
|
* | * parsermodule.c, Makefile, config.c: rudimentary interface to the Python | Guido van Rossum | 1993-11-10 | 2 | -0/+115 |
|
|
* | * posixmodule.c: added set{uid,gid}. | Guido van Rossum | 1993-11-10 | 2 | -2/+44 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 1 | -19/+1 |
|
|
* | Fix stupib bug in concatenation | Guido van Rossum | 1993-11-05 | 1 | -1/+1 |
|
|
* | Added execve; change getstrarg into getargs with "s" format | Guido van Rossum | 1993-11-05 | 1 | -10/+99 |
|
|
* | Fix memory leaks in join & joinfields | Guido van Rossum | 1993-11-05 | 1 | -11/+25 |
|
|