summaryrefslogtreecommitdiff
path: root/PC/msvcrtmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 84506 via svnmerge fromAntoine Pitrou2010-09-041-0/+3
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-179/+179
* Stop providing crtassem.h symbols when compiling withMartin v. Löwis2010-02-181-1/+1
* We only support Windows NT derivatives now.Georg Brandl2009-12-301-2/+1
* #7579: Add docstrings to the msvcrt moduleAmaury Forgeot d'Arc2009-12-291-14/+105
* Issue #4365: Add crtassem.h constants to the msvcrt module.Martin v. Löwis2008-11-301-0/+24
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-131-2/+10
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Stupid save all didn't safe it all ...Christian Heimes2007-12-101-5/+6
* Added wide char api variants of getch and putch to msvcrt module. The wide ch...Christian Heimes2007-12-101-0/+69
* 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