- 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
- a80e985 bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904) by Segev Finer · 7 years ago
- 679b566 bpo-9566: Fix some Windows x64 compiler warnings (#2492) by Segev Finer · 7 years ago
- 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 8 years ago
- bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 8 years ago
- 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 8 years ago
- 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 8 years ago
- cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
- ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
- 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
- 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
- ba45295 ssue #25207: fix ICC compiler warning in msvcrtmodule.c by Victor Stinner · 9 years ago
- 71f574f Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions are always available. by Steve Dower · 9 years ago
- 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 9 years ago
- 4552089 Issue #20172: Convert the msvcrt module to Argument Clinic. by Zachary Ware · 9 years ago
- 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 10 years ago
- 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
- 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
- ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
- 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
- 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- 0049249 Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file by Antoine Pitrou · 14 years ago
- 8790a07 Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes. by Brian Curtin · 14 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- 3afc62e Merged revisions 78213 via svnmerge from by Martin v. Löwis · 15 years ago
- 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
- 435b0f2 use C character code to simplify #5410 by Benjamin Peterson · 16 years ago
- 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
- 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- c36625b Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word by Christian Heimes · 17 years ago
- 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
- 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
- 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 23 years ago
- 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
- 5fa0bd6 Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). by Tim Peters · 24 years ago
- 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
- 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 26 years ago
- e4e021b Release the interpreter lock for calls that may block: _locking(), by Guido van Rossum · 26 years ago
- 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
- 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago