1. 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 22 years ago
  2. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  3. bf935fd string_contains(): speed up by avoiding function calls where by Guido van Rossum · 22 years ago
  4. 8b1a6d6 Code by Inyeol Lee, submitted to SF bug 595350, to implement by Guido van Rossum · 22 years ago
  5. 76afbd9 Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 22 years ago
  6. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  7. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  8. b898d9f Get this to compile again if Py_USING_UNICODE is not defined. by Neal Norwitz · 22 years ago
  9. 54df53a More changes of DeprecationWarning to FutureWarning. by Guido van Rossum · 22 years ago
  10. eb3f00a Check for trailing backslash. Fixes #593656. by Martin v. Löwis · 22 years ago
  11. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  12. 078151d Implement stage B0 of PEP 237: add warnings for operations that by Guido van Rossum · 22 years ago
  13. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  14. bc552ce SF 582071 clarified the .split() method's docstring to note that sep=None by Raymond Hettinger · 22 years ago
  15. 88fe4ff Fix the problem of not raising a TypeError exception when doing: by Neal Norwitz · 22 years ago
  16. 7beeed5 SF patch #577031, remove PyArg_Parse() since it's deprecated by Neal Norwitz · 22 years ago
  17. 75d2d94 Patch #554716: Use __va_copy where available. by Martin v. Löwis · 22 years ago
  18. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  19. 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 22 years ago
  20. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  21. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  22. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  23. 32a7e7f Change name from string to basestring by Neal Norwitz · 22 years ago
  24. cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 22 years ago
  25. 0ebac97 Patch 549187. Improve string formatting error message. by Raymond Hettinger · 22 years ago
  26. 775c11f Add #ifdef PY_USING_UNICODE sections, so that by Walter Dörwald · 22 years ago
  27. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  28. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  29. 0fe940c Return the orginal string only if it's a real str or unicode by Walter Dörwald · 22 years ago
  30. 3aa3fc4 Remove 'const' from local variable declaration in string_zfill() -- it by Guido van Rossum · 22 years ago
  31. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  32. 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 22 years ago
  33. 510492e Remove PyMalloc_New, _PyMalloc_MALLOC, and PyMalloc_Del. by Neil Schemenauer · 22 years ago
  34. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  35. 8deda70 Eliminate DONT_SHARE_SHORT_STRINGS. by Tim Peters · 22 years ago
  36. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 22 years ago
  37. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  38. 5e9c80d %#x/%#X format conversion cleanup (see patch #450267): by Andrew MacIntyre · 22 years ago
  39. c487439 OS/2 EMX port changes (Objects part of patch #450267): by Andrew MacIntyre · 22 years ago
  40. 1f803f7 Updated patch #487906: Revise inline docs. by Martin v. Löwis · 22 years ago
  41. 169192e SF patch #491049 (David Jacobs): Small PyString_FromString optimization by Guido van Rossum · 23 years ago
  42. 62de65b PyString_FromString: this requires its argument be non-NULL, but doesn't by Tim Peters · 23 years ago
  43. 7802a53 Little stuff. by Jeremy Hylton · 23 years ago
  44. 8f1ea71 Add more inline documentation, as contributed in #487906. by Martin v. Löwis · 23 years ago
  45. 9161c8b PyString_FromFormatV, string_repr: document why these use sprintf by Tim Peters · 23 years ago
  46. d132750 Patch 487906: update inline docs. by Martin v. Löwis · 23 years ago
  47. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  48. 5c66a26 Make the error message for unsupported operand types cleaner, in by Guido van Rossum · 23 years ago
  49. c993315 SF bug [#468061] __str__ ignored in str subclass. by Tim Peters · 23 years ago
  50. 2bae4fa Remove extra "]" in splitlines() docstring. Reported by Neal Norwitz. by Fred Drake · 23 years ago
  51. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  52. c15c4f1 SF bug [#467265] Compile errors on SuSe Linux on IBM/s390. by Tim Peters · 23 years ago
  53. 2ed6bf8 Merge branch changes (coercion, rich comparisons) into trunk. by Guido van Rossum · 23 years ago
  54. bb77e68 Change string comparison so that it applies even when one (or both) by Guido van Rossum · 23 years ago
  55. 111f609 If interning an instance of a string subclass, intern a real string object by Tim Peters · 23 years ago
  56. af90b3e str_subtype_new, unicode_subtype_new: by Tim Peters · 23 years ago
  57. 8fa5dd0 More bug 460020: lots of string optimizations inhibited for string by Tim Peters · 23 years ago
  58. 5a49ade More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  59. 29d55a3 Fix a memory leak in str_subtype_new(). (All the other by Guido van Rossum · 23 years ago
  60. ae960af Make str and tuple types subclassable. by Guido van Rossum · 23 years ago
  61. 7c47beb Two improvements suggested by Greg Stein: by Barry Warsaw · 23 years ago
  62. 6af5bbb PyString_FromFormatV: Massage platform %p output to match what gcc does, by Tim Peters · 23 years ago
  63. dadace0 PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from by Barry Warsaw · 23 years ago
  64. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  65. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  66. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  67. 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
  68. 52e155e Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup. by Tim Peters · 23 years ago
  69. a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 23 years ago
  70. 8c2133d Fix for bug #432384: Recursion in PyString_AsEncodedString? by Marc-André Lemburg · 23 years ago
  71. cd35306 Patch #424335: Implement string_richcompare, remove string_compare. by Martin v. Löwis · 23 years ago
  72. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  73. 9c012af Heh. I need a break. After this: stropmodule & stringobject were more by Tim Peters · 23 years ago
  74. 4cd44ef Fudge. stropmodule and stringobject both had copies of the buggy by Tim Peters · 23 years ago
  75. 1a97d5f SF patch #416247 2.1c1 stringobject: unused vrbl cleanup. Thanks to Mark Favas. by Tim Peters · 23 years ago
  76. 4862ab7 Sheesh -- repair the dodge around "cast isn't an lvalue" complaints to by Tim Peters · 23 years ago
  77. 9e897f4 Mark Favas reported that gcc caught me using casts as lvalues. Dodge it. by Tim Peters · 23 years ago
  78. b4bbcd7 Ack! Restore the COUNT_ALLOCS one_strings code. by Tim Peters · 23 years ago
  79. cf5ad5d My change to string_item() left an extra reference to each 1-character by Tim Peters · 23 years ago
  80. 5b4d477 Intern 1-character strings as soon as they're created. As-is, they aren't by Tim Peters · 23 years ago
  81. 2cfe368 Make unicode.join() work nice with iterators. This also required a change by Tim Peters · 23 years ago
  82. 542fe56 Fix for bug #417030: "print '%*s' fails for unicode string" by Marc-André Lemburg · 23 years ago
  83. 189f1df Add a proper implementation for the tp_str slot (returning self, of by Guido van Rossum · 23 years ago
  84. b3d8d1f A different approach to the problem reported in by Tim Peters · 23 years ago
  85. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  86. fff5325 Bug 415514 reported that e.g. by Tim Peters · 23 years ago
  87. 711088d Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. by Tim Peters · 23 years ago
  88. a903ad98 _Py_ReleaseInternedStrings(): Private API function to decref and by Barry Warsaw · 23 years ago
  89. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 23 years ago
  90. 19fe14e Derivative of patch #102549, "simpler, faster(!) implementation of string.join". by Tim Peters · 23 years ago
  91. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 23 years ago
  92. 6ca8917 [ Patch #102852 ] Make % error a bit more informative by indicates the by Andrew M. Kuchling · 24 years ago
  93. 49312a5 Jeffrey D. Collins <tokeneater@users.sourceforge.net>: by Fred Drake · 24 years ago
  94. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  95. 2ccda8a SF patch #102548, fix for bug #121013, by mwh@users.sourceforge.net. by Guido van Rossum · 24 years ago
  96. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  97. 53f3d4a [ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix for the bug reported in Bug #116174: "%% %s" % u"abc" failed due by Marc-André Lemburg · 24 years ago
  98. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  99. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 24 years ago
  100. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago