1. 8cacc63 Issue #22836: Merge exception reporting from 3.5 by Martin Panter · 9 years ago
  2. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  3. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  4. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  5. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  6. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  7. 68df686 Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  8. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  9. dce4ae8 merge from 3.5 by Senthil Kumaran · 9 years ago
  10. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  11. 4a4ca7c Merge for issue #12484 by Brett Cannon · 9 years ago
  12. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 9 years ago
  13. e7ceef6 Issue #25701: Merge set and delete documentation from 3.5 by Martin Panter · 9 years ago
  14. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  15. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  16. 1f84765 Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  17. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  18. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  19. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  20. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  21. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  22. 36f22a2 Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field by Martin Panter · 9 years ago
  23. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  24. 8e205f7 merge 3.4 (#24883) by Benjamin Peterson · 9 years ago
  25. 2053aa1 'Py_Buffer' should be 'Py_buffer' (closes #24883) by Benjamin Peterson · 9 years ago
  26. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  27. 4ffc3d4 Merge 3.4 by Zachary Ware · 9 years ago
  28. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  29. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  30. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  31. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  32. bce294b docs.capi: Fix tp_as_async doc by Yury Selivanov · 9 years ago
  33. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  34. cd881b8 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  35. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  36. 289dd19 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  37. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  38. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  39. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  40. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  41. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  42. 812bc1b Merge: #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  43. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  44. d894027 Fixed a typo. by Serhiy Storchaka · 9 years ago
  45. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  46. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  47. f3cae79 Merge: #23957: fix typo. by R David Murray · 9 years ago
  48. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  49. a8b1206 issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  50. 0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  51. b8dde4f issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  52. 1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  53. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  54. ab792ac Doc clarification / edification on the semantics of the 'w*' format unit. by Larry Hastings · 9 years ago
  55. 926ce70 Merge 3.4 (marshal doc) by Victor Stinner · 10 years ago
  56. 6a318d4 Issue #19428: Document that PyMarshal_ReadLongFromFile() and by Victor Stinner · 10 years ago
  57. 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  58. 09bb904 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  59. 3a43d06 Whitespace. by Stefan Krah · 10 years ago
  60. 3e9bec2 Whitespace. by Stefan Krah · 10 years ago
  61. a7e9a6a Issue #23352: Merge from 3.4. by Stefan Krah · 10 years ago
  62. 0dc4e15 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  63. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  64. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  65. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  66. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  67. 7a120ec merge 3.4 (#23110) by Benjamin Peterson · 10 years ago
  68. b33bb89 doucment that Py_SetPath copies its argument (closes #23110) by Benjamin Peterson · 10 years ago
  69. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  70. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  71. 87f6c22 Issue #19676: Tweak documentation a bit. by Berker Peksag · 10 years ago
  72. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  73. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  74. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  75. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  76. 35aa10b merge with 3.4 by Georg Brandl · 10 years ago
  77. e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
  78. 8786ea3 (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  79. 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  80. 92b47a4 merge with 3.4 by Georg Brandl · 10 years ago
  81. 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
  82. 4ae7839 merge with 3.4 by Georg Brandl · 10 years ago
  83. a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
  84. b65ff1d merge with 3.4 by Georg Brandl · 10 years ago
  85. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
  86. 1fe8ada merge 3.4 (#18494) by Benjamin Peterson · 10 years ago
  87. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  88. 31e34fe merge with 3.4 by Georg Brandl · 10 years ago
  89. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  90. 550ff72 Reorganize C API docs of the exception API by Antoine Pitrou · 10 years ago
  91. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 10 years ago
  92. 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
  93. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  94. 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
  95. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
  96. d18ccd1 tets by Victor Stinner · 10 years ago
  97. 0172b11 merge 3.4 (#17210) by Benjamin Peterson · 10 years ago
  98. 102488b args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 10 years ago
  99. a6237d8 Merge 3.4 by Andrew Svetlov · 10 years ago
  100. 0d50af4 Update docs about tp_richcompare by Andrew Svetlov · 10 years ago