Martin v. Löwis
|
50590f111b
|
Use GetModuleHandleW to avoid *A functions where possible.
|
2012-01-14 17:54:09 +01:00 |
|
Victor Stinner
|
639418812f
|
Use the new Py_ARRAY_LENGTH macro
|
2011-09-29 00:42:28 +02:00 |
|
Antoine Pitrou
|
f95a1b3c53
|
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
|
2010-05-09 15:52:27 +00:00 |
|
Mark Hammond
|
4779a0a6fd
|
Remove some debugging messages - although this code is a complete hack, we dont need to announce it to the world every time they use freeze!
|
2000-10-05 22:10:33 +00:00 |
|
Thomas Wouters
|
7889010731
|
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
char**) and return an int even on PC platforms. If not, please fix
PC/utils/makesrc.c ;-P
|
2000-07-22 19:25:51 +00:00 |
|
Guido van Rossum
|
11af5a4469
|
Mark Hammond's main program for a frozen application.
|
1998-03-20 17:34:26 +00:00 |
|