1. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  2. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  3. e6ebcda Merged revisions 84506 via svnmerge from by Antoine Pitrou · 14 years ago
  4. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  5. 413fabc Stop providing crtassem.h symbols when compiling with by Martin v. Löwis · 14 years ago
  6. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 15 years ago
  7. c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 15 years ago
  8. bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 16 years ago
  9. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  10. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  11. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  12. 61927fc Stupid save all didn't safe it all ... by Christian Heimes · 17 years ago
  13. 7c7f6af Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. by Christian Heimes · 17 years ago
  14. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 18 years ago
  15. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  16. a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
  17. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  18. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  19. 5fa0bd6 Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). by Tim Peters · 24 years ago
  20. 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
  21. 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 25 years ago
  22. e4e021b Release the interpreter lock for calls that may block: _locking(), by Guido van Rossum · 26 years ago
  23. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  24. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago