1. 7edb5df Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the by Victor Stinner · 13 years ago
  2. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 14 years ago
  3. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 14 years ago
  4. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  5. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  6. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  7. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  8. cee3ae8 Merged revisions 78641 via svnmerge from by Victor Stinner · 14 years ago
  9. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  10. 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 16 years ago
  11. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  12. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  13. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  14. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  15. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
  16. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  17. 1e93f2b Fix warning by Neal Norwitz · 17 years ago
  18. e118862 Use unicode by Neal Norwitz · 17 years ago
  19. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  20. 1c5a98a Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  21. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  22. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  23. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 18 years ago
  24. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  25. 2bc23f5 The default timer unit was incorrectly measured in milliseconds instead by Armin Rigo · 18 years ago
  26. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago