1. 2906064 fix indentation again by Benjamin Peterson · 16 years ago
  2. 14339b6 detabify Objects/unicodeobject.c by Benjamin Peterson · 16 years ago
  3. 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
  4. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  5. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  6. 2056bed Revert unwanted function name change introduced by r67939. by Alexandre Vassalotti · 16 years ago
  7. d88e8fa Fixed incompatible pointer warning. by Hirokazu Yamamoto · 16 years ago
  8. bad1b92 Fix bogus assertion. by Alexandre Vassalotti · 16 years ago
  9. 44531cb Optimize built-in unicode codecs by avoiding unnecessary copying. by Alexandre Vassalotti · 16 years ago
  10. 9cb6f7f Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. by Alexandre Vassalotti · 16 years ago
  11. aa0e531 Merged revisions 67932 via svnmerge from by Alexandre Vassalotti · 16 years ago
  12. 51f3ef9 Issue #3106: Speedup some comparisons. This also removes the last call by Antoine Pitrou · 16 years ago
  13. 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
  14. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  15. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  16. 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
  17. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 16 years ago
  18. f048111 #3660: Correct a reference leak in PyUnicode_AsEncodedString when by Amaury Forgeot d'Arc · 16 years ago
  19. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  20. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  21. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  22. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  23. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  24. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  25. 5ffd9e9 Merged revisions 65227 via svnmerge from by Antoine Pitrou · 16 years ago
  26. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  27. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  28. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  29. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  30. 142957c touch up str docstrings #3284 by Benjamin Peterson · 16 years ago
  31. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  32. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  33. 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
  34. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  35. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  36. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  37. 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  38. 17cb8a8 Fix all return types for str/bytes/bytearray docstrings and make the wording more consistent. by Georg Brandl · 16 years ago
  39. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  40. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  41. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  42. 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
  43. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
  44. 999679a Fixed a small omission in the renaming of "unicode" to "str". by Alexandre Vassalotti · 16 years ago
  45. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  46. 5a6f458 Merged revisions 62199 via svnmerge from by Martin v. Löwis · 16 years ago
  47. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  48. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  49. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 16 years ago
  50. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  51. 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 · 16 years ago
  52. 3fd1399 Disabled some unused functions to silence compiler warnings by Christian Heimes · 16 years ago
  53. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  54. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  55. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  56. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 17 years ago
  57. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
  58. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
  59. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  60. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  61. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  62. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  63. ceee077 #1496: revert str.translate() to the old version, and add by Georg Brandl · 17 years ago
  64. 5914323 Cleanup Removed unreferenced variable by Christian Heimes · 17 years ago
  65. f386311 Removed blocks from several functions in unicodeobject and stringobject where a PyString function was still checking for PyUnicode or the other way around. by Christian Heimes · 17 years ago
  66. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  67. 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 17 years ago
  68. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  69. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  70. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  71. 5894ba7 Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. by Christian Heimes · 17 years ago
  72. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  73. daa251c Patch # 1302 by Christian Heimes (with some love from me :-). by Guido van Rossum · 17 years ago
  74. 5a2f7e60 Fix a broken format in a PyErr_Format() call: %lx is not supported. by Guido van Rossum · 17 years ago
  75. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
  76. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  77. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  78. 3d2fd7f Fix a small typo in the comment of unicode_default_encoding[]. by Alexandre Vassalotti · 17 years ago
  79. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  80. 70a2371 Remove the buffer API from PyUnicode as specified by PEP 3137. Also, by Alexandre Vassalotti · 17 years ago
  81. ddacf96 Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds. by Travis E. Oliphant · 17 years ago
  82. be801ac Delete bufferobject.[ch]. by Guido van Rossum · 17 years ago
  83. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  84. 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
  85. c250493 Optimize unicode_hash() by not calling by Guido van Rossum · 17 years ago
  86. 4d02772 Micro optimizations after staring at gprof output for a while. by Guido van Rossum · 17 years ago
  87. f8c37d1 Restore caching of unicode hash value. This apparently was broken by Neil Schemenauer · 17 years ago
  88. 9cd1e09 Removed unicode_format and unicode__format__, they just called through to other functions. by Eric Smith · 17 years ago
  89. 06b8b02 Per Georg's suggestion, get rid of str.decode() (which always raises an by Guido van Rossum · 17 years ago
  90. 90d1fcd Change %s argument for PyUnicode_FromFormat to be UTF-8. Fixes #1070. by Martin v. Löwis · 17 years ago
  91. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  92. 2b65c75 Set startinpos before calling the error handler. by Walter Dörwald · 17 years ago
  93. a651d3d Rewrap line. by Walter Dörwald · 17 years ago
  94. b3cf6fd Oops, remove an abort() I put in for debugging. by Guido van Rossum · 17 years ago
  95. 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 17 years ago
  96. a74184e Commit strict str/bytes distinction. by Guido van Rossum · 17 years ago
  97. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  98. f6db409 Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, so that they can be used when backporting to 2.6. by Eric Smith · 17 years ago
  99. 7a6dd29 Cleanup in anticipation of moving formatteriterator and fieldnameiterator into stringlib/string_format.h. by Eric Smith · 17 years ago
  100. 35d9428 There should be no codecs left that return str8 intead of bytes. by Guido van Rossum · 17 years ago