1. 6b6b39e Nuke accurate but confusing and unhelpful comments about split vs splitfields. by Tim Peters · 23 years ago
  2. e37340e String method conversion. by Eric S. Raymond · 23 years ago
  3. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  4. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  5. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  6. 9a34523 As Tim Peters points out, ``from string import *'' should not set re to None. by Guido van Rossum · 26 years ago
  7. a6bb6be Strip argument to atol and atof to match what strop does better. by Guido van Rossum · 26 years ago
  8. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  9. 23e21e7 Minor editing corrections. by Guido van Rossum · 27 years ago
  10. 2003204 Added doc string, provided by Charles Waldman (with some reformatting by Guido van Rossum · 27 years ago
  11. d0753e2 At Barry's suggestion, plug the security leak by using an empty by Guido van Rossum · 27 years ago
  12. 90d62ab Since this module is used as a fallback in case no built-in modules by Guido van Rossum · 27 years ago
  13. 06ba34c In string.split(), honor maxsplit (if > 0). by Guido van Rossum · 27 years ago
  14. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  15. 1510565 Add optional 4th argument to count(), matching find() etc. by Guido van Rossum · 27 years ago
  16. 21aa0ef Changed my mind on replace(). by Guido van Rossum · 27 years ago
  17. 1eb9a81 Added new functions replace() and replace1(). by Guido van Rossum · 27 years ago
  18. 7b7c578 Add optional 4th argument to [r]find and [r]index (end of slice). by Guido van Rossum · 27 years ago
  19. f480c67 Use correct separator for capwords(s, sep). by Guido van Rossum · 28 years ago
  20. 34f1731 Add optional separator character to capwords(), for completeness. by Guido van Rossum · 28 years ago
  21. 306a8a6 Add optional third parameter to split() and splitfields(), giving the by Guido van Rossum · 28 years ago
  22. ed7253c Added 3rd optional argument to translate(), a string of characters to delete. by Guido van Rossum · 28 years ago
  23. 8775d8b Added capitalize() and capwords(). by Guido van Rossum · 28 years ago
  24. 2539528 add translate() -- which was in strop per release 1.3 by Guido van Rossum · 28 years ago
  25. 894a7bb default tabsize to 8 by Guido van Rossum · 29 years ago
  26. 2ab1992 make split and splitfields, join and joinfields synonyms by Guido van Rossum · 29 years ago
  27. 8c1688e add dummy base to atoi/atol; careful about negative start indices in find/count by Guido van Rossum · 29 years ago
  28. 710c352 * Lib/string.py: find/rfind is now the main implementation and by Guido van Rossum · 30 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  31. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  32. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
  33. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  34. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  35. 18fc569 * mainloop.py: added facility for calling select(). Also added by Guido van Rossum · 32 years ago
  36. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  37. 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 32 years ago
  38. 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago
  39. ae507a4 splitfields(s, '') is illegal by Guido van Rossum · 32 years ago
  40. 2d4aa4f Removed *.libs (now in ./sgi); by Guido van Rossum · 32 years ago
  41. 6ff2e90 Add function to expand tabs. by Guido van Rossum · 32 years ago
  42. a61ff7b New implementation method for case conversion. by Guido van Rossum · 32 years ago
  43. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  44. 333c2e0 A plus is also a sign! by Guido van Rossum · 33 years ago
  45. fac38b7 Added join() and joinfields() functions. by Guido van Rossum · 33 years ago
  46. 66a07c0 Fix bugf in index -- last char would not be checked. by Guido van Rossum · 34 years ago
  47. c636014 Initial revision by Guido van Rossum · 34 years ago