1. a44ec3f Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  2. a6066ce Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  3. 8f25762 args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 10 years ago
  4. 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  5. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 11 years ago
  6. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  7. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
  8. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
  9. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  10. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  11. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  12. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
  13. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  14. 2d679a4 s/:c:type:/:ctype:/g by Ezio Melotti · 13 years ago
  15. 28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and by Victor Stinner · 13 years ago
  16. 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  17. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  18. 606e19d Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int by Victor Stinner · 13 years ago
  19. 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
  20. 0d81c13 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  21. f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 13 years ago
  22. af02e1c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() by Victor Stinner · 13 years ago
  23. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
  24. b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago
  25. b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  26. 57735a0 Add missing prefixes by Antoine Pitrou · 13 years ago
  27. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 13 years ago
  28. e6b99a1 Move deprecated functions at the end of their respective sections. by Antoine Pitrou · 13 years ago
  29. 2da16e6 Fix indentation. by Martin v. Löwis · 13 years ago
  30. c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
  31. db6c7f5 Update C API docs for PEP 393. by Georg Brandl · 13 years ago
  32. ee12f44 Add versionadded directive to new API function. by Georg Brandl · 13 years ago
  33. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  34. 8c9375b #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. by Ezio Melotti · 13 years ago
  35. c470a0c #11840: Merge with 3.2. by Ezio Melotti · 13 years ago
  36. c1f0577 #11840: Merge with 3.1. by Ezio Melotti · 13 years ago
  37. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  38. 020f650 #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  39. 0fbe226 Issue #10831: Document the new formats (%li, %lli, %zi) by Victor Stinner · 13 years ago
  40. 80e788a Rephrase PyUnicode_CompareWithASCIIString() documentation by Victor Stinner · 14 years ago
  41. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 14 years ago
  42. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  43. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  44. b8d0e36 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  45. 79cdff0 #1945: document Unicode functions backported from py3k branch. by Georg Brandl · 14 years ago
  46. 418cc73 Fix capitalization. by Georg Brandl · 14 years ago
  47. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  48. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
  49. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  50. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  51. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  52. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  53. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  54. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  55. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 14 years ago
  56. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  57. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  58. 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 14 years ago
  59. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  60. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  61. 2b19f35 Add versionadded tag to PyUnicode_AsUnicodeCopy's doc by Victor Stinner · 14 years ago
  62. 23ef20f Merged revisions 84459 via svnmerge from by Daniel Stutzbach · 14 years ago
  63. 98c07bd Doc fix: unicode() is now str() by Daniel Stutzbach · 14 years ago
  64. e4ea994 Document PyUnicode_AsUnicodeCopy() by Victor Stinner · 14 years ago
  65. 6009ece Replace :func: by :cfunc: by Victor Stinner · 14 years ago
  66. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  67. 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 14 years ago
  68. 4d22409 Fix copy-paste error. by Georg Brandl · 14 years ago
  69. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 14 years ago
  70. 8477f82 #8648: document UTF-7 codec functions. by Georg Brandl · 14 years ago
  71. ec18c39 Merged revisions 83160-83161,83166,83169,83171 via svnmerge from by Georg Brandl · 14 years ago
  72. 6f93419 #9381: fix markup. by Georg Brandl · 14 years ago
  73. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  74. b432451 fix run-on sentence by Benjamin Peterson · 14 years ago
  75. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  76. 9076f9e Merged revisions 81168 via svnmerge from by Victor Stinner · 14 years ago
  77. 77c3862 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions by Victor Stinner · 14 years ago
  78. 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 14 years ago
  79. ef871f6 Merged revisions 78859-78860 via svnmerge from by Georg Brandl · 14 years ago
  80. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
  81. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  82. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 579a358 #6930: clarify description about byteorder handling in UTF decoder routines. by Georg Brandl · 15 years ago
  84. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  85. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  86. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  87. d7d4fd7 builtin -> built-in. by Georg Brandl · 15 years ago
  88. 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 15 years ago
  89. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  90. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  91. 47a7d70 Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  92. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  93. e866206 PyObject_Unicode -> PyObject_Str by Benjamin Peterson · 15 years ago
  94. b6eba4f encoding returns bytes objects by Benjamin Peterson · 16 years ago
  95. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 16 years ago
  96. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  97. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  98. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  99. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  100. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago