summaryrefslogtreecommitdiff
path: root/PC/msvcrtmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904)Segev Finer2017-07-261-2/+2
* bpo-9566: Fix some Windows x64 compiler warnings (#2492)Segev Finer2017-07-261-25/+45
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-12/+12
* Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-041-4/+43
|\
| * Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-041-12/+46
* | Issue #23524: Finish removing _PyVerify_fd from sourcesSteve Dower2016-09-081-8/+3
* | clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-081-3/+3
* | replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-061-7/+7
* | - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-37/+36
|\ \ | |/
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-37/+36
* | ssue #25207: fix ICC compiler warning in msvcrtmodule.cVictor Stinner2015-09-211-1/+2
|/
* Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions ...Steve Dower2015-05-131-8/+0
* Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-131-6/+7
* Issue #20172: Convert the msvcrt module to Argument Clinic.Zachary Ware2015-05-131-279/+328
* Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...Steve Dower2015-04-121-0/+2
* Issue #19936: Remove executable bits from C source files and several forgottenSerhiy Storchaka2014-01-161-0/+0
|\
| * Issue #19936: Remove executable bits from C source files and several forgottenSerhiy Storchaka2014-01-161-0/+0
* | Issue #17931: Resolve confusion on Windows between pids and process handles.Richard Oudkerk2013-06-051-2/+3
|/
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-1/+14
* Use the new Unicode APIVictor Stinner2011-11-221-2/+2
* Implement PEP 393.Martin v. Löwis2011-09-281-6/+2
* Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid fileAntoine Pitrou2010-09-041-0/+3
* Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes.Brian Curtin2010-08-241-9/+10
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-228/+228
* Merged revisions 78213 via svnmerge fromMartin v. Löwis2010-02-181-1/+1
* Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,...Benjamin Peterson2009-12-311-14/+104
* use C character code to simplify #5410Benjamin Peterson2009-05-011-12/+6
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-1/+26
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-6/+5
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+17
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...Christian Heimes2008-01-041-0/+10
* Merged revisions 59441-59449 via svnmerge fromChristian Heimes2007-12-101-0/+69
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-5/+5
* Revert 57722. Move error dialog APIs to msvcrt instead,Martin v. Löwis2007-08-311-0/+78
* 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