Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use GetModuleHandleW to avoid *A functions where possible. | Martin v. Löwis | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | Use the new Py_ARRAY_LENGTH macro | Victor Stinner | 2011-09-28 | 1 | -2/+2 |
| | |||||
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -58/+58 |
| | | | | | | | | | | 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. ........ | ||||
* | Remove some debugging messages - although this code is a complete hack, we ↵ | Mark Hammond | 2000-10-05 | 1 | -2/+2 |
| | | | | dont need to announce it to the world every time they use freeze! | ||||
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -2/+2 |
| | | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P | ||||
* | Mark Hammond's main program for a frozen application. | Guido van Rossum | 1998-03-20 | 1 | -0/+134 |