An error occurred fetching the project authors.
- 26 May, 2007 1 commit
-
-
Kristján Valur Jónsson authored
Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds.
-
- 08 Sep, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 07 Sep, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 02 Aug, 2002 1 commit
-
-
Mark Hammond authored
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 24 Apr, 2001 1 commit
-
-
Tim Peters authored
I believe Kevin Rodgers here! The old WINDOWS_LEAN_AND_MEAN has, AFAICT, always been wrong.
-
- 22 Jul, 2000 1 commit
-
-
Thomas Wouters authored
they include prototypes.
-
- 08 Jul, 2000 2 commits
-
-
Fredrik Lundh authored
bill's more complete solution.
-
Fredrik Lundh authored
Barry Scott). it appears to solve the problem on NT and 2000, but not on Windows 95. in other words, it's better than before, but not per- fect. I'll leave the patch open for now.
-
- 08 Aug, 1998 2 commits
-
-
Guido van Rossum authored
The real change is that it now includes "Python.h".
-
Guido van Rossum authored
- MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.)
-
- 10 Dec, 1997 1 commit
-
-
Guido van Rossum authored
that doesn't have a console window attached. stdout/stderr are lost. This is handy though for things like grail.
-