1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. 8bc9378 Closes #26809: Merge with 3.5 by Zachary Ware · 8 years ago
  3. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago
  4. 6dcada3 Issue #25034: Merge from 3.5. by Eric V. Smith · 9 years ago
  5. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  6. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  7. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  8. 6e6883f Issue #24309: Removed Python 2 idioms. by Serhiy Storchaka · 9 years ago
  9. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  10. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  11. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 10 years ago
  12. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  13. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  14. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  15. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  16. c942310 Factor-out common code for helper classes. by Raymond Hettinger · 13 years ago
  17. 66c221e #9418: first step of moving private string methods to _string module. by Georg Brandl · 14 years ago
  18. eb19dce Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 14 years ago
  19. 7b2a771 typo by Florent Xicluna · 14 years ago
  20. 056cb93 #6630: allow customizing flags for compiling string.Template.idpattern. by Georg Brandl · 14 years ago
  21. a40bdda Merged revisions 75070 via svnmerge from by Ezio Melotti · 15 years ago
  22. 5a6deb4 remove string.maketrans by Benjamin Peterson · 15 years ago
  23. a394f2d #4351: more appropriate DeprecationWarning stacklevels by Philip Jenvey · 15 years ago
  24. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  25. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 16 years ago
  26. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  27. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  28. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  29. 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 17 years ago
  30. 9d4ba39 Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. by Eric Smith · 17 years ago
  31. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  32. 3bcc42a Changed signature of string.Formatter.get_field, per suggestion by Ron Adam. by Eric Smith · 17 years ago
  33. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  34. 95fb569 Revert r57685 (weird merge result). by Collin Winter · 17 years ago
  35. e0281ca by Collin Winter · 17 years ago
  36. 625cbf2 Modified parsing of format strings, so that we always return by Eric Smith · 17 years ago
  37. 9e7c8da Simplified tuple returned by string._formatter_parser to only have by Eric Smith · 17 years ago
  38. e226b55 PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion). by Eric Smith · 17 years ago
  39. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  40. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  41. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  42. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  43. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  44. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  45. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  46. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  47. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  48. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  49. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  50. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 20 years ago
  51. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 20 years ago
  52. 6627a96 Invalid patterns to substitute and safe_substitute would crash since pattern by Neal Norwitz · 20 years ago
  53. 55593c3 Make the regex pattern easier to read, understand, and modify by Raymond Hettinger · 20 years ago
  54. 17cb600 At the cost of a modest (but useful in its own right) change in the semantics by Barry Warsaw · 20 years ago
  55. c74298a Whitespace normalization. by Tim Peters · 20 years ago
  56. 065a32f Make the hint about the None default less ambiguous. by Walter Dörwald · 20 years ago
  57. 782afc5 Enhance the docstrings for unicode.split() and string.split() by Walter Dörwald · 20 years ago
  58. 6d19111 Fix small bugs in Template code. by Raymond Hettinger · 20 years ago
  59. b5c6b5b Raymond's good suggestion to re-order the tests in the convert() helper so the by Barry Warsaw · 20 years ago
  60. b6234a9 substitute(), safe_substitute(): Paul Moore provides a better hack for dealing by Barry Warsaw · 20 years ago
  61. 46b629c Accepted Raymond's patch to combine mapping and keyword arguments, with slight by Barry Warsaw · 20 years ago
  62. f43e8bd Template: remove __slots__ since that interferes with the ability to mix in by Barry Warsaw · 20 years ago
  63. 1f7d6a6 __slots__ went missing from Template. by Raymond Hettinger · 20 years ago
  64. 12827c1 Many updates to PEP 292 templates. Summary: by Barry Warsaw · 20 years ago
  65. 0d58e2b Minor improvements to the template code. by Raymond Hettinger · 20 years ago
  66. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  67. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  68. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  69. 0b87444 tweak the docstring to not be so focused on 1.6. by Skip Montanaro · 21 years ago
  70. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  71. a4864a2 Update the docstring to match the code. Will backport. by Neal Norwitz · 22 years ago
  72. 1f04610 Make strip behave as documented. Will backport to 2.2.3. by Martin v. Löwis · 22 years ago
  73. 5357c65 Convert empty string literal to string. Speed up creation of idmap. by Martin v. Löwis · 22 years ago
  74. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  75. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  76. 102d120 [Bug #536241] string.zfill() produces mangled output for a Unicode string. by Andrew M. Kuchling · 22 years ago
  77. 1453754 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 22 years ago
  78. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  79. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  80. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  81. 6b6b39e Nuke accurate but confusing and unhelpful comments about split vs splitfields. by Tim Peters · 23 years ago
  82. e37340e String method conversion. by Eric S. Raymond · 23 years ago
  83. 495ad3c Whitespace normalization. by Tim Peters · 23 years ago
  84. 5aff775 Make string.translate(s, table) work for Unicode s. Two things are by Guido van Rossum · 24 years ago
  85. fd64c59 Fix serious typo! Add the new constants to the module docstring. by Fred Drake · 24 years ago
  86. 6b2320f Richard Mortier <rmm1002@users.sourceforge.net>: by Fred Drake · 24 years ago
  87. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  88. 046d272 Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  89. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  90. 8f0c5a7 Marc-Andre Lemburg: the maxsplit argument for split() and replace() by Guido van Rossum · 24 years ago
  91. 857c4c3 Detabify. by Fred Drake · 24 years ago
  92. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  93. e4f1366 split() docstring: Made signature and description for the first by Fred Drake · 25 years ago
  94. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  95. 1b7aec3 Fix PR#31 -- zfill() mishandles empty string. by Guido van Rossum · 25 years ago
  96. 9a34523 As Tim Peters points out, ``from string import *'' should not set re to None. by Guido van Rossum · 26 years ago
  97. a6bb6be Strip argument to atol and atof to match what strop does better. by Guido van Rossum · 26 years ago
  98. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  99. 23e21e7 Minor editing corrections. by Guido van Rossum · 26 years ago
  100. 2003204 Added doc string, provided by Charles Waldman (with some reformatting by Guido van Rossum · 26 years ago