1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  3. 3741bfd Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration by Marc-André Lemburg · 16 years ago
  4. a925bed Sort UCS-2/UCS-4 name mangling list. by Alexandre Vassalotti · 16 years ago
  5. d8f8ee4 Fix name mangling of PyUnicode_ClearFreeList. by Alexandre Vassalotti · 16 years ago
  6. 07d539d #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: by Amaury Forgeot d'Arc · 16 years ago
  7. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  8. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 16 years ago
  9. 4d4f270 Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines() by Christian Heimes · 17 years ago
  10. cfb41c4 Add stdarg include for va_list to get this to compile on cygwin by Neal Norwitz · 17 years ago
  11. 7f39c9f Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0. by Christian Heimes · 17 years ago
  12. 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 · 17 years ago
  13. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 17 years ago
  14. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  15. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  16. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 17 years ago
  17. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  18. d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 18 years ago
  19. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  20. 80f8e80 needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), by Fredrik Lundh · 18 years ago
  21. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 18 years ago
  22. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  23. 3d885e0 needforspeed: check first *and* last character before doing a full memcmp by Fredrik Lundh · 18 years ago
  24. 8a8e05a needforspeed: use memcpy for "long" strings; use a better algorithm by Fredrik Lundh · 18 years ago
  25. f1d60a5 needforspeed: speed up unicode repeat, unicode string copy by Fredrik Lundh · 18 years ago
  26. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  27. 2576c97 _PyUnicode_IsWhitespace(), by Tim Peters · 19 years ago
  28. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  29. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
  30. 57341c3 SF patch #1056231: typo in comment (unicodeobject.h) by Raymond Hettinger · 20 years ago
  31. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  32. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  33. d2d4598 Allow string and unicode return types from .encode()/.decode() by Marc-André Lemburg · 20 years ago
  34. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  35. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  36. 9c329de Add name mangling for new PyUnicode_FromOrdinal() and fix declaration by Marc-André Lemburg · 22 years ago
  37. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  38. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
  39. 4da6fd6 Fix for bug [ 561796 ] string.find causes lazy error by Marc-André Lemburg · 22 years ago
  40. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  41. b8c65bc SF patch #470578: Fixes to synchronize unicode() and str() by Guido van Rossum · 23 years ago
  42. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  43. 5e6007c Fix for bug #462737. by Marc-André Lemburg · 23 years ago
  44. 78e0fc7 Possibly the end of SF [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  45. 5eef77a Make the Py<type>_Check() macro use PyObject_TypeCheck(). by Guido van Rossum · 23 years ago
  46. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  47. 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
  48. b5ac6f6 As discussed on python-dev: this patch adds name mangling to by Marc-André Lemburg · 23 years ago
  49. 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
  50. 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
  51. 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
  52. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
  53. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  54. 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
  55. 1294ad0 experimental UCS-4 support: added USE_UCS4_STORAGE define to by Fredrik Lundh · 23 years ago
  56. 489b56e This patch changes the behaviour of the UTF-16 codec family. Only the by Marc-André Lemburg · 23 years ago
  57. 8155e0e This patch originated from an idea by Martin v. Loewis who submitted a by Marc-André Lemburg · 23 years ago
  58. 1a731c6 Added #fndef's to avoid compiler errors. by Marc-André Lemburg · 24 years ago
  59. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  60. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  61. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  62. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  63. 5a5c81a Added new API PyUnicode_FromEncodedObject() which supports decoding by Marc-André Lemburg · 24 years ago
  64. 4327910 Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need by Marc-André Lemburg · 24 years ago
  65. f03e741 Modified the ISALPHA and ISALNUM macros to use the new lookup APIs by Marc-André Lemburg · 24 years ago
  66. a9c103b Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros by Marc-André Lemburg · 24 years ago
  67. 2f4d0e9 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  68. cb093fe M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  69. 004d64f Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  70. 52c2359 Marc-Andre Lemburg: New exported API PyUnicode_Resize(). by Guido van Rossum · 24 years ago
  71. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  72. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  73. efec115 Prototypes added for MBCS codecs. (Win32 only.) by Guido van Rossum · 24 years ago
  74. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  75. d0d366b Marc-Andre Lemburg: add declaration for PyUnicode_Contains(). by Guido van Rossum · 24 years ago
  76. d822518 Unicode implementation by Marc-Andre Lemburg based on original code by Fredrik Lundh. by Guido van Rossum · 24 years ago