summaryrefslogtreecommitdiffstats
path: root/PC/msvcrtmodule.c
Commit message (Expand)AuthorAgeFilesLines
* initmsvcrt(): This no longer compiled on Windows, becauseTim Peters2006-01-191-1/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Use PyMODINIT_FUNC.Thomas Heller2004-07-281-1/+1
* Use symbolic METH_VARARGS instead of 1 for ml_flagsNeal Norwitz2002-03-311-10/+10
* SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters2001-08-291-1/+1
* Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined).Tim Peters2000-12-121-12/+47
* [*** Not tested as I don't have Windows running right now! ***]Fred Drake2000-06-301-2/+5
* Check for potential error returned by _ungetch().Guido van Rossum1999-02-161-1/+2
* Release the interpreter lock for calls that may block: _locking(),Guido van Rossum1998-05-291-2/+10
* Made it real. Changed locking() to work with file descriptors insteadGuido van Rossum1997-08-131-44/+134
* Got the new structure working with MSVC 4.2.Guido van Rossum1997-08-071-0/+95