1. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 7 years ago
  2. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 7 years ago
  3. a27b3b3 Issue #15657: Merge other doc fix from 3.5 by Martin Panter · 7 years ago
  4. 5b66723 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Martin Panter · 7 years ago
  5. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 7 years ago
  6. 44223e9 Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 7 years ago
  7. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 7 years ago
  8. a8803d2 Merge from 3.5. by Serhiy Storchaka · 7 years ago
  9. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 7 years ago
  10. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 7 years ago
  11. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 7 years ago
  12. 2179961 Issue #28771: Merge C API doc fix from 3.5 by Martin Panter · 7 years ago
  13. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 7 years ago
  14. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  15. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  16. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  17. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  18. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  19. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  20. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  21. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  22. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 8 years ago
  23. 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  24. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  25. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  26. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  27. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  28. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  29. b8bddec Issue #28432: Merge from 3.5 by Berker Peksag · 8 years ago
  30. 90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation by Berker Peksag · 8 years ago
  31. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  32. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  33. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  34. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  35. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  36. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  37. db83f72 Issue #27740: Merge from 3.5 by Berker Peksag · 8 years ago
  38. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 8 years ago
  39. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  40. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  41. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 8 years ago
  42. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  43. de02b08 Closes #22731: Documents change of console mode. by Steve Dower · 8 years ago
  44. 8b26702 Closes #22731: Documents change of console mode. by Steve Dower · 8 years ago
  45. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  46. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  47. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  48. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  49. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  50. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 8 years ago
  51. ec6ce87 Issue #26027: Support path-like objects in PyUnicode-FSConverter(). by Brett Cannon · 8 years ago
  52. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  53. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  54. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  55. 7a01508 Issue #12946: Merge from 3.5 by Berker Peksag · 8 years ago
  56. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 8 years ago
  57. 0b9e641 Issue #24637: Merge from 3.5 by Berker Peksag · 8 years ago
  58. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  59. 0de01c4 Issue #24278: Merge argument parsing docs from 3.5 by Martin Panter · 8 years ago
  60. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 8 years ago
  61. b133bb4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  62. 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  63. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  64. e3c1d34 Merge from 3.5 by Berker Peksag · 8 years ago
  65. e75ffa9 Add versionadded to PyDict_SetDefault documentation by Berker Peksag · 8 years ago
  66. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  67. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  68. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  69. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  70. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  71. a0053be Merge by Brett Cannon · 8 years ago
  72. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 8 years ago
  73. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 8 years ago
  74. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  75. 010bb99 merge 3.5 by Benjamin Peterson · 8 years ago
  76. a49ccf2 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 8 years ago
  77. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  78. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  79. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  80. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  81. a4dfbe6 merge 3.5 (#26986) by Benjamin Peterson · 8 years ago
  82. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 8 years ago
  83. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  84. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  85. 78de0b1 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  86. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  87. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  88. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  89. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  90. 1f8a1cc Merge for issue #26760 by Brett Cannon · 8 years ago
  91. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  92. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  93. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  94. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  95. d1700a9 Fix typo in doc: avoid the french "& cie" :-) by Victor Stinner · 8 years ago
  96. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  97. 9b46a57 Doc: fix typos, patch written by Stefan Behnel by Victor Stinner · 8 years ago
  98. c2fc568 Enhance documentation on malloc debug hooks by Victor Stinner · 8 years ago
  99. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 8 years ago
  100. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 8 years ago