| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add socket.socket_type, as discussed on c.l.p. | Guido van Rossum | 1997-05-21 | 1 | -0/+5 |
| * | Include config.h so it can define const away for K&R. | Guido van Rossum | 1997-05-20 | 1 | -0/+2 |
| * | Make delimiter and separator static for K&R C. | Guido van Rossum | 1997-05-20 | 1 | -3/+11 |
| * | fixed ratecv to continue working if product of rates is bigger than 32 bits | Guido van Rossum | 1997-05-20 | 1 | -0/+21 |
| * | Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) | Guido van Rossum | 1997-05-20 | 1 | -5/+0 |
| * | workaround for Mac MSL header definitions of TRUE and FALSE (Jack) | Guido van Rossum | 1997-05-20 | 1 | -0/+4 |
| * | Add platform to welcome message. | Guido van Rossum | 1997-05-19 | 1 | -2/+3 |
| * | Renamed strndup to my_strndup to avoid conflict witth GNU libc. | Guido van Rossum | 1997-05-16 | 1 | -5/+8 |
| * | Address the following problem on DOS and Win 3.1, reported by Jim | Guido van Rossum | 1997-05-16 | 1 | -12/+12 |
| * | Remove the last three uses of PyArg_GetInt() from the source. | Guido van Rossum | 1997-05-15 | 1 | -3/+3 |
| * | Add sections for PIL (Fred Lundh). | Guido van Rossum | 1997-05-14 | 1 | -1/+15 |
| * | Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| * | A new set of symbols. Hopefully this will be sufficient, I have no | Guido van Rossum | 1997-05-14 | 1 | -21/+28 |
| * | Add a cast to a malloc to shut up the DEC Unix compiler. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| * | Keep gcc -Wall happy. | Guido van Rossum | 1997-05-13 | 1 | -2/+2 |
| * | Use compile-time test for 64-bit hardware instead of run-time test. | Guido van Rossum | 1997-05-13 | 1 | -1/+9 |
| * | Removed symbols that are no longer defined. | Guido van Rossum | 1997-05-13 | 1 | -12/+0 |
| * | Keep picky compilers happy. | Guido van Rossum | 1997-05-13 | 1 | -4/+3 |
| * | Another change suggested by Donn Cave -- forget "step 5", which | Guido van Rossum | 1997-05-12 | 1 | -21/+2 |
| * | Fix problem reported by Donn Cave: if VPATH is an absolute path, it | Guido van Rossum | 1997-05-12 | 1 | -18/+25 |
| * | Fix big ineficciency in regobj.search/match (introduced by Barry in an | Guido van Rossum | 1997-05-12 | 1 | -10/+12 |
| * | Latest from Jeffrey Ollie. | Guido van Rossum | 1997-05-09 | 2 | -1473/+1680 |
| * | Avoid warning from gcc on Linux about dropping const. | Guido van Rossum | 1997-05-09 | 1 | -1/+1 |
| * | Oops, missed some renamings. | Guido van Rossum | 1997-05-07 | 1 | -5/+5 |
| * | Instead of importing graminit.h whenever one of the three grammar 'root' | Guido van Rossum | 1997-05-07 | 1 | -3/+6 |
| * | On popular demand, re-enable the readline event hook. | Guido van Rossum | 1997-05-07 | 1 | -1/+0 |
| * | In makesockaddr(), if we don't know the address family, don't raise an | Guido van Rossum | 1997-05-07 | 1 | -3/+6 |
| * | Checkin of Jack's buffer mods. | Guido van Rossum | 1997-05-05 | 1 | -0/+53 |
| * | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -27/+64 |
| * | Add -lgl and -lm for imgfile. Better way to configure zlib. | Guido van Rossum | 1997-05-05 | 1 | -7/+3 |
| * | Add PYTHONHOME to the usage message. | Guido van Rossum | 1997-04-30 | 1 | -0/+2 |
| * | One copy is enough; we already had resource.c. | Guido van Rossum | 1997-04-30 | 1 | -240/+0 |
| * | Keep gcc -Wall happy. | Guido van Rossum | 1997-04-29 | 4 | -29/+4 |
| * | Renamed inittab. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
| * | Track updates in rename2.h. | Guido van Rossum | 1997-04-29 | 1 | -14/+2 |
| * | Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
| * | Change the exception objects to have the string value "os.error" | Guido van Rossum | 1997-04-29 | 1 | -2/+2 |
| * | Adapt Mac specific code to new universal headers (I think -- this is | Guido van Rossum | 1997-04-29 | 1 | -3/+3 |
| * | Hm. What was previously checked in was the edited *output* of the old | Guido van Rossum | 1997-04-29 | 1 | -704/+693 |
| * | Moved here from ../Python and quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -128/+128 |
| * | Added cgensupport.o. | Guido van Rossum | 1997-04-29 | 1 | -0/+3 |
| * | Added cgensupport.c to Setup line for gl module. | Guido van Rossum | 1997-04-29 | 1 | -1/+8 |
| * | Added Jeremy's resource module. | Guido van Rossum | 1997-04-29 | 1 | -0/+240 |
| * | Quickly renamed. | Guido van Rossum | 1997-04-29 | 2 | -250/+247 |
| * | Added Andrew Kuchling's zlib module. | Guido van Rossum | 1997-04-29 | 1 | -0/+670 |
| * | Moved rename2's macros relevant to this module here and added comment | Guido van Rossum | 1997-04-29 | 1 | -0/+15 |
| * | OK, I lied. On Windows, _IOLBF seems to be the same as full | Guido van Rossum | 1997-04-11 | 1 | -4/+8 |
| * | Change in when and how stdin and stdout are set to line-buffering. | Guido van Rossum | 1997-04-11 | 1 | -3/+5 |
| * | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 4 | -29/+29 |
| * | Keep gcc -Wall and Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 1 | -7/+7 |