| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | stropmodule.c: use C isspace(c) to test for whitespace; add | Guido van Rossum | 1993-07-08 | 1 | -7/+19 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 3 | -126/+95 |
|
|
* | * pythonmain.c: -k option, usage message, more environment flags. | Guido van Rossum | 1993-06-24 | 1 | -50/+60 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 18 | -64/+225 |
|
|
* | * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen | Guido van Rossum | 1993-05-25 | 1 | -2/+5 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 1 | -27/+30 |
|
|
* | New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. | Guido van Rossum | 1993-05-17 | 1 | -27/+233 |
|
|
* | * selectmodule.c: fix (another!) two memory leaks -- this time in list2set | Guido van Rossum | 1993-05-12 | 1 | -0/+2 |
|
|
* | (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) | Guido van Rossum | 1993-04-15 | 1 | -1/+1 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 3 | -0/+22 |
|
|
* | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 1 | -1/+19 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -0/+9 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 11 | -21/+21 |
|
|
* | Added conversion routines to sv module. | Sjoerd Mullender | 1993-03-16 | 3 | -10/+259 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 9 | -176/+72 |
|
|
* | Extensive changes to regex module (group(), casefold, etc.) | Guido van Rossum | 1993-02-23 | 1 | -12/+46 |
|
|
* | Added audioop.reverse() which reverses an audio sample | Jack Jansen | 1993-02-23 | 1 | -0/+40 |
|
|
* | * regexmodule.c: added use of translation table, substring() method. | Guido van Rossum | 1993-02-21 | 1 | -38/+117 |
|
|
* | Added new module "array" (for now optional) defining array objects. | Guido van Rossum | 1993-02-19 | 2 | -0/+1159 |
|
|
* | Added converters for rgb<->rgb8 and rgb<->grey | Jack Jansen | 1993-02-19 | 1 | -0/+156 |
|
|