1. 435b0f2 use C character code to simplify #5410 by Benjamin Peterson · 15 years ago
  2. 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
  3. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  4. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  5. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  6. 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
  7. 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 17 years ago
  8. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  9. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  10. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 19 years ago
  11. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  12. a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
  13. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  14. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  15. 5fa0bd6 Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). by Tim Peters · 24 years ago
  16. 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
  17. 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 25 years ago
  18. e4e021b Release the interpreter lock for calls that may block: _locking(), by Guido van Rossum · 26 years ago
  19. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  20. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago