1. d585c52 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  2. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  3. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  4. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  5. a44ec3f Closes #23181: codepoint -> code point by Georg Brandl · 11 years ago
  6. a6066ce Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 11 years ago
  7. 8f25762 args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 11 years ago
  8. 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 12 years ago
  9. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  10. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  11. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 13 years ago
  12. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 13 years ago
  13. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  14. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  15. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  16. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 13 years ago
  17. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  18. 2d679a4 s/:c:type:/:ctype:/g by Ezio Melotti · 14 years ago
  19. 28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and by Victor Stinner · 14 years ago
  20. 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 14 years ago
  21. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 14 years ago
  22. 606e19d Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int by Victor Stinner · 14 years ago
  23. 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 14 years ago
  24. 0d81c13 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 14 years ago
  25. f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 14 years ago
  26. af02e1c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() by Victor Stinner · 14 years ago
  27. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 14 years ago
  28. b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 14 years ago
  29. b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 14 years ago
  30. 57735a0 Add missing prefixes by Antoine Pitrou · 14 years ago
  31. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 14 years ago
  32. e6b99a1 Move deprecated functions at the end of their respective sections. by Antoine Pitrou · 14 years ago
  33. 2da16e6 Fix indentation. by Martin v. Löwis · 14 years ago
  34. c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 14 years ago
  35. db6c7f5 Update C API docs for PEP 393. by Georg Brandl · 14 years ago
  36. ee12f44 Add versionadded directive to new API function. by Georg Brandl · 14 years ago
  37. d63a3b8 Implement PEP 393. by Martin v. Löwis · 14 years ago
  38. 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 · 14 years ago
  39. c470a0c #11840: Merge with 3.2. by Ezio Melotti · 14 years ago
  40. c1f0577 #11840: Merge with 3.1. by Ezio Melotti · 14 years ago
  41. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  42. 020f650 #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  43. 0fbe226 Issue #10831: Document the new formats (%li, %lli, %zi) by Victor Stinner · 14 years ago
  44. 80e788a Rephrase PyUnicode_CompareWithASCIIString() documentation by Victor Stinner · 15 years ago
  45. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 15 years ago
  46. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 15 years ago
  47. 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 · 15 years ago
  48. b8d0e36 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 15 years ago
  49. 79cdff0 #1945: document Unicode functions backported from py3k branch. by Georg Brandl · 15 years ago
  50. 418cc73 Fix capitalization. by Georg Brandl · 15 years ago
  51. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 15 years ago
  52. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 15 years ago
  53. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 15 years ago
  54. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
  55. 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 · 15 years ago
  56. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
  57. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 15 years ago
  58. 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 · 15 years ago
  59. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 15 years ago
  60. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 15 years ago
  61. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 15 years ago
  62. 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 15 years ago
  63. 6faee4e #9911: doc copyedits. by Georg Brandl · 15 years ago
  64. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 15 years ago
  65. 2b19f35 Add versionadded tag to PyUnicode_AsUnicodeCopy's doc by Victor Stinner · 15 years ago
  66. 23ef20f Merged revisions 84459 via svnmerge from by Daniel Stutzbach · 15 years ago
  67. 98c07bd Doc fix: unicode() is now str() by Daniel Stutzbach · 15 years ago
  68. e4ea994 Document PyUnicode_AsUnicodeCopy() by Victor Stinner · 15 years ago
  69. 6009ece Replace :func: by :cfunc: by Victor Stinner · 15 years ago
  70. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
  71. 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 15 years ago
  72. 4d22409 Fix copy-paste error. by Georg Brandl · 15 years ago
  73. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
  74. 8477f82 #8648: document UTF-7 codec functions. by Georg Brandl · 15 years ago
  75. ec18c39 Merged revisions 83160-83161,83166,83169,83171 via svnmerge from by Georg Brandl · 15 years ago
  76. 6f93419 #9381: fix markup. by Georg Brandl · 15 years ago
  77. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 15 years ago
  78. b432451 fix run-on sentence by Benjamin Peterson · 15 years ago
  79. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 15 years ago
  80. 9076f9e Merged revisions 81168 via svnmerge from by Victor Stinner · 15 years ago
  81. 77c3862 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions by Victor Stinner · 15 years ago
  82. 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 15 years ago
  83. ef871f6 Merged revisions 78859-78860 via svnmerge from by Georg Brandl · 15 years ago
  84. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 16 years ago
  85. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 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 · 16 years ago
  87. 579a358 #6930: clarify description about byteorder handling in UTF decoder routines. by Georg Brandl · 16 years ago
  88. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 16 years ago
  89. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 16 years ago
  90. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
  91. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  92. 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 16 years ago
  93. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 16 years ago
  94. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 16 years ago
  95. 47a7d70 Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from by Jeroen Ruigrok van der Werven · 16 years ago
  96. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
  97. e866206 PyObject_Unicode -> PyObject_Str by Benjamin Peterson · 16 years ago
  98. b6eba4f encoding returns bytes objects by Benjamin Peterson · 17 years ago
  99. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 17 years ago
  100. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago