1. 41103bf Ensure that code object names (co_name) are unicode. by Neal Norwitz · 18 years ago
  2. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
  3. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 18 years ago
  4. 933daed Use PyUnicode_FromFormat() directly. by Walter Dörwald · 18 years ago
  5. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 18 years ago
  6. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 19 years ago
  7. f1624cd Fix a bunch of compiler warnings. In at least one case these were serious bugs! by Guido van Rossum · 19 years ago
  8. b6bb0c7 Implement == and != comparisons for code objects by value. by Guido van Rossum · 19 years ago
  9. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 19 years ago
  10. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  11. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  12. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  13. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  14. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago