1. 99212f6 Sub-issue of #9036: Fix incorrect use of Py_CHARMASK. by Stefan Krah · 14 years ago
  2. e51ee8a Fix the docstrings of the capitalize method. by Senthil Kumaran · 14 years ago
  3. 9bf2b3a Update comment about surrogates. by Ezio Melotti · 14 years ago
  4. 57221d0 Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 14 years ago
  5. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  6. c1897e7 Merged revisions 82248 via svnmerge from by Ezio Melotti · 14 years ago
  7. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  8. 7db923c Silence 'unused variable' gcc warning. Patch by Éric Araujo. by Mark Dickinson · 14 years ago
  9. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  10. cc0cfd3 Merged revisions 81907 via svnmerge from by Antoine Pitrou · 14 years ago
  11. 37296e8 Fix r81869: ISO-8859-15 was seen as an alias to ISO-8859-1 by Victor Stinner · 14 years ago
  12. 600d3be Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to by Victor Stinner · 14 years ago
  13. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  14. 59e62db Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any by Victor Stinner · 14 years ago
  15. b9a20ad PyUnicode_DecodeFSDefaultAndSize() uses surrogateescape error handler by Victor Stinner · 14 years ago
  16. 0ea2a46 Simplify PyUnicode_FSConverter(): remove reference to PyByteArray by Victor Stinner · 14 years ago
  17. a23831f condense condition by Benjamin Peterson · 14 years ago
  18. 445a623 Fix my previous commit (r80382) for wide build (unicodeobject.c) by Victor Stinner · 14 years ago
  19. 31be90b Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing by Victor Stinner · 14 years ago
  20. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  21. 806d8cf Merged revisions 79494,79496 via svnmerge from by Florent Xicluna · 14 years ago
  22. 808fc0a Merged revisions 79278,79280 via svnmerge from by Victor Stinner · 14 years ago
  23. cc47d8c Update a comment with more details. by Gregory P. Smith · 14 years ago
  24. 5b2b242 Merged revisions 77743 via svnmerge from by Ezio Melotti · 15 years ago
  25. f068f94 Merged revisions 77469-77470 via svnmerge from by Antoine Pitrou · 15 years ago
  26. cbfdee3 Merged revisions 77463 via svnmerge from by Antoine Pitrou · 15 years ago
  27. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 15 years ago
  28. 8667a9b Python strings ending with '\0' should not be equivalent to their C counterparts in PyUnicode_CompareWithASCIIString by Benjamin Peterson · 15 years ago
  29. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
  30. adf6a6c death to compiler warning by Benjamin Peterson · 15 years ago
  31. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  32. f38a69f kill merged line by Benjamin Peterson · 15 years ago
  33. 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
  34. e85bd98 Merged revisions 73871 via svnmerge from by Alexandre Vassalotti · 15 years ago
  35. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 15 years ago
  36. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  37. 3ad0576 Strengthen the guard. The code doesn't work well with subclasses. by Raymond Hettinger · 15 years ago
  38. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  39. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  40. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  41. 780b2a6 Merged revisions 72326 via svnmerge from by Georg Brandl · 15 years ago
  42. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  43. 244651a Merged revisions 72283-72284 via svnmerge from by Antoine Pitrou · 15 years ago
  44. c1651a0 Merged revisions 72260 via svnmerge from by Walter Dörwald · 15 years ago
  45. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  46. 33841c3 Issue #5859: Remove '%f' to '%g' formatting switch for large floats. by Mark Dickinson · 15 years ago
  47. f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 15 years ago
  48. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  49. 222de0f #5708: a bit of streamlining in unicode_repeat(). by Georg Brandl · 15 years ago
  50. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  51. 4feda2a Merged revisions 70682,70684 via svnmerge from by Mark Dickinson · 15 years ago
  52. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  53. 3530246 Merged revisions 70499 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  54. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  55. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  56. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  57. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  58. 2906064 fix indentation again by Benjamin Peterson · 16 years ago
  59. 14339b6 detabify Objects/unicodeobject.c by Benjamin Peterson · 16 years ago
  60. d6e8de1 Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds, introduced by r68483. by Antoine Pitrou · 16 years ago
  61. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  62. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  63. 2056bed Revert unwanted function name change introduced by r67939. by Alexandre Vassalotti · 16 years ago
  64. d88e8fa Fixed incompatible pointer warning. by Hirokazu Yamamoto · 16 years ago
  65. bad1b92 Fix bogus assertion. by Alexandre Vassalotti · 16 years ago
  66. 44531cb Optimize built-in unicode codecs by avoiding unnecessary copying. by Alexandre Vassalotti · 16 years ago
  67. 9cb6f7f Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. by Alexandre Vassalotti · 16 years ago
  68. aa0e531 Merged revisions 67932 via svnmerge from by Alexandre Vassalotti · 16 years ago
  69. 51f3ef9 Issue #3106: Speedup some comparisons. This also removes the last call by Antoine Pitrou · 16 years ago
  70. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  71. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  72. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  73. 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
  74. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 16 years ago
  75. f048111 #3660: Correct a reference leak in PyUnicode_AsEncodedString when by Amaury Forgeot d'Arc · 16 years ago
  76. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  77. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  78. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  79. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  80. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  81. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  82. 5ffd9e9 Merged revisions 65227 via svnmerge from by Antoine Pitrou · 16 years ago
  83. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  84. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  85. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  86. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  87. 142957c touch up str docstrings #3284 by Benjamin Peterson · 16 years ago
  88. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  89. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  90. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  91. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  92. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  93. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  94. 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  95. 17cb8a8 Fix all return types for str/bytes/bytearray docstrings and make the wording more consistent. by Georg Brandl · 16 years ago
  96. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  97. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  98. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  99. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  100. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago