| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * nismodule.c: database keys and values can contain null bytes. be more | Guido van Rossum | 1993-11-03 | 4 | -31/+96 |
|
|
* | Fixed a couple of bugs: getargs doesn't use % escapes, and seconds | Sjoerd Mullender | 1993-11-02 | 1 | -2/+2 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 1 | -1/+2 |
|
|
* | * selectmodule.c (select_select): timeout argument may be None with same | Guido van Rossum | 1993-11-01 | 1 | -6/+12 |
|
|
* | Hacks for NEXTSTEP. | Guido van Rossum | 1993-11-01 | 1 | -0/+5 |
|
|
* | Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. | Guido van Rossum | 1993-11-01 | 1 | -0/+15 |
|
|
* | Simplify life for md5: include (slightly modified) md5.h and md5c.c | Guido van Rossum | 1993-11-01 | 3 | -5/+414 |
|
|
* | Added rindex(). index() and rindex() interpret negative start index | Guido van Rossum | 1993-10-26 | 1 | -5/+41 |
|
|
* | Work around a bug in the DEC alpha OSF/1 C preprocessor. | Guido van Rossum | 1993-10-26 | 1 | -0/+3 |
|
|
* | * import.c (MAGIC): Changed magic word to avoid confusion about exec | Guido van Rossum | 1993-10-22 | 1 | -3/+3 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 2 | -25/+32 |
|
|