1. 27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. by Eric Smith · 14 years ago
  2. d72402e Recode modules from latin-1 to utf-8 by Antoine Pitrou · 14 years ago
  3. 9a90900 PyUnicode_FromFormatV(): Fix %A format by Victor Stinner · 14 years ago
  4. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  5. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 14 years ago
  6. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 14 years ago
  7. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  8. 5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace by Victor Stinner · 14 years ago
  9. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  10. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  11. a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 14 years ago
  12. 4c7db31 Issue #9738, #9836: Fix refleak introduced by r84704 by Victor Stinner · 14 years ago
  13. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  14. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  15. 994addc Remove unused test class. by Eric Smith · 14 years ago
  16. 99212f6 Sub-issue of #9036: Fix incorrect use of Py_CHARMASK. by Stefan Krah · 14 years ago
  17. 57221d0 Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 14 years ago
  18. 5a6214a Merged revisions 81499,81506 via svnmerge from by Benjamin Peterson · 14 years ago
  19. 59a1b2f Merged revisions 81820 via svnmerge from by Benjamin Peterson · 14 years ago
  20. 808fc0a Merged revisions 79278,79280 via svnmerge from by Victor Stinner · 15 years ago
  21. 226b230 Clean up the warnings filter use in test_unicode. by Brett Cannon · 15 years ago
  22. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  23. 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
  24. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  25. 74b7e44 Issue #6150: Fix test_unicode on wide-unicode builds. by Martin v. Löwis · 15 years ago
  26. 41669ca Merged revisions 72848 via svnmerge from by Eric Smith · 15 years ago
  27. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  28. 741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. by Eric Smith · 15 years ago
  29. 244651a Merged revisions 72283-72284 via svnmerge from by Antoine Pitrou · 15 years ago
  30. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  31. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 16 years ago
  32. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 16 years ago
  33. a083f1e The Unicode database was updated to 5.1, and some characters have become printable. by Amaury Forgeot d'Arc · 16 years ago
  34. b305aeb Merged revisions 66235 via svnmerge from by Antoine Pitrou · 16 years ago
  35. 3db3e87 Merged revisions 65773 via svnmerge from by Antoine Pitrou · 16 years ago
  36. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  37. 5ffd9e9 Merged revisions 65227 via svnmerge from by Antoine Pitrou · 16 years ago
  38. b1ebcc6 Forward port of r64958. by Eric Smith · 16 years ago
  39. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  40. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  41. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  42. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  43. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  44. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  45. cd76c27 Added a test to make sure raw strings don't get unicode escapes by Benjamin Peterson · 17 years ago
  46. 8dbca06 Reverted r62128 on Guido's orders by Benjamin Peterson · 17 years ago
  47. 7afb766 #2541 Allow unicode escapes in raw strings by Benjamin Peterson · 17 years ago
  48. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 17 years ago
  49. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  50. ceee077 #1496: revert str.translate() to the old version, and add by Georg Brandl · 17 years ago
  51. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  52. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  53. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  54. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
  55. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  56. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  57. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  58. 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 17 years ago
  59. 4cb4e4e Fix segfault discovered by Ron Adam. Not checking for terminating right bracket in "'{0[}'.format(())". Fixed, and tests added. by Eric Smith · 17 years ago
  60. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
  61. 185e30c Added format tests. by Eric Smith · 17 years ago
  62. 739e2ad Additional test for formatting code. by Eric Smith · 17 years ago
  63. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  64. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  65. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  66. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  67. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  68. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  69. 697a84b Make test_unicode pass after the lexer was fixed to turn unicode errors by Guido van Rossum · 17 years ago
  70. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  71. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  72. 1324c6f There's no longer a u prefix for unicode objects => drop it. by Walter Dörwald · 17 years ago
  73. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  74. 67e8388 test_unicode.py passes again 9except for problems with the idna codec. by Walter Dörwald · 17 years ago
  75. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  76. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  77. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  78. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  79. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  80. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  81. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  82. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  83. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  84. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
  85. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  86. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  87. da6b107 Checkin the test of patch #1400181. by Georg Brandl · 19 years ago
  88. 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
  89. 430f68b Move registration of the codec search function to the module scope by Neal Norwitz · 19 years ago
  90. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 19 years ago
  91. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  92. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  93. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  94. d25c650 Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). by Marc-André Lemburg · 20 years ago
  95. 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 20 years ago
  96. 7bd8606 Fix typo. by Hye-Shik Chang · 20 years ago
  97. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  98. cd736e7 Fix reallocation bug in unicode.translate(): The code was comparing by Walter Dörwald · 21 years ago
  99. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  100. 0d8e16c Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3. by Martin v. Löwis · 21 years ago