1. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  2. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  3. 7a01508 Issue #12946: Merge from 3.5 by Berker Peksag · 8 years ago
  4. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 8 years ago
  5. 0b9e641 Issue #24637: Merge from 3.5 by Berker Peksag · 8 years ago
  6. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  7. 0de01c4 Issue #24278: Merge argument parsing docs from 3.5 by Martin Panter · 8 years ago
  8. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 8 years ago
  9. b133bb4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  10. 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  11. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  12. e3c1d34 Merge from 3.5 by Berker Peksag · 8 years ago
  13. e75ffa9 Add versionadded to PyDict_SetDefault documentation by Berker Peksag · 8 years ago
  14. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  15. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  16. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  17. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  18. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  19. a0053be Merge by Brett Cannon · 8 years ago
  20. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 8 years ago
  21. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 8 years ago
  22. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  23. 010bb99 merge 3.5 by Benjamin Peterson · 8 years ago
  24. a49ccf2 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 8 years ago
  25. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  26. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  27. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  28. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  29. a4dfbe6 merge 3.5 (#26986) by Benjamin Peterson · 8 years ago
  30. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 8 years ago
  31. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  32. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  33. 78de0b1 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  34. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  35. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  36. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  37. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  38. 1f8a1cc Merge for issue #26760 by Brett Cannon · 8 years ago
  39. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  40. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  41. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  42. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  43. d1700a9 Fix typo in doc: avoid the french "& cie" :-) by Victor Stinner · 8 years ago
  44. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  45. 9b46a57 Doc: fix typos, patch written by Stefan Behnel by Victor Stinner · 8 years ago
  46. c2fc568 Enhance documentation on malloc debug hooks by Victor Stinner · 8 years ago
  47. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 8 years ago
  48. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 8 years ago
  49. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  50. f915e0e Merge 3.5 (malloc doc) by Victor Stinner · 8 years ago
  51. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  52. 8cacc63 Issue #22836: Merge exception reporting from 3.5 by Martin Panter · 8 years ago
  53. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  54. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  55. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  56. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  57. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  58. 68df686 Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  59. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  60. dce4ae8 merge from 3.5 by Senthil Kumaran · 9 years ago
  61. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  62. 4a4ca7c Merge for issue #12484 by Brett Cannon · 9 years ago
  63. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 9 years ago
  64. e7ceef6 Issue #25701: Merge set and delete documentation from 3.5 by Martin Panter · 9 years ago
  65. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  66. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  67. 1f84765 Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  68. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  69. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  70. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  71. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  72. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  73. 36f22a2 Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field by Martin Panter · 9 years ago
  74. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  75. 8e205f7 merge 3.4 (#24883) by Benjamin Peterson · 9 years ago
  76. 2053aa1 'Py_Buffer' should be 'Py_buffer' (closes #24883) by Benjamin Peterson · 9 years ago
  77. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  78. 4ffc3d4 Merge 3.4 by Zachary Ware · 9 years ago
  79. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  80. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  81. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  82. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  83. bce294b docs.capi: Fix tp_as_async doc by Yury Selivanov · 9 years ago
  84. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  85. cd881b8 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  86. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  87. 289dd19 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  88. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  89. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  90. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  91. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  92. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  93. 812bc1b Merge: #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  94. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  95. d894027 Fixed a typo. by Serhiy Storchaka · 9 years ago
  96. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  97. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  98. f3cae79 Merge: #23957: fix typo. by R David Murray · 9 years ago
  99. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  100. a8b1206 issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago