| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is | Guido van Rossum | 1993-10-18 | 2 | -18/+90 |
|
|
* | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 1 | -1/+0 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 4 | -7/+72 |
|
|
* | Bug fix: check whether call succeeded *after* the call. | Sjoerd Mullender | 1993-09-14 | 1 | -1/+1 |
|
|
* | * clmodule.c (doParams): free PVbuffer in error condition. | Sjoerd Mullender | 1993-08-03 | 1 | -1/+3 |
|
|
* | Final touch before release. | Guido van Rossum | 1993-07-29 | 2 | -4/+19 |
|
|
* | Minor fixes / changes for Mac compatibility. | Guido van Rossum | 1993-07-29 | 1 | -2/+2 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 5 | -3/+71 |
|
|
* | forms_set_event_call_back: argument of None resets event callback to NULL. | Guido van Rossum | 1993-07-26 | 1 | -0/+2 |
|
|
* | * config.c: different default PYTHONPATH for MS-DOS | Guido van Rossum | 1993-07-09 | 4 | -21/+98 |
|
|