1. 0661009 Get rid of some dead code and unneeded XXX comments by Neal. by Guido van Rossum · 17 years ago
  2. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  3. ab40b30 Add comment that should be addressed by Neal Norwitz · 17 years ago
  4. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  5. 36f938f Fix refleak: decref inputobj after extracting the relavant info (the object by Walter Dörwald · 17 years ago
  6. d474ce8 Remove references to unicode from help(str). by Collin Winter · 17 years ago
  7. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  8. 9c12106 Change PyUnicode_FromString[AndSize] to expect UTF-8. by Martin v. Löwis · 17 years ago
  9. e78178e Bytes (which are the input for decoding) are mutable now. If a decoding by Walter Dörwald · 17 years ago
  10. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  11. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  12. 00058aa Fix a bug in PyUnicode_FromStringAndSize() with signed characters. by Guido van Rossum · 17 years ago
  13. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  14. 307fa8c Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. by Guido van Rossum · 17 years ago
  15. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  16. e7a0d39 Fixed a refcount leak in _PyUnicode_AsDefaultEncodedString(). by Guido van Rossum · 17 years ago
  17. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  18. 63a28be Silence GCC warning about uninitialzed variable. by Walter Dörwald · 17 years ago
  19. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  20. 755114a Make it compile with GCC 2.96. by Guido van Rossum · 17 years ago
  21. 26e0f51 Mention name of left operand, if "foo in unicode_string" fails. by Walter Dörwald · 17 years ago
  22. d7fb764 Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, by Walter Dörwald · 17 years ago
  23. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  24. b41bb79 unichr() is named chr() now => fix name in error message. by Walter Dörwald · 17 years ago
  25. 346737f Add support for width, precision and zeropadding to the %d, %i, %u and %x by Walter Dörwald · 17 years ago
  26. 1680713 Add interning of unicode strings by copying the functionality from by Walter Dörwald · 17 years ago
  27. 5c2fab6 Simplify %U handling by using Py_UNICODE_COPY. by Walter Dörwald · 17 years ago
  28. 1be7e3f Add a format character %S to PyUnicode_FromFormat() that by Walter Dörwald · 17 years ago
  29. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  30. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  31. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  32. 5550731 Revert last checkin: _PyUnicode_New() allocates space by Walter Dörwald · 17 years ago
  33. 9992835 Allocate one more character, so that the terminating nullbyte can be copied. by Walter Dörwald · 17 years ago
  34. 827b055 Change PyUnicode_EncodeCharmap() to return bytes objects by Walter Dörwald · 17 years ago
  35. 711005d Change PyUnicode_EncodeRawUnicodeEscape() to return bytes by Walter Dörwald · 17 years ago
  36. db5d33e Reuse static global hexdigits array. by Walter Dörwald · 17 years ago
  37. 79e913e Change PyUnicode_EncodeUnicodeEscape() to return a bytes object. by Walter Dörwald · 17 years ago
  38. 580ceed Mention type in the exception message. by Walter Dörwald · 17 years ago
  39. a14c4bb Check whether the strlen() result overflows Py_ssize_t. by Walter Dörwald · 17 years ago
  40. 51ab414 Change PyUnicode_EncodeUTF7() to return a bytes object. by Walter Dörwald · 17 years ago
  41. ce32db3 Silence gcc warnings. by Walter Dörwald · 17 years ago
  42. 071b9da When creating a unicode object from a char * characters by Walter Dörwald · 17 years ago
  43. acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 17 years ago
  44. 3cc3452 Change PyUnicode_EncodeUTF16() so that it returns by Walter Dörwald · 17 years ago
  45. 4355a47 Make all of test_bytes pass (except pickling, which is too badly busted). by Guido van Rossum · 17 years ago
  46. 09dc34f Compare and hash unicode objects like their UTF-8 representations. by Guido van Rossum · 17 years ago
  47. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  48. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  49. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  50. 84d79dd Disallow u"..." + b"..." and b"..." + u"...". by Guido van Rossum · 17 years ago
  51. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  52. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  53. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  54. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  55. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
  56. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  57. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  58. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  59. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  60. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  61. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  62. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  63. a96affe - Reindent a confusingly indented piece of code (no intended code changes by Thomas Wouters · 18 years ago
  64. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  65. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  66. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  67. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  68. de01774 Use correct PyArg_Parse format char for Py_ssize_t in unicode.center(). Fixes: by Thomas Wouters · 18 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 · 18 years ago
  70. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago
  71. 1523154 doubletounicode(), longtounicode(): by Tim Peters · 18 years ago
  72. 4701af5 Remove two unused Py_ssize_t variables (merge glitches, looks like.) by Thomas Wouters · 18 years ago
  73. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  74. fc76d63 - Patch #1400181, fix unicode string formatting to not use the locale. by Neal Norwitz · 18 years ago
  75. d43069c Fix icc warnings: remove (sometimes) unused variable conditionally by Neal Norwitz · 18 years ago
  76. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  77. 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
  78. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  79. d4fff17 Fix leaked reference to None. by Walter Dörwald · 19 years ago
  80. 8294de5 Another comment typo fix by Andrew M. Kuchling · 19 years ago
  81. 2e2c02f Fix typo in comment. by Walter Dörwald · 19 years ago
  82. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  83. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  84. 5c4a9d6 Whitespace corrections. by Marc-André Lemburg · 19 years ago
  85. e115ec8 Bug fix for [ 1331062 ] utf 7 codec broken. by Marc-André Lemburg · 19 years ago
  86. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  87. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  88. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
  89. 204bd6d Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar. by Marc-André Lemburg · 20 years ago
  90. 6543b45 Initialize sep and seplen to suppress warning from gcc. by Skip Montanaro · 20 years ago
  91. ca0d2cb Add a missing line continuation character. by Thomas Heller · 20 years ago
  92. 065a32f Make the hint about the None default less ambiguous. by Walter Dörwald · 20 years ago
  93. 782afc5 Enhance the docstrings for unicode.split() and string.split() by Walter Dörwald · 20 years ago
  94. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  95. 91879ab PyUnicode_Join(): Bozo Alert. While this is chugging along, it may by Tim Peters · 20 years ago
  96. 05eba1f PyUnicode_Join(): Rewrote to use PySequence_Fast(). This doesn't do by Tim Peters · 20 years ago
  97. 894c512 PyUnicode_Join(): Missed a spot where I intended a cast from size_t to by Tim Peters · 20 years ago
  98. 8ce9f16 PyUnicode_Join(): Two primary aims: by Tim Peters · 20 years ago
  99. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  100. d25c650 Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). by Marc-André Lemburg · 20 years ago