1. c35491e Moved inplace add and multiply methods from UserString to MutableString. by Raymond Hettinger · 22 years ago
  2. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  3. f207277 More --disable-unicode stuff. by Michael W. Hudson · 22 years ago
  4. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  5. 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 22 years ago
  6. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  7. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  8. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  9. add8d86 Fix two typos in __imul__. Closes Bug #117745. by Guido van Rossum · 24 years ago
  10. fa12e13 simple typo that makes regression test test_userstring fail by Peter Schneider-Kamp · 24 years ago
  11. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  12. a893957 Denis S. Otkidach <den@analyt.chem.msu.ru>: by Fred Drake · 24 years ago
  13. fd54757 add isalpha and isalnum methods by Jeremy Hylton · 24 years ago
  14. 8666291 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  15. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago