1. 0202c34 Add an extra byte for null in case we ever get very long unicode names. by Christian Heimes · 8 years ago
  2. 2f366ca Add an extra byte for null in case we ever get very long unicode names. by Christian Heimes · 8 years ago
  3. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  4. 8cee103 Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() by Christian Heimes · 8 years ago
  5. 7ce2013 Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() by Christian Heimes · 8 years ago
  6. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  7. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  8. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  9. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  10. 6359641 Issue #20181: Converted the unicodedata module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  11. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  12. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  13. 5061e67 merge 3.3 (#23367) by Benjamin Peterson · 9 years ago
  14. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 9 years ago
  15. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  16. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  17. 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  18. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  19. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  20. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  21. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  22. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 10 years ago
  23. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 10 years ago
  24. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  25. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  26. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  27. a76795b merge 3.3 by Benjamin Peterson · 11 years ago
  28. 8aa7b89 replace hardcoded version by Benjamin Peterson · 11 years ago
  29. f0a1b87 merge 3.3 by Benjamin Peterson · 11 years ago
  30. 577dd61 make sure the docstring is never out of date wrt unicode data version by Benjamin Peterson · 11 years ago
  31. d3c43a9 merge 3.3 (#19220) by Benjamin Peterson · 11 years ago
  32. a4cf1c8 remove url from docstring (closes #19220) by Benjamin Peterson · 11 years ago
  33. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  34. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  35. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  36. 11def42 #16681: merge with 3.2. by Ezio Melotti · 11 years ago
  37. e3d7e54 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 11 years ago
  38. a4b4dea Use C-style comments (required for the AIX build slave). by Stefan Krah · 12 years ago
  39. 85634d7 Issue #14909: A number of places were using PyMem_Realloc() apis and by Kristjan Valur Jonsson · 12 years ago
  40. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  41. df8077e #13379: merge with 3.2. by Ezio Melotti · 13 years ago
  42. 98d2c0a #13379: update Unicode version in unicodedata docstrings and comments. by Ezio Melotti · 13 years ago
  43. 4837e39 #12753: fix compilation on Windows. by Ezio Melotti · 13 years ago
  44. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  45. 1d4bd25 Fix compilation warnings under 64-bit Windows by Antoine Pitrou · 13 years ago
  46. ed8ba14 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  47. 061fe34 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  48. 2297066 Port normalization to new API. by Martin v. Löwis · 13 years ago
  49. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  50. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  51. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 13 years ago
  52. 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 13 years ago
  53. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  54. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
  55. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  56. d96b2f2 Merged revisions 79320 via svnmerge from by Ezio Melotti · 14 years ago
  57. 4c5475d Merged revisions 79314 via svnmerge from by Ezio Melotti · 14 years ago
  58. 7ed9c4c Merged revisions 78646 via svnmerge from by Victor Stinner · 14 years ago
  59. 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  60. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  61. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 15 years ago
  62. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  63. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  64. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  65. f342bfc Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
  66. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  67. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  68. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  69. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  70. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  71. 4254e76 Change category(), bidirectional(), east_asian_width(), by Walter Dörwald · 17 years ago
  72. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  73. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  74. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  75. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  76. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  77. c350912 Adjust CJK Ideograph range to Unicode 4.1. by Martin v. Löwis · 18 years ago
  78. 0e2f9b2 Fix refcounting bug. by Martin v. Löwis · 18 years ago
  79. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  80. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  81. 1e365b2 Remove gcc (4.0.x) warning about uninitialized value by explicitly setting by Thomas Wouters · 18 years ago
  82. 8b291e2 Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4. by Martin v. Löwis · 19 years ago
  83. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  84. cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 19 years ago
  85. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  86. 69dc1c8 Fix typo. by Hye-Shik Chang · 20 years ago
  87. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 20 years ago
  88. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  89. e9c571f Fix SF bug #694816, remove comparison of unsigned value < 0 by Neal Norwitz · 21 years ago
  90. 2fb661f Remove C++ comment. by Martin v. Löwis · 21 years ago
  91. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  92. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  93. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  94. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  95. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  96. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  97. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  98. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  99. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  100. 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago