Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Need to define DL_EXPORT, of course! | Guido van Rossum | 1998-12-10 | 1 | -0/+1 |
| | |||||
* | Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. | Guido van Rossum | 1998-09-23 | 1 | -0/+3 |
| | |||||
* | Patches from Greg Stein to support 'P' format in struct module's | Guido van Rossum | 1998-09-18 | 1 | -0/+6 |
| | | | | | native format, as void* (translated to Python int or long). Also adds PyLong_FromVoidPtr and PyLong_AsVoidPtr to longobject.c. | ||||
* | Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. | Guido van Rossum | 1998-09-17 | 1 | -0/+1 |
| | |||||
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 1 | -0/+2 |
| | | | | | | The MS compiler doesn't call it 'long long', it uses __int64, so a new #define, LONG_LONG, has been added and all occurrences of 'long long' are replaced with it. | ||||
* | Define HAVE_STRERROR. | Guido van Rossum | 1998-08-12 | 1 | -0/+1 |
| | |||||
* | Shouldn't include the lib pragma when building python15.dll itself! | Guido van Rossum | 1998-08-08 | 1 | -0/+2 |
| | |||||
* | For Win32, added pragmas specifying the python15[_d].lib library. | Guido van Rossum | 1998-08-07 | 1 | -0/+7 |
| | |||||
* | Quick fix -- define SIZEOF_LONG and SIZEOF_INT. | Guido van Rossum | 1998-05-29 | 1 | -0/+4 |
| | |||||
* | Oops, ".\DLLs" should be in the default path now. | Guido van Rossum | 1998-04-11 | 1 | -1/+1 |
| | |||||
* | Add HAVE_MKTIME. | Guido van Rossum | 1998-04-10 | 1 | -0/+3 |
| | |||||
* | Enable CHECK_IMPORT_CASE on Win32. | Guido van Rossum | 1998-02-19 | 1 | -0/+10 |
| | |||||
* | win -> plat-win | Guido van Rossum | 1997-11-22 | 1 | -3/+3 |
| | |||||
* | Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to | Guido van Rossum | 1997-09-30 | 1 | -1/+1 |
| | | | | plat-win, get rid of test (which is now a package). | ||||
* | Remove #ifdef __cplusplus. | Guido van Rossum | 1997-09-29 | 1 | -6/+6 |
| | |||||
* | Remove #define main; remove vc40 from PYTHONPATH. | Guido van Rossum | 1997-08-13 | 1 | -2/+1 |
| | |||||
* | Typo! \\lib\\<path> should be .\\lib\\<path> | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Longer default PYTHONPATH will find test, tkinter, and shared modules | Guido van Rossum | 1997-05-13 | 1 | -1/+1 |
| | | | | in the build tree, when the current directory is the build tree root. | ||||
* | Added HAVE_ macros for getpeername, getpid, setvbuf. | Guido van Rossum | 1997-05-06 | 1 | -2/+5 |
| | |||||
* | It turns out that VC1.5 does not necessarily define _WINDOWS. | Guido van Rossum | 1996-10-22 | 1 | -2/+0 |
| | |||||
* | Add an XXX comment about apparent incompleteness of Borland defines. | Guido van Rossum | 1996-10-21 | 1 | -0/+1 |
| | |||||
* | Use MS_DLL_ID and similar changes | Guido van Rossum | 1996-08-23 | 1 | -4/+0 |
| | |||||
* | More changes for NT, Guido style | Guido van Rossum | 1996-08-22 | 1 | -2/+16 |
| | |||||
* | New versions of almost all files. | Guido van Rossum | 1996-07-30 | 1 | -9/+46 |
| | |||||
* | Added PC files from Jim Ahlstrom. | Guido van Rossum | 1996-06-28 | 1 | -7/+34 |
| | |||||
* | new versions from Jim A | Guido van Rossum | 1996-06-26 | 1 | -10/+0 |
| | |||||
* | config files for DOS and Windows (all versions, all compilers) | Guido van Rossum | 1996-05-28 | 1 | -0/+406 |