1. 91d26b4 Use the correct markup for args by Ezio Melotti · 15 years ago
  2. 99af648 Relocate a couple of stars and remove redundant backticks by Ezio Melotti · 15 years ago
  3. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 15 years ago
  4. 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 15 years ago
  5. 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 15 years ago
  6. b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 15 years ago
  7. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 15 years ago
  8. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 15 years ago
  9. 1686f34 #7577: fix signature of PyBuffer_FillInfo(). by Georg Brandl · 15 years ago
  10. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 15 years ago
  11. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 15 years ago
  12. 670e596 #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). by Georg Brandl · 15 years ago
  13. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  14. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 15 years ago
  15. c12781a Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. by Eric Smith · 15 years ago
  16. 4b017bb #6881 - fixed wrong return type; improved the formatting by Ezio Melotti · 15 years ago
  17. 579a358 #6930: clarify description about byteorder handling in UTF decoder routines. by Georg Brandl · 15 years ago
  18. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  19. ea7120c Py_SetPythonHome uses static storage #6913 by Benjamin Peterson · 15 years ago
  20. eb4781c #6821: fix signature of PyBuffer_Release(). by Georg Brandl · 15 years ago
  21. 4a46e1c #6658: fix two typos. by Georg Brandl · 15 years ago
  22. 019e8dd #6336: Add nb_divide. by Georg Brandl · 15 years ago
  23. d7d4fd7 builtin -> built-in. by Georg Brandl · 15 years ago
  24. 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 15 years ago
  25. f0b1733 Fix arg types of et#. by Georg Brandl · 15 years ago
  26. 3405cbc Fix style. by Georg Brandl · 15 years ago
  27. 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 15 years ago
  28. 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 15 years ago
  29. d7ead0c fix signature by Benjamin Peterson · 15 years ago
  30. 6a46898 Fix some more small markup problems. by Georg Brandl · 15 years ago
  31. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  32. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  33. 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 · 15 years ago
  34. 2622b54 #5840: dont claim we dont support TLS. by Georg Brandl · 15 years ago
  35. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 15 years ago
  36. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 15 years ago
  37. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 15 years ago
  38. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  39. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  40. 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  41. acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  42. 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  43. 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  44. 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  45. 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  46. be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  47. a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  48. 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 15 years ago
  49. af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 15 years ago
  50. de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 15 years ago
  51. 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  52. 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  53. 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  54. 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 15 years ago
  55. c2aa7b8 Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. by Jeroen Ruigrok van der Werven · 15 years ago
  56. 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  57. 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  58. 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  59. 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 15 years ago
  60. 6f1d543 Reformat paragraph. by Jeroen Ruigrok van der Werven · 15 years ago
  61. 325a997 The type for ppos has been Py_ssize_t since 2.5, reflect this in the by Jeroen Ruigrok van der Werven · 15 years ago
  62. c42c099 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  63. 140d9d6 Reformat file prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  64. 2dcf46e Rewrite a sentence to be more in line with the rest of the documentation with by Jeroen Ruigrok van der Werven · 15 years ago
  65. 162641a First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. by Jeroen Ruigrok van der Werven · 15 years ago
  66. bc25bf9 Reformat prior to expanding. by Jeroen Ruigrok van der Werven · 15 years ago
  67. 6cb1ff3 Remove redundant backtick. by Georg Brandl · 16 years ago
  68. 1ede0d6 #5298: clarify docs about GIL by using more consistent wording. by Georg Brandl · 16 years ago
  69. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  70. aa34f5a Fix 'the the'; grammar fix by Andrew M. Kuchling · 16 years ago
  71. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  72. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 16 years ago
  73. 02ee888 fix markup by Benjamin Peterson · 16 years ago
  74. bdaa6a7 #5618: fix typo. by Georg Brandl · 16 years ago
  75. a9efe6f #5227: note that Py_Main doesnt return on SystemExit. by Georg Brandl · 16 years ago
  76. 9e0b363 #5245: note that PyRun_SimpleString doesnt return on SystemExit. by Georg Brandl · 16 years ago
  77. aa11810 #970783: document PyObject_Generic[GS]etAttr. by Georg Brandl · 16 years ago
  78. 74c018a #5566: fix versionadded from PyLong ssize_t functions. by Georg Brandl · 16 years ago
  79. 44e5cd3 #5488: add missing struct member. by Georg Brandl · 16 years ago
  80. e83a4ad #5486: typos. by Georg Brandl · 16 years ago
  81. a12a86e #5338, #5339: two types in the API manual. by Georg Brandl · 16 years ago
  82. afb5a48 note functions that are not aliased to PyBytes_ #5280 by Benjamin Peterson · 16 years ago
  83. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 16 years ago
  84. 4400d84 #5015: document PythonHome API functions. by Georg Brandl · 16 years ago
  85. 3ceebd2 PyErr_PrintEx is also in 2.x... by Georg Brandl · 16 years ago
  86. acc802b #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path. by Georg Brandl · 16 years ago
  87. 0ef803f PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 by Benjamin Peterson · 16 years ago
  88. dd958e0 Fix call signature and markup. by Georg Brandl · 16 years ago
  89. 35b80e0 tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 by Benjamin Peterson · 16 years ago
  90. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  91. c63785d Grammar fix. by Georg Brandl · 16 years ago
  92. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  93. e92818f Fix uses of the default role. by Georg Brandl · 16 years ago
  94. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  95. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 16 years ago
  96. 0132ee34 document PyMemberDef by Benjamin Peterson · 16 years ago
  97. 80b5905 #4763 PyErr_ExceptionMatches won't blow up with NULL arguments by Benjamin Peterson · 16 years ago
  98. e7d1e7e Document Py_VaBuildValue. by Alexandre Vassalotti · 16 years ago
  99. 50ae9e7 #4682: 'b' is actually unsigned char. by Georg Brandl · 16 years ago
  100. 1c39785 less attitude by Benjamin Peterson · 16 years ago