Final head of the former 3.6 branch
  1. fb35241 Document the surprising sideeffect PyErr_Print(). (GH-12081) (GH-12084) by Miss Islington (bot) · 6 years ago
  2. 3a26b59 Fix documented signatures for C API functions. (GH-11236) (GH-11240) by Miss Islington (bot) · 7 years ago
  3. ff740db bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH-11210) by Miss Islington (bot) · 7 years ago
  4. 62af9e6 [3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945) by Andre Delfino · 7 years ago
  5. 2a852a2 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10790) by Miss Islington (bot) · 7 years ago
  6. 8945017 [3.6] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10587) by Miss Islington (bot) · 7 years ago
  7. 60a6bae bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511) by Miss Islington (bot) · 7 years ago
  8. 1e8c185 [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10254) by Serhiy Storchaka · 7 years ago
  9. 146ba43 bpo-12743: Delete comment from marshal.rst (GH-8457) by Miss Islington (bot) · 7 years ago
  10. f14e8ea bpo-33892: Doc: Use gender neutral words (GH-7770) by Miss Islington (bot) · 7 years ago
  11. 93e9fb5 [3.6] bpo-5945: Improve mappings and sequences C API docs. (GH-7029). (GH-7049) by Serhiy Storchaka · 7 years ago
  12. 0c1e7d8 bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  13. e6e440a Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) by Miss Islington (bot) · 7 years ago
  14. 29bc6f6 bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) by INADA Naoki · 7 years ago
  15. 18fdc87 bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293) by Miss Islington (bot) · 7 years ago
  16. 1da0479 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Miss Islington (bot) · 7 years ago
  17. 6ae87ca bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 7 years ago
  18. 3d4a174 [3.6] Make formatting of some return codes conforming to the general style. (GH-5587). (GH-5598) by Serhiy Storchaka · 8 years ago
  19. 5869861 Document the error return of PyLong_As* APIs. (GH-5396) (#5404) by Miss Islington (bot) · 8 years ago
  20. 33febfb Fix PyTrace_RETURN documentation (GH-5384) (GH-5386) by Miss Islington (bot) · 8 years ago
  21. 854f042 bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5377) by Miss Islington (bot) · 8 years ago
  22. fd844ef bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056) (#5298) by Xiang Zhang · 8 years ago
  23. b92c159 [3.6] bpo-32555: Fix locale encodings (#5193) by Victor Stinner · 8 years ago
  24. ea5b545 [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379) by xdegaye · 8 years ago
  25. f938746 bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) by Miss Islington (bot) · 8 years ago
  26. 8543ce8 bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203) by Miss Islington (bot) · 8 years ago
  27. e881302 [3.6] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by Miss Islington (bot) · 8 years ago
  28. 51ea806 bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3607) by Michael Seifert · 8 years ago
  29. 6a90a12 bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230) by Mariatta · 8 years ago
  30. 0702cc0 [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) by delirious-lettuce · 8 years ago
  31. ea0efa3 [3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266) by Mariatta · 8 years ago
  32. 5fb4bf9 bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 8 years ago
  33. 05bfbcd [3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149) by Michael Seifert · 8 years ago
  34. d184c20 Keep the c-api exception doc up-to-date (#966) by cocoatomo · 8 years ago
  35. da6ad2f bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894) by Senthil Kumaran · 8 years ago
  36. 69eab31 bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714) by Serhiy Storchaka · 8 years ago
  37. 4652d82 bpo-29746: Update marshal docs to Python 3. (#547) (#631) by Serhiy Storchaka · 8 years ago
  38. e9effe6 fix minor bug in pymalloc. (GH-335) (GH-476) by Mariatta · 8 years ago
  39. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 9 years ago
  40. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 9 years ago
  41. a27b3b3 Issue #15657: Merge other doc fix from 3.5 by Martin Panter · 9 years ago
  42. 5b66723 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Martin Panter · 9 years ago
  43. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 9 years ago
  44. 44223e9 Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 9 years ago
  45. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 9 years ago
  46. a8803d2 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  47. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 9 years ago
  48. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 9 years ago
  49. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 9 years ago
  50. 2179961 Issue #28771: Merge C API doc fix from 3.5 by Martin Panter · 9 years ago
  51. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 9 years ago
  52. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  53. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  54. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  55. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  56. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  57. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  58. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  59. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  60. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 9 years ago
  61. 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  62. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  63. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  64. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  65. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  66. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  67. b8bddec Issue #28432: Merge from 3.5 by Berker Peksag · 9 years ago
  68. 90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation by Berker Peksag · 9 years ago
  69. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  70. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 9 years ago
  71. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  72. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  73. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  74. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  75. db83f72 Issue #27740: Merge from 3.5 by Berker Peksag · 9 years ago
  76. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 9 years ago
  77. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago
  78. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago
  79. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 9 years ago
  80. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 9 years ago
  81. de02b08 Closes #22731: Documents change of console mode. by Steve Dower · 9 years ago
  82. 8b26702 Closes #22731: Documents change of console mode. by Steve Dower · 9 years ago
  83. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 9 years ago
  84. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 9 years ago
  85. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 9 years ago
  86. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 9 years ago
  87. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 9 years ago
  88. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 9 years ago
  89. ec6ce87 Issue #26027: Support path-like objects in PyUnicode-FSConverter(). by Brett Cannon · 9 years ago
  90. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 9 years ago
  91. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 9 years ago
  92. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 9 years ago
  93. 7a01508 Issue #12946: Merge from 3.5 by Berker Peksag · 9 years ago
  94. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 9 years ago
  95. 0b9e641 Issue #24637: Merge from 3.5 by Berker Peksag · 9 years ago
  96. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 9 years ago
  97. 0de01c4 Issue #24278: Merge argument parsing docs from 3.5 by Martin Panter · 9 years ago
  98. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 9 years ago
  99. b133bb4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 9 years ago
  100. 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 9 years ago