1. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
  2. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
  3. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  4. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  5. 1a67bee Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  6. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  7. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  8. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  9. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  10. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  11. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  12. 991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 11 years ago
  13. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  14. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 11 years ago
  15. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 11 years ago
  16. 1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. by Georg Brandl · 11 years ago
  17. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  18. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  19. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 11 years ago
  20. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 11 years ago
  21. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
  22. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
  23. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  24. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  25. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  26. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  27. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  28. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  29. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  30. 7598e18 Fix rst markup. by Ezio Melotti · 12 years ago
  31. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  32. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  33. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  34. 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  35. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  36. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  37. a6473f9 Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use by Brett Cannon · 12 years ago
  38. 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 12 years ago
  39. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
  40. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  41. 788306a Fix whitespace. by Martin v. Löwis · 12 years ago
  42. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
  43. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
  44. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  45. c9aa842 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
  46. 93648f0 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
  47. 766e622 Issue #12965: Merge from 3.2 by Mark Dickinson · 12 years ago
  48. 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  49. 466bfff Whitespace normalization by Martin v. Löwis · 12 years ago
  50. c06917b Add Stable ABI documentation. by Martin v. Löwis · 12 years ago
  51. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  52. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
  53. 11cfea9 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew by Eli Bendersky · 12 years ago
  54. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  55. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  56. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  57. f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 12 years ago
  58. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  59. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  60. bded894 Add versionadded tags to newly added ImportError convenience functions. by Brian Curtin · 12 years ago
  61. bd43974 Add documentation for the new PyErr_SetFromImport* functions by Brian Curtin · 12 years ago
  62. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  63. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  64. abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 12 years ago
  65. 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 12 years ago
  66. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 12 years ago
  67. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  68. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  69. 4384435 write versionadded by Benjamin Peterson · 13 years ago
  70. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 13 years ago
  71. b46d4b7 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
  72. 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
  73. 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  74. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  75. 5e8260b Issue #13727: Add 3 macros to access PyDateTime_Delta members: by Amaury Forgeot d'Arc · 13 years ago
  76. 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
  77. 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  78. a94a0e9 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  79. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  80. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  81. ac8f78a merge with 3.2 by Sandro Tosi · 13 years ago
  82. 606e19d Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int by Victor Stinner · 13 years ago
  83. 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
  84. 0d81c13 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  85. b99bb20 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  86. b511aca Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  87. f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 13 years ago
  88. af02e1c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() by Victor Stinner · 13 years ago
  89. 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 13 years ago
  90. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
  91. b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago
  92. 3ba82aa c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc by Victor Stinner · 13 years ago
  93. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  94. 0481f4b fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  95. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  96. b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  97. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  98. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  99. 57735a0 Add missing prefixes by Antoine Pitrou · 13 years ago
  100. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 13 years ago