1. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  2. c22b299 fix some markup errors by Fred Drake · 21 years ago
  3. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 21 years ago
  4. 42a1172 Document the new format codes B, H, I, k, K. by Thomas Heller · 21 years ago
  5. 2ed6dff As discussed on python-dev, revised docs to note that by Raymond Hettinger · 22 years ago
  6. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 22 years ago
  7. 12dd7b1 Minor markup adjustments. by Fred Drake · 22 years ago
  8. 6db7718 Try to discourage use of PyObject_Type(). by Guido van Rossum · 22 years ago
  9. 24b8881 Patch #701395: Correct documentation of PyUnicode_Splitlines. by Martin v. Löwis · 22 years ago
  10. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
  11. bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 22 years ago
  12. 9e1595e Minor clarification about the ob_size field. by Fred Drake · 22 years ago
  13. 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 22 years ago
  14. 41bcbe3 Commit MvL's doc patch for SF bug #221327. This adds an example of by Guido van Rossum · 22 years ago
  15. 1e71b04 Update advice about __module__ and __name__ and tp_name wrt. new types. by Michael W. Hudson · 22 years ago
  16. bbe17f5 A typo, and desist from inaccurately describing some things as lists. by Michael W. Hudson · 22 years ago
  17. 847f375 Correct lie about METH_NOARGS functions. by Michael W. Hudson · 22 years ago
  18. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 22 years ago
  19. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 22 years ago
  20. 89fc4f3 Fix typo by Raymond Hettinger · 22 years ago
  21. f536827 Include version annotation for PyObject_Call(). by Fred Drake · 22 years ago
  22. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  23. ead60e5 Typo: propogate -> propagate by Thomas Heller · 22 years ago
  24. 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 22 years ago
  25. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  26. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago
  27. 71f5acd Minor cleanups, markup. by Fred Drake · 22 years ago
  28. 1aca2d0 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 22 years ago
  29. 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
  30. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  31. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  32. b915a38 Added refcount information for PyObject_GetIter(). by Fred Drake · 22 years ago
  33. 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 22 years ago
  34. 2f93644 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 22 years ago
  35. d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
  36. 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
  37. 794643c Py_InitModule() and friends now accept NULL for the 'methods' by Fred Drake · 22 years ago
  38. 29ce2d7 Document PyExc_FutureWarning by Barry Warsaw · 22 years ago
  39. 43af5b5 Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size by Guido van Rossum · 22 years ago
  40. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  41. 4ddfd50 Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 22 years ago
  42. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  43. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  44. 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 22 years ago
  45. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  46. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 22 years ago
  47. b084017 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 22 years ago
  48. a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 22 years ago
  49. 178153f Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 22 years ago
  50. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  51. 9788384 Explain that tp_basicsize must provide alignment for the items. by Guido van Rossum · 22 years ago
  52. ffb294b Add refcount information for PySequence_ITEM(). by Fred Drake · 22 years ago
  53. 86228e4 Add version annotation for PySequence_ITEM(). by Fred Drake · 22 years ago
  54. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  55. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 22 years ago
  56. 432425e Small markup adjustments for consistency. by Fred Drake · 22 years ago
  57. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  58. 8da4b59 Fix a small mistake and complete some function prototypes. SF Patch #547813. by Thomas Heller · 22 years ago
  59. b957bc3 Clarify the return value of PyObject_IsInstance(). by Fred Drake · 22 years ago
  60. 8d95ca4 Add text on tp_as_buffer that refers tothe section that covers the topic. by Fred Drake · 23 years ago
  61. 121460d Minor wording change. by Fred Drake · 23 years ago
  62. 9ad70f9 Add more text from Guido on the type structure fields. Small additional changes. by Fred Drake · 23 years ago
  63. 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 23 years ago
  64. 188ecd1 Integrated more text from Guido. by Fred Drake · 23 years ago
  65. 4d2a95d Integrate a bunch of new text from Guido. by Fred Drake · 23 years ago
  66. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 23 years ago
  67. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 23 years ago
  68. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 23 years ago
  69. 4d61775 Started filling in the information about some of the basic types and macros by Fred Drake · 23 years ago
  70. 375e302 Update to use the new \csimplemacro macro by Fred Drake · 23 years ago
  71. 87bbdd3 Minor clarification about what's actually promised for PyMem_Malloc(0). by Tim Peters · 23 years ago
  72. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 23 years ago
  73. 243ea71 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 23 years ago
  74. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 23 years ago
  75. 9e38c10 fix a typo in PyErr_Format table and add row for 'p' format char by Skip Montanaro · 23 years ago
  76. 1941528 Fix example for PyErr_SetFromErrno() (need to pass exception type). by Neil Schemenauer · 23 years ago
  77. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
  78. 314bae5 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 23 years ago
  79. 8371e84 Correct the refcount information for the PyWeakref_GetObject() function. by Fred Drake · 23 years ago
  80. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 23 years ago
  81. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 23 years ago
  82. 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 23 years ago
  83. 54e6294 A number of small adjustments. by Fred Drake · 23 years ago
  84. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
  85. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 23 years ago
  86. 551ffae Clarify that the Python runtime may behave mysteriously when an exception by Fred Drake · 23 years ago
  87. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  88. f07125e PyErr_Format() does not return a new reference; it always returns NULL. by Fred Drake · 23 years ago
  89. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 23 years ago
  90. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  91. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 23 years ago
  92. 50ecc15 Add omitted word for clarity. by Fred Drake · 23 years ago
  93. bfeeeee Fix obvious typos. by Thomas Heller · 23 years ago
  94. 94ead57 Added version annotations, remove hard tabs. by Fred Drake · 23 years ago
  95. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 23 years ago
  96. 1b58bff More refcount information. by Fred Drake · 23 years ago
  97. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 23 years ago
  98. c44e9ec Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs(). by Fred Drake · 23 years ago
  99. 81c7aa2 Added refcount data for PyObject_CallFunctionObArgs() and by Fred Drake · 23 years ago
  100. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago