Final head of the former 2.2 branch
  1. 7754996 backport of concrete.tex v1.35: by Andrew MacIntyre · 22 years ago
  2. b4d53fd As discussed on python-dev, revised docs to note that by Raymond Hettinger · 22 years ago
  3. 273888e Backport comments about PyObject_Type() (HEAD revisions 1.24, 1.25). by Fred Drake · 22 years ago
  4. a9cbb79 Backport: date: 2002/12/06 22:42:13; author: theller; by Neal Norwitz · 23 years ago
  5. 80ccaac Backport version 1.21: by Walter Dörwald · 23 years ago
  6. 034340e Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 23 years ago
  7. 8357673 Minor cleanups, markup. by Fred Drake · 23 years ago
  8. 7d0ee19 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 23 years ago
  9. 78b1c18 Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 23 years ago
  10. 53c20b4 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 23 years ago
  11. d967ba5 Added refcount information for PyObject_GetIter(). by Fred Drake · 23 years ago
  12. 74f1f76 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 23 years ago
  13. 1884af0 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 23 years ago
  14. eb2823f Fix API typo. Closes SF 606216 by Raymond Hettinger · 23 years ago
  15. 6fa4aec Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 23 years ago
  16. 84dacff Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 23 years ago
  17. 70e8742 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 23 years ago
  18. 53c47ac Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 23 years ago
  19. 4ffb172 Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 23 years ago
  20. 43eb1d3 backport theller's patch: by Anthony Baxter · 23 years ago
  21. 608ee5a backport tim_one's patch: by Anthony Baxter · 23 years ago
  22. 7addee3 Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 23 years ago
  23. cd1ec59 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 23 years ago
  24. 409bb43 Backport Skip's patch for SF bug #534495: exceptions.tex 1.5 by Fred Drake · 23 years ago
  25. 804fea9 Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
  26. 8a94434 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 23 years ago
  27. 2d677d2 Correct the refcount information for the PyWeakref_GetObject() function. by Fred Drake · 24 years ago
  28. 7b52ef2 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 24 years ago
  29. 54e6294 A number of small adjustments. by Fred Drake · 24 years ago
  30. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 24 years ago
  31. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 24 years ago
  32. 551ffae Clarify that the Python runtime may behave mysteriously when an exception by Fred Drake · 24 years ago
  33. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 24 years ago
  34. f07125e PyErr_Format() does not return a new reference; it always returns NULL. by Fred Drake · 24 years ago
  35. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 24 years ago
  36. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 24 years ago
  37. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 24 years ago
  38. 50ecc15 Add omitted word for clarity. by Fred Drake · 24 years ago
  39. bfeeeee Fix obvious typos. by Thomas Heller · 24 years ago
  40. 94ead57 Added version annotations, remove hard tabs. by Fred Drake · 24 years ago
  41. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 24 years ago
  42. 1b58bff More refcount information. by Fred Drake · 24 years ago
  43. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 24 years ago
  44. c44e9ec Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs(). by Fred Drake · 24 years ago
  45. 81c7aa2 Added refcount data for PyObject_CallFunctionObArgs() and by Fred Drake · 24 years ago
  46. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 24 years ago
  47. 847c51a Slightly better conformance to the Python C style guide. by Fred Drake · 24 years ago
  48. c84f2c5 Documentation for the new PyArg_UnpackTuple() function. by Fred Drake · 24 years ago
  49. 5bf1ecd Update the description of PyTrace_EXCEPT. by Fred Drake · 24 years ago
  50. 0fae49f Added documentation for the functions listed in marshal.h. by Fred Drake · 24 years ago
  51. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 24 years ago
  52. bf88b68 Add documentation for the public API for weak reference objects. by Fred Drake · 24 years ago
  53. 6f3d826 Expand the documentation of the low-level tracing/profiling interface. by Fred Drake · 24 years ago
  54. e22871e Typo fix. by Greg Ward · 24 years ago
  55. f244b2e Add more signature information and some descriptions for the new APIs by Fred Drake · 24 years ago
  56. 23a78cf Add more reference count information. by Fred Drake · 24 years ago
  57. d61d0d3 Added API information for the PyCallIter_*() and PySeqIter_*() functions. by Fred Drake · 24 years ago
  58. f47d8ef Document all the Py*_CheckExact() functions. by Fred Drake · 24 years ago
  59. 9c75ff7 Fix parameter for PyInt_Check(). by Fred Drake · 24 years ago
  60. f8d7a5d Document the PyMethod_* type object, functions, and macros. by Fred Drake · 24 years ago
  61. 396ca57 Document the rule that Python.h must be included before any standard by Fred Drake · 24 years ago
  62. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 24 years ago
  63. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 24 years ago
  64. 55cdc88 Update documentation for GC API. Closes SF patch #421893. by Neil Schemenauer · 24 years ago
  65. 8c64a54 Refcount info for PyString_FromFormat() and PyString_FromFormatV(). by Barry Warsaw · 24 years ago
  66. c86aa57 Documentation for PyString_FromFormat() and PyString_FromFormatV(). by Barry Warsaw · 24 years ago
  67. 0e40c3d Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() by Fred Drake · 24 years ago
  68. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 24 years ago
  69. 680cabb Add "exceptions" to the list of fundamental modules created by Py_Initialize(). by Fred Drake · 24 years ago
  70. 11ee902 Added documentation for PyDict_Update() and PyDict_Merge(). by Fred Drake · 24 years ago
  71. 024ef6f Remove the bogus flags parameter from the PyFile_WriteString() signature; by Fred Drake · 24 years ago
  72. 0197858 Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(), by Fred Drake · 24 years ago
  73. 03590c6 Reference counting information for PyNumber_*FloorDivide() and by Fred Drake · 24 years ago
  74. f90490e Move away from apply() to using extended call syntax for some example by Fred Drake · 24 years ago
  75. 88fdaa7 Typo: PyArgs_ParseTuple --> PyArg_ParseTuple by Fred Drake · 24 years ago
  76. 6d98855 Added information on Py_BuildValue(). by Fred Drake · 24 years ago
  77. 68db730 Adding what's done of the documentation for the new profiling & by Fred Drake · 24 years ago
  78. 755c23d Oops, one more caret. by Fred Drake · 24 years ago
  79. 377fb1e Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 24 years ago
  80. fa77487 Move the section on concrete numeric objects before the section on by Fred Drake · 24 years ago
  81. d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 24 years ago
  82. bab2965 Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 24 years ago
  83. e30ac57 Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 24 years ago
  84. 8e0c09d More reference count information. by Fred Drake · 24 years ago
  85. 490d34d Move license information to a less annoying location in the document. by Fred Drake · 24 years ago
  86. 00d0cb6 Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). by Fred Drake · 24 years ago
  87. 96a2a80 Users of PySequence_GET_FAST() should get the length of the sequence using by Fred Drake · 24 years ago
  88. b2625eb Removed information on the old third parameter to _PyTuple_Resize(). by Fred Drake · 24 years ago
  89. fac312f Do not start API descriptions with "Does the same, but ..." -- actually by Fred Drake · 24 years ago
  90. 24e6219 Add documentation for Py_Main() and PyThreadState_GetDict(). by Fred Drake · 24 years ago
  91. fc43d00 Typo: "that" --> "than" This closes SF bug #425320. by Fred Drake · 24 years ago
  92. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 24 years ago
  93. a8e0827 Hmm... better add a version annotation for the Iterator Protocol section. by Fred Drake · 24 years ago
  94. dbcaeda Added documentation for PyIter_Check() and PyIter_Next(). by Fred Drake · 24 years ago
  95. 8155e0e This patch originated from an idea by Martin v. Loewis who submitted a by Marc-André Lemburg · 24 years ago
  96. 8d00a0f Michael Hudson: by Fred Drake · 24 years ago
  97. d20d8b3 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
  98. 4d4d003 Correct the documentation for getreadbufferproc and getwritebufferproc. by Greg Stein · 24 years ago
  99. c6a3cb4 Document PySequence_Size(), and describe PySequence_Length() as simply an by Fred Drake · 24 years ago
  100. 58c8f9f Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). by Fred Drake · 24 years ago