1. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  2. 6ceda63 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 8 years ago
  3. e985726 _msi.c: try to fix compiler warnings by Victor Stinner · 8 years ago
  4. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  5. 6715828 _msi.c: Fix compiler warnings on Windows 64-bit by Victor Stinner · 11 years ago
  6. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  7. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  8. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  9. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  10. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  11. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
  12. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  13. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  14. ab058ed RPC_WSTR is not available Visual Studio 2003 or earlier. by Hirokazu Yamamoto · 16 years ago
  15. 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 16 years ago
  16. bf9e966 Return the module at the end of its init function. by Amaury Forgeot d'Arc · 16 years ago
  17. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  18. 704d8b1 Port GetInteger and GetString to 3k. by Martin v. Löwis · 16 years ago
  19. e95593e Merged revisions 63888 via svnmerge from by Martin v. Löwis · 16 years ago
  20. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  21. 0bd4e11 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from by Christian Heimes · 16 years ago
  22. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 16 years ago
  23. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  24. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  25. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  26. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  27. dd860ca Update copyright notice. by Martin v. Löwis · 18 years ago
  28. fbab90e Import bdist_msi by Martin v. Löwis · 18 years ago