1. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 15 years ago
  2. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 15 years ago
  3. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  4. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  5. 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  6. acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  7. 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  8. 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  9. 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  10. 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  11. be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  12. a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  13. 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 15 years ago
  14. af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 15 years ago
  15. de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 15 years ago
  16. 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  17. 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  18. 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  19. 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 15 years ago
  20. 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
  21. 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  22. 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  23. 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  24. 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 15 years ago
  25. 6f1d543 Reformat paragraph. by Jeroen Ruigrok van der Werven · 15 years ago
  26. 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
  27. c42c099 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  28. 140d9d6 Reformat file prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  29. 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
  30. 162641a First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. by Jeroen Ruigrok van der Werven · 15 years ago
  31. bc25bf9 Reformat prior to expanding. by Jeroen Ruigrok van der Werven · 15 years ago
  32. 6cb1ff3 Remove redundant backtick. by Georg Brandl · 16 years ago
  33. 1ede0d6 #5298: clarify docs about GIL by using more consistent wording. by Georg Brandl · 16 years ago
  34. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  35. aa34f5a Fix 'the the'; grammar fix by Andrew M. Kuchling · 16 years ago
  36. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  37. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 16 years ago
  38. 02ee888 fix markup by Benjamin Peterson · 16 years ago
  39. bdaa6a7 #5618: fix typo. by Georg Brandl · 16 years ago
  40. a9efe6f #5227: note that Py_Main doesnt return on SystemExit. by Georg Brandl · 16 years ago
  41. 9e0b363 #5245: note that PyRun_SimpleString doesnt return on SystemExit. by Georg Brandl · 16 years ago
  42. aa11810 #970783: document PyObject_Generic[GS]etAttr. by Georg Brandl · 16 years ago
  43. 74c018a #5566: fix versionadded from PyLong ssize_t functions. by Georg Brandl · 16 years ago
  44. 44e5cd3 #5488: add missing struct member. by Georg Brandl · 16 years ago
  45. e83a4ad #5486: typos. by Georg Brandl · 16 years ago
  46. a12a86e #5338, #5339: two types in the API manual. by Georg Brandl · 16 years ago
  47. afb5a48 note functions that are not aliased to PyBytes_ #5280 by Benjamin Peterson · 16 years ago
  48. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 16 years ago
  49. 4400d84 #5015: document PythonHome API functions. by Georg Brandl · 16 years ago
  50. 3ceebd2 PyErr_PrintEx is also in 2.x... by Georg Brandl · 16 years ago
  51. acc802b #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path. by Georg Brandl · 16 years ago
  52. 0ef803f PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 by Benjamin Peterson · 16 years ago
  53. dd958e0 Fix call signature and markup. by Georg Brandl · 16 years ago
  54. 35b80e0 tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 by Benjamin Peterson · 16 years ago
  55. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  56. c63785d Grammar fix. by Georg Brandl · 16 years ago
  57. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  58. e92818f Fix uses of the default role. by Georg Brandl · 16 years ago
  59. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  60. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 16 years ago
  61. 0132ee34 document PyMemberDef by Benjamin Peterson · 16 years ago
  62. 80b5905 #4763 PyErr_ExceptionMatches won't blow up with NULL arguments by Benjamin Peterson · 16 years ago
  63. e7d1e7e Document Py_VaBuildValue. by Alexandre Vassalotti · 16 years ago
  64. 50ae9e7 #4682: 'b' is actually unsigned char. by Georg Brandl · 16 years ago
  65. 1c39785 less attitude by Benjamin Peterson · 16 years ago
  66. c70e5f9 w# requires Py_ssize_t by Christian Heimes · 16 years ago
  67. b07bd10 Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple. by Gregory P. Smith · 16 years ago
  68. 9d1e2cd PyGILState_Acquire -> PyGILState_Ensure by Benjamin Peterson · 16 years ago
  69. 17ff29d Markup fix by Andrew M. Kuchling · 16 years ago
  70. 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 16 years ago
  71. 8e439a1 Fix typo by Nick Coghlan · 16 years ago
  72. 6e8fef0 Issue 2235: document PyObject_HashNotImplemented by Nick Coghlan · 16 years ago
  73. 4eb9939 fix markup by Benjamin Peterson · 16 years ago
  74. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  75. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 16 years ago
  76. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 16 years ago
  77. 8dbbb96 Add cautionary note on the use of PySequence_Fast_ITEMS. by Raymond Hettinger · 16 years ago
  78. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 16 years ago
  79. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  80. 31694ae fix grammar by Benjamin Peterson · 16 years ago
  81. 457501b Two fixes in bytearray docs. by Georg Brandl · 16 years ago
  82. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  83. 2b4b5ac add PyByteArray docs by Benjamin Peterson · 16 years ago
  84. 438e9ac fix a minor typo by Benjamin Peterson · 16 years ago
  85. 404d182 note that PyString and has been aliased to PyBytes by Benjamin Peterson · 16 years ago
  86. d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 16 years ago
  87. 70dce22 Marshal is at version 2. by Georg Brandl · 16 years ago
  88. 63b0a2e #2727: clarify tp_iternext docs. by Georg Brandl · 16 years ago
  89. fe4948b #2700 Document PyNumber_ToBase by Benjamin Peterson · 16 years ago
  90. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 16 years ago
  91. 78b3ee8 #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. by Georg Brandl · 16 years ago
  92. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
  93. 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
  94. 0cb3e86 Typo: "objects reference count" -> "object's reference count" by Mark Dickinson · 17 years ago
  95. 4ab9feb #2160: document PyImport_GetImporter. by Georg Brandl · 17 years ago
  96. 372d55e #1533486: fix types in refcount intro. by Georg Brandl · 17 years ago
  97. fd6cabf #2230: document that PyArg_* leaves addresses alone on error. by Georg Brandl · 17 years ago
  98. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  99. 27cca3c Fix function name. by Georg Brandl · 17 years ago
  100. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 17 years ago