1. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  2. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  3. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 8 years ago
  4. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  5. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  6. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  7. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  8. ba45295 ssue #25207: fix ICC compiler warning in msvcrtmodule.c by Victor Stinner · 9 years ago
  9. 71f574f Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions are always available. by Steve Dower · 9 years ago
  10. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 9 years ago
  11. 4552089 Issue #20172: Convert the msvcrt module to Argument Clinic. by Zachary Ware · 9 years ago
  12. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 9 years ago
  13. 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 10 years ago
  14. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 10 years ago
  15. ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
  16. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  17. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  18. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  19. 0049249 Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file by Antoine Pitrou · 14 years ago
  20. 8790a07 Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes. by Brian Curtin · 14 years ago
  21. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  22. 3afc62e Merged revisions 78213 via svnmerge from by Martin v. Löwis · 14 years ago
  23. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 14 years ago
  24. 435b0f2 use C character code to simplify #5410 by Benjamin Peterson · 15 years ago
  25. 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 · 15 years ago
  26. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  27. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  28. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  29. 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 · 16 years ago
  30. 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 16 years ago
  31. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  32. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  33. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 18 years ago
  34. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  35. a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
  36. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  37. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  38. 5fa0bd6 Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). by Tim Peters · 23 years ago
  39. 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
  40. 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 25 years ago
  41. e4e021b Release the interpreter lock for calls that may block: _locking(), by Guido van Rossum · 26 years ago
  42. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  43. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago