1. 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 · 17 years ago
  2. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 17 years ago
  3. 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 · 17 years ago
  4. 2c4a072 Fixed issue #1973: bytes.fromhex('') raises SystemError by Christian Heimes · 18 years ago
  5. ad433db Clean up PyString_Size(). by Alexandre Vassalotti · 18 years ago
  6. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
  7. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 18 years ago
  8. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 18 years ago
  9. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  10. 0d84d13 Remove unused variable. by Georg Brandl · 18 years ago
  11. 5fb8eb9 Use proper API for iter.__next__(). by Georg Brandl · 18 years ago
  12. e165727 Just inline a function, and discover that it can only raise an exception. by Amaury Forgeot d'Arc · 18 years ago
  13. 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 · 18 years ago
  14. 4d279c1 Typo in bytes.replace(): the buffer interface was always used. by Amaury Forgeot d'Arc · 18 years ago
  15. 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 18 years ago
  16. 254348e Rename buffer -> bytearray. by Guido van Rossum · 18 years ago
  17. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 18 years ago
  18. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 18 years ago
  19. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  20. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 18 years ago
  21. ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 18 years ago
  22. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 18 years ago
  23. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 18 years ago
  24. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  25. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 18 years ago
  26. 6ccd3f2 Replace all (locale-dependent) uses of isupper(), tolower(), etc., by by Guido van Rossum · 18 years ago
  27. 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 · 18 years ago
  28. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 18 years ago
  29. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 18 years ago
  30. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 18 years ago
  31. ff398c6 Format bools properly in %d. by Martin v. Löwis · 18 years ago
  32. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 18 years ago
  33. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 18 years ago
  34. 5d7428b Fix merge breakage. by Martin v. Löwis · 18 years ago
  35. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
  36. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 18 years ago
  37. a1cdfd9 Fix a subtle bug in PyString_Repr(). by Guido van Rossum · 18 years ago
  38. 7611d1d Patch by Ron Adam to make repr(str8(...)) return something looking like by Guido van Rossum · 18 years ago
  39. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  40. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 18 years ago
  41. 3d1d712 Don't lie in error messages from str8. by Guido van Rossum · 18 years ago
  42. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 18 years ago
  43. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 18 years ago
  44. f15a29f More coding by random modification. by Guido van Rossum · 18 years ago
  45. 5d7a700 Fix type name (str has been renamed to str8). by Walter Dörwald · 18 years ago
  46. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 18 years ago
  47. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 18 years ago
  48. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  49. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 18 years ago
  50. 6ce7d1e Fix a refleak in PyString_Format. by Georg Brandl · 18 years ago
  51. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 18 years ago
  52. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 19 years ago
  53. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  54. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  55. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 19 years ago
  56. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 19 years ago
  57. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  58. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 19 years ago
  59. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
  60. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  61. d4ec0c3 Merge with trunk up to revision 45620. by Thomas Wouters · 19 years ago
  62. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  63. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
  64. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  65. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
  66. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
  67. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  68. 977485d Use Py_ssize_t in helper function between Py_ssize_t-using functions. by Thomas Wouters · 19 years ago
  69. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 19 years ago
  70. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
  71. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  72. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  73. b2308bb Fix bug: by Michael W. Hudson · 20 years ago
  74. 95c1e50 SF bug #1331563 ] string_subscript doesn't check for failed PyMem_Malloc. Will backport by Neal Norwitz · 20 years ago
  75. d45014b Fix PyString_Format so that the "%s" format works again when Unicode is not by Georg Brandl · 20 years ago
  76. ab61923 Fix bug in last checkin (2.231). To match previous behavior, unicode by Neil Schemenauer · 20 years ago
  77. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 20 years ago
  78. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 20 years ago
  79. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 20 years ago
  80. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 20 years ago
  81. faa7648 More bug #1077106 stuff, sorry -- modem induced impatiece! by Michael W. Hudson · 21 years ago
  82. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 21 years ago
  83. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 21 years ago
  84. 618fbf5 This was quite a dark bug in my recent in-place string concatenation by Armin Rigo · 21 years ago
  85. 79f7ad2 Fixed some compiler warnings. by Armin Rigo · 21 years ago
  86. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 21 years ago
  87. 1dffb12 .encode()/.decode() patch part 2. by Marc-André Lemburg · 21 years ago
  88. d2d4598 Allow string and unicode return types from .encode()/.decode() by Marc-André Lemburg · 21 years ago
  89. e7c0532 sizeof(char) is 1, by definition, so get rid of that expression in by Tim Peters · 21 years ago
  90. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 21 years ago
  91. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 22 years ago
  92. ac4ea13 There are places in Python which assume bytes have 8-bits. Formalize that a by Skip Montanaro · 22 years ago
  93. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 22 years ago
  94. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 22 years ago
  95. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 22 years ago
  96. d22bb65 Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 22 years ago
  97. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 22 years ago
  98. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
  99. 9ff3f03 Fix whitespace. by Walter Dörwald · 22 years ago
  100. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 22 years ago