1. 8e4eeef #11865: fix typo in init.rst. by Ezio Melotti · 14 years ago
  2. 020f650 #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  3. 8b78a9d Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
  4. 2682661 #11317: fix wrong info about string exceptions. by Georg Brandl · 14 years ago
  5. 28dadd9 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from by Georg Brandl · 14 years ago
  6. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
  7. 7338709 Merged revisions 88012-88018 via svnmerge from by Antoine Pitrou · 15 years ago
  8. a8bfed5 Merged revisions 86838 via svnmerge from by Antoine Pitrou · 15 years ago
  9. b727650 Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 15 years ago
  10. 837fbb0 Merged revisions 85731,85735 via svnmerge from by Georg Brandl · 15 years ago
  11. 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
  12. 26946ec Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from by Georg Brandl · 15 years ago
  13. 78f11ed Merged revisions 85530,85534,85538,85540-85542 via svnmerge from by Georg Brandl · 15 years ago
  14. 749930f #10398: manual backport of r73943. by Georg Brandl · 15 years ago
  15. 79cdff0 #1945: document Unicode functions backported from py3k branch. by Georg Brandl · 15 years ago
  16. 63e284d #10111: minor problems in 2.7 FILE* API docs. by Georg Brandl · 15 years ago
  17. a04b03b Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from by Georg Brandl · 15 years ago
  18. 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
  19. 64fb940 Merged revisions 85066 via svnmerge from by Antoine Pitrou · 15 years ago
  20. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
  21. 21887df Issue 9024: Added :cdata: tag to PyDateTimeAPI by Alexander Belopolsky · 15 years ago
  22. caf5db7 Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that by Alexander Belopolsky · 15 years ago
  23. 9933da0 #8993: fix reference. by Georg Brandl · 15 years ago
  24. 81145c9 #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() by Andrew M. Kuchling · 15 years ago
  25. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 15 years ago
  26. 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 15 years ago
  27. 8c72b4e rip out mention of types.ListType #8703 by Benjamin Peterson · 15 years ago
  28. f70c581 Issue #8227: Fix C API documentation, argument parsing by Victor Stinner · 15 years ago
  29. 677fdec Document PyImport_ExecCodeModuleEx(). by Georg Brandl · 15 years ago
  30. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  31. f6d36745 Fix warnings from "make check". by Georg Brandl · 15 years ago
  32. 0d4bfec #8044: document Py_{Enter,Leave}RecursiveCall functions. by Georg Brandl · 15 years ago
  33. 303e675 #8085: The function is called PyObject_NewVar, not PyObject_VarNew. by Georg Brandl · 15 years ago
  34. 91d26b4 Use the correct markup for args by Ezio Melotti · 16 years ago
  35. 99af648 Relocate a couple of stars and remove redundant backticks by Ezio Melotti · 16 years ago
  36. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 16 years ago
  37. 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 16 years ago
  38. 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 16 years ago
  39. b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 16 years ago
  40. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 16 years ago
  41. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 16 years ago
  42. 1686f34 #7577: fix signature of PyBuffer_FillInfo(). by Georg Brandl · 16 years ago
  43. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 16 years ago
  44. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
  45. 670e596 #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). by Georg Brandl · 16 years ago
  46. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 16 years ago
  47. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 16 years ago
  48. c12781a Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. by Eric Smith · 16 years ago
  49. 4b017bb #6881 - fixed wrong return type; improved the formatting by Ezio Melotti · 16 years ago
  50. 579a358 #6930: clarify description about byteorder handling in UTF decoder routines. by Georg Brandl · 16 years ago
  51. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago
  52. ea7120c Py_SetPythonHome uses static storage #6913 by Benjamin Peterson · 16 years ago
  53. eb4781c #6821: fix signature of PyBuffer_Release(). by Georg Brandl · 16 years ago
  54. 4a46e1c #6658: fix two typos. by Georg Brandl · 16 years ago
  55. 019e8dd #6336: Add nb_divide. by Georg Brandl · 16 years ago
  56. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  57. 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 16 years ago
  58. f0b1733 Fix arg types of et#. by Georg Brandl · 16 years ago
  59. 3405cbc Fix style. by Georg Brandl · 16 years ago
  60. 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 16 years ago
  61. 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 16 years ago
  62. d7ead0c fix signature by Benjamin Peterson · 16 years ago
  63. 6a46898 Fix some more small markup problems. by Georg Brandl · 16 years ago
  64. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 16 years ago
  65. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 16 years ago
  66. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 16 years ago
  67. 2622b54 #5840: dont claim we dont support TLS. by Georg Brandl · 16 years ago
  68. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  69. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 16 years ago
  70. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 16 years ago
  71. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
  72. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
  73. 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 16 years ago
  74. acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  75. 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  76. 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  77. 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  78. 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  79. be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  80. a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  81. 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 16 years ago
  82. af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 16 years ago
  83. de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 16 years ago
  84. 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
  85. 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 16 years ago
  86. 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  87. 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 16 years ago
  88. c2aa7b8 Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. by Jeroen Ruigrok van der Werven · 16 years ago
  89. 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  90. 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
  91. 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  92. 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 16 years ago
  93. 6f1d543 Reformat paragraph. by Jeroen Ruigrok van der Werven · 16 years ago
  94. 325a997 The type for ppos has been Py_ssize_t since 2.5, reflect this in the by Jeroen Ruigrok van der Werven · 16 years ago
  95. c42c099 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  96. 140d9d6 Reformat file prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  97. 2dcf46e Rewrite a sentence to be more in line with the rest of the documentation with by Jeroen Ruigrok van der Werven · 16 years ago
  98. 162641a First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. by Jeroen Ruigrok van der Werven · 16 years ago
  99. bc25bf9 Reformat prior to expanding. by Jeroen Ruigrok van der Werven · 16 years ago
  100. 6cb1ff3 Remove redundant backtick. by Georg Brandl · 16 years ago