1. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  2. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 18 years ago
  3. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 18 years ago
  4. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  5. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 18 years ago
  6. 45c0787 Simplified recursion logic. Modified variable name to match string.Formatter. by Eric Smith · 18 years ago
  7. 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 18 years ago
  8. 4cb4e4e Fix segfault discovered by Ron Adam. Not checking for terminating right bracket in "'{0[}'.format(())". Fixed, and tests added. by Eric Smith · 18 years ago
  9. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 18 years ago
  10. 185e30c Added format tests. by Eric Smith · 18 years ago
  11. 39342f4 Patch # 1048 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
  12. 4430095 Corrected missed #if in r57652. by Eric Smith · 18 years ago
  13. b7f5ba1 Added conditional compilation for '()', which was an allowed sign code in a by Eric Smith · 18 years ago
  14. 625cbf2 Modified parsing of format strings, so that we always return by Eric Smith · 18 years ago
  15. 9e7c8da Simplified tuple returned by string._formatter_parser to only have by Eric Smith · 18 years ago
  16. 79710cd Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a 'defined but not used' warning. by Eric Smith · 18 years ago
  17. 0cb431c Code layout changes for PEP 7 compliance. by Eric Smith · 18 years ago
  18. f6db409 Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, so that they can be used when backporting to 2.6. by Eric Smith · 18 years ago
  19. 7a6dd29 Cleanup in anticipation of moving formatteriterator and fieldnameiterator into stringlib/string_format.h. by Eric Smith · 18 years ago
  20. 8a4eb29 Fix refleaks in test_unicode and test_string related to the new format code. by Neal Norwitz · 18 years ago
  21. 247b515 This adds a leak, but fixes a crash. The leaking code is: by Neal Norwitz · 18 years ago
  22. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 18 years ago
  23. 3ef6a57 Get rid of compiler warning on 64-bit by Neal Norwitz · 18 years ago
  24. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 18 years ago
  25. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  26. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
  27. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago