Martin v. Löwis
|
50590f111b
|
Use GetModuleHandleW to avoid *A functions where possible.
|
15 years ago |
Victor Stinner
|
639418812f
|
Use the new Py_ARRAY_LENGTH macro
|
15 years ago |
Antoine Pitrou
|
7f14f0d8a0
|
Recorded merge of revisions 81032 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines
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.
........
................
|
16 years ago |
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.
........
|
16 years ago |
Antoine Pitrou
|
c7c96a90bc
|
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.
........
|
16 years ago |
Antoine Pitrou
|
c83ea137d7
|
Untabify C files. Will watch buildbots.
|
16 years ago |
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!
|
26 years ago |
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
|
26 years ago |
Guido van Rossum
|
11af5a4469
|
Mark Hammond's main program for a frozen application.
|
29 years ago |