1. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  2. b33bb89 doucment that Py_SetPath copies its argument (closes #23110) by Benjamin Peterson · 10 years ago
  3. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  4. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  5. e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
  6. 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  7. f6d6dc2 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. by Georg Brandl · 10 years ago
  8. a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
  9. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
  10. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  11. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  12. 102488b args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 10 years ago
  13. 0d50af4 Update docs about tp_richcompare by Andrew Svetlov · 10 years ago
  14. bb458db Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a by Stefan Krah · 10 years ago
  15. ca5c715 MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
  16. e8ef8b7 Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
  17. 780b585 Quash extraneous quote. by Zachary Ware · 10 years ago
  18. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  19. f9f54a2 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. by Antoine Pitrou · 10 years ago
  20. ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 10 years ago
  21. f0f7844 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 10 years ago
  22. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  23. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  24. 1c669c1 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 10 years ago
  25. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  26. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  27. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 10 years ago
  28. 7bbd101 Fix several C-API doc typos caught by tomo cocoa on docs@. by Zachary Ware · 10 years ago
  29. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 10 years ago
  30. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 10 years ago
  31. c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 10 years ago
  32. 3d7b364 Note the new debug assertion in PyObject_Str by Nick Coghlan · 10 years ago
  33. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 10 years ago
  34. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 10 years ago
  35. 28479d8 Issue #20460: Merge with 3.3 by Zachary Ware · 10 years ago
  36. a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 10 years ago
  37. 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 10 years ago
  38. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  39. e8453bc C API doc: try to group concrete objects by Victor Stinner · 11 years ago
  40. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  41. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
  42. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  43. 7c11e52 merge with 3.3 by Georg Brandl · 11 years ago
  44. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
  45. a636c8e merge with 3.3 by Georg Brandl · 11 years ago
  46. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
  47. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  48. 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
  49. 5ed3bc9 merge by Raymond Hettinger · 11 years ago
  50. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  51. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  52. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  53. c8fb4fc Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  54. 1a67bee Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  55. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  56. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  57. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  58. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  59. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  60. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  61. 0738aff Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  62. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  63. 7533137 Closing #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  64. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  65. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  66. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  67. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  68. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  69. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  70. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  71. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  72. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  73. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  74. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  75. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  76. 1e170ba #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer by Andrew Kuchling · 11 years ago
  77. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 11 years ago
  78. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  79. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  80. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  81. f36f20f merge with 3.3 by Georg Brandl · 11 years ago
  82. 991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 11 years ago
  83. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  84. 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
  85. 34870c4 Issue #17522: Minor documentation fix by Kristján Valur Jónsson · 11 years ago
  86. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  87. d4296fc cleanup references to PyString_ APIs in the 3.x docs. by Gregory P. Smith · 11 years ago
  88. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 11 years ago
  89. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 11 years ago
  90. 694bafa merge with 3.3 by Georg Brandl · 11 years ago
  91. 1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. by Georg Brandl · 11 years ago
  92. dd61f8f Merge with 3.3: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  93. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  94. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  95. 37474f4 fix spelling (#17327) by Benjamin Peterson · 11 years ago
  96. 2855814 say defaultobj is returned (#17327) by Benjamin Peterson · 11 years ago
  97. e094833 remove more useless words by Benjamin Peterson · 11 years ago
  98. 89fe665 remove useless words (#17327) by Benjamin Peterson · 11 years ago
  99. fc5c532 Fix typo in PyDict_SetDefault docs. by Ezio Melotti · 11 years ago
  100. 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 11 years ago