1. 82cd3ce bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) by Phobosmir · 8 years ago
  2. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 8 years ago
  3. ec2cbdd bpo-20064: Document PyObject_Malloc() (#4199) by Victor Stinner · 8 years ago
  4. 831d61d Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096) by Masayuki Yamamoto · 8 years ago
  5. 1b9e76e bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by vyas45 · 8 years ago
  6. 4d3f084 bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973) by Serhiy Storchaka · 8 years ago
  7. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 8 years ago
  8. a51b90a Document Py_GETENV() (#3890) by Barry Warsaw · 8 years ago
  9. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 8 years ago
  10. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 8 years ago
  11. da67e0d bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) by Michael Seifert · 8 years ago
  12. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 8 years ago
  13. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 8 years ago
  14. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 8 years ago
  15. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 8 years ago
  16. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 8 years ago
  17. 2d0afef bpo-30656: Fix Python C API Module Objects documentation (GH-2170) by Emily Morehouse · 8 years ago
  18. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 8 years ago
  19. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 8 years ago
  20. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 8 years ago
  21. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 8 years ago
  22. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 8 years ago
  23. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 8 years ago
  24. 88c38b3 bpo-28415: Note 0 conversion different between Python and C (#885) by Louie Lu · 8 years ago
  25. 26896f2 bpo-29751: Improve PyLong_FromString documentation (GH-915) by csabella · 8 years ago
  26. eaeda64 bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 8 years ago
  27. 0dc5c31 bpo-30059: Include Py_Ellipsis in C API documentation (#1018) by Michael Seifert · 8 years ago
  28. e8c7631 bpo-19225: Add a table of warning names and missed exception names in C API doc (#881) by cocoatomo · 8 years ago
  29. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
  30. c3c7ef0 bpo-29917: DOC: Remove link from PyMethodDef (#890) by csabella · 8 years ago
  31. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
  32. c85a266 bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) by Serhiy Storchaka · 8 years ago
  33. c611a5b bpo-29746: Update marshal docs to Python 3. (#547) by Serhiy Storchaka · 8 years ago
  34. f669fff fix minor bug in pymalloc. (#335) by INADA Naoki · 8 years ago
  35. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 9 years ago
  36. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 9 years ago
  37. f816023 Issue #29292: Merge 3.6. by Xiang Zhang · 9 years ago
  38. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 9 years ago
  39. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 9 years ago
  40. 849b6bd Issue #15657: Merge METH_KEYWORDS doc from 3.6 by Martin Panter · 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. fc60083 Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 9 years ago
  45. 44223e9 Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 9 years ago
  46. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 9 years ago
  47. fc3723b Merge from 3.6. by Serhiy Storchaka · 9 years ago
  48. a8803d2 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  49. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 9 years ago
  50. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 9 years ago
  51. bd0ff94 Issue #29009: Merge 3.6. by Xiang Zhang · 9 years ago
  52. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 9 years ago
  53. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 9 years ago
  54. b5e3959 Issue #28771: Merge C API doc fix from 3.6 by Martin Panter · 9 years ago
  55. 2179961 Issue #28771: Merge C API doc fix from 3.5 by Martin Panter · 9 years ago
  56. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 9 years ago
  57. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 9 years ago
  58. fb3134f Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  59. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  60. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  61. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 9 years ago
  62. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 9 years ago
  63. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  64. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  65. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  66. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  67. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  68. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  69. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 9 years ago
  70. 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  71. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  72. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  73. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  74. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  75. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  76. b8bddec Issue #28432: Merge from 3.5 by Berker Peksag · 9 years ago
  77. 90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation by Berker Peksag · 9 years ago
  78. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  79. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 9 years ago
  80. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  81. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  82. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  83. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  84. db83f72 Issue #27740: Merge from 3.5 by Berker Peksag · 9 years ago
  85. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 9 years ago
  86. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago
  87. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago
  88. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 9 years ago
  89. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 9 years ago
  90. de02b08 Closes #22731: Documents change of console mode. by Steve Dower · 9 years ago
  91. 8b26702 Closes #22731: Documents change of console mode. by Steve Dower · 9 years ago
  92. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 9 years ago
  93. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 9 years ago
  94. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 9 years ago
  95. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 9 years ago
  96. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 9 years ago
  97. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 9 years ago
  98. ec6ce87 Issue #26027: Support path-like objects in PyUnicode-FSConverter(). by Brett Cannon · 9 years ago
  99. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 9 years ago
  100. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 9 years ago