1. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
  2. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 18 years ago
  3. 6f7e6fb Made _ParseTupleFinds only defined to unicodeobject.c by Facundo Batista · 18 years ago
  4. 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 18 years ago
  5. 1c1ac38 Backport fixes for the code that decodes octal escapes (and for PyString by Guido van Rossum · 18 years ago
  6. 9d04542 Set startinpos before calling the error handler. by Walter Dörwald · 18 years ago
  7. 8757878 Rewrap line. by Walter Dörwald · 18 years ago
  8. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 18 years ago
  9. 9ab80a9 Move another variable declaration up. by Walter Dörwald · 18 years ago
  10. 20b40d3 Move variable declaration up. by Walter Dörwald · 18 years ago
  11. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  12. 9efd9b6 Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 18 years ago
  13. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  14. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 18 years ago
  15. 5c9a81a Fix a bug when there was a newline in the string expandtabs was called on. by Neal Norwitz · 18 years ago
  16. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
  17. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 18 years ago
  18. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 19 years ago
  19. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
  20. 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 19 years ago
  21. 3a45779 Correct an accidentally removed previous patch. by Marc-André Lemburg · 19 years ago
  22. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 19 years ago
  23. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 19 years ago
  24. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 19 years ago
  25. d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 19 years ago
  26. de4c78a Initialize the type object so pychecker can't crash the interpreter. by Neal Norwitz · 19 years ago
  27. 90e27d3 Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. by Georg Brandl · 19 years ago
  28. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 19 years ago
  29. 9f16760 Repair refleaks in unicodeobject. by Georg Brandl · 19 years ago
  30. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 19 years ago
  31. 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 19 years ago
  32. c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 19 years ago
  33. 2e3f6b7 Revert bogus change committed in 46432 to this file. by Martin v. Löwis · 19 years ago
  34. e0df762 fixed typo by Andrew Dalke · 19 years ago
  35. 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 19 years ago
  36. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 19 years ago
  37. d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 19 years ago
  38. 07bbfc6 Comment typo by Andrew M. Kuchling · 19 years ago
  39. e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 19 years ago
  40. c816281 needforspeed: use a macro to fix slice indexes by Fredrik Lundh · 19 years ago
  41. ce4eccb needforspeed: stringlib refactoring: use stringlib/find for unicode find by Fredrik Lundh · 19 years ago
  42. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 19 years ago
  43. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 19 years ago
  44. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 19 years ago
  45. b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago
  46. a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago
  47. 95e2a91 use Py_LOCAL also for string and unicode objects by Fredrik Lundh · 19 years ago
  48. f2c0dfd needforspeed: use Py_ssize_t for the fastsearch counter and skip by Fredrik Lundh · 19 years ago
  49. 450277f needforspeed: use METH_O for argument handling, which made partition some by Fredrik Lundh · 19 years ago
  50. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 19 years ago
  51. b552c4d Code had returned an ssize_t, upcast to long, then converted with PyInt_FromLong. by Andrew Dalke · 19 years ago
  52. 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 19 years ago
  53. 347ee27 needforspeed: refactored the replace code slightly; special-case by Fredrik Lundh · 19 years ago
  54. d5e0dc5 needforspeedindeed: use fastsearch also for __contains__ by Fredrik Lundh · 19 years ago
  55. 6471ee4 needforspeed: use "fastsearch" for count and findstring helpers. this by Fredrik Lundh · 19 years ago
  56. 240bf2a use Py_ssize_t for string indexes (thanks, neal!) by Fredrik Lundh · 19 years ago
  57. 7763351 return 0 on misses, not -1. by Fredrik Lundh · 19 years ago
  58. b63588c needforspeed: use append+reverse for rsplit, use "bloom filters" to by Fredrik Lundh · 19 years ago
  59. 833bf94 needforspeed: fixed unicode "in" operator to use same implementation by Fredrik Lundh · 19 years ago
  60. 1bacc64 unicode_repeat(): Change type of local to Py_ssize_t, by Tim Peters · 19 years ago
  61. 286085c PyUnicode_Join(): Recent code changes introduced new by Tim Peters · 19 years ago
  62. 8a8e05a needforspeed: use memcpy for "long" strings; use a better algorithm by Fredrik Lundh · 19 years ago
  63. f1d60a5 needforspeed: speed up unicode repeat, unicode string copy by Fredrik Lundh · 19 years ago
  64. 763b50f docstring tweaks: count counts non-overlapping substrings, not by Fredrik Lundh · 19 years ago
  65. 1004a53 Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport by Neal Norwitz · 19 years ago
  66. 715a4cd Use %zd instead of %i as format character (in call to PyErr_Format) for by Thomas Wouters · 19 years ago
  67. 5cb6936 Make Py_BuildValue, PyObject_CallFunction and by Martin v. Löwis · 19 years ago
  68. f15da69 Remove another INT_MAX limitation by Martin v. Löwis · 19 years ago
  69. 412fb67 Change more ints to Py_ssize_t. by Martin v. Löwis · 19 years ago
  70. 80d2e59 Revert 34153: Py_UNICODE should not be signed. by Martin v. Löwis · 19 years ago
  71. ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 19 years ago
  72. a628621 More low-hanging fruit. Still need to re-arrange some code (or find a better by Anthony Baxter · 19 years ago
  73. ecdc0a9 That one was a mistake. by Georg Brandl · 19 years ago
  74. 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 19 years ago
  75. a96affe - Reindent a confusingly indented piece of code (no intended code changes by Thomas Wouters · 19 years ago
  76. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  77. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  78. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
  79. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  80. de01774 Use correct PyArg_Parse format char for Py_ssize_t in unicode.center(). Fixes: by Thomas Wouters · 19 years ago
  81. 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
  82. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
  83. 1523154 doubletounicode(), longtounicode(): by Tim Peters · 19 years ago
  84. 4701af5 Remove two unused Py_ssize_t variables (merge glitches, looks like.) by Thomas Wouters · 19 years ago
  85. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  86. fc76d63 - Patch #1400181, fix unicode string formatting to not use the locale. by Neal Norwitz · 20 years ago
  87. d43069c Fix icc warnings: remove (sometimes) unused variable conditionally by Neal Norwitz · 20 years ago
  88. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 20 years ago
  89. 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 20 years ago
  90. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  91. d4fff17 Fix leaked reference to None. by Walter Dörwald · 20 years ago
  92. 8294de5 Another comment typo fix by Andrew M. Kuchling · 20 years ago
  93. 2e2c02f Fix typo in comment. by Walter Dörwald · 20 years ago
  94. db390c1 fix typos, mostly in comments by Fred Drake · 20 years ago
  95. b2308bb Fix bug: by Michael W. Hudson · 20 years ago
  96. 5c4a9d6 Whitespace corrections. by Marc-André Lemburg · 20 years ago
  97. e115ec8 Bug fix for [ 1331062 ] utf 7 codec broken. by Marc-André Lemburg · 20 years ago
  98. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
  99. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 20 years ago
  100. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 21 years ago