1. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  2. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 5 years ago
  3. 37d66d7 bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Victor Stinner · 5 years ago
  4. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 5 years ago
  5. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  6. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  7. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  8. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  9. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  10. 2950073 bpo-36791: Safer detection of integer overflow in sum(). (GH-13080) by Serhiy Storchaka · 5 years ago
  11. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  12. f1b9abe bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) by Sergey Fedoseev · 5 years ago
  13. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 5 years ago
  14. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  15. 7934266 bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) by Serhiy Storchaka · 6 years ago
  16. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  17. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 6 years ago
  18. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  19. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  20. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  21. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 6 years ago
  22. fbca908 bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) by Victor Stinner · 6 years ago
  23. 2b824b2 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Alexey Izbyshev · 6 years ago
  24. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  25. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  26. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  27. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  28. 461d225 bpo-32674: Improve the docstring for __import__ (GH-5339) by oldk · 6 years ago
  29. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 7 years ago
  30. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 7 years ago
  31. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 7 years ago
  32. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  33. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  34. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 7 years ago
  35. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  36. aca7f57 bpo-30950: Convert round() to Argument Clinic. (#2740) by Serhiy Storchaka · 7 years ago
  37. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  38. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  39. 5837d04 bpo-31588: Validate return value of __prepare__() methods (GH-3764) by Oren Milman · 7 years ago
  40. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  41. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  42. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  43. 58cf748 bpo-31236: Improved some error messages of min() and max(). by Oren Milman · 7 years ago
  44. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  45. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  46. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  47. 2e6bb44 Add reference to help('FORMATTING') in format() builtin (GH-166) by Amit Kumar · 7 years ago
  48. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  49. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 7 years ago
  50. c2cf128 bpo-8256: Fixed possible failing or crashing input() (#517) by Serhiy Storchaka · 7 years ago
  51. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 7 years ago
  52. 72e81d0 bpo-29556: Remove unused #include <langinfo.h> (#98) by Yen Chi Hsuan · 7 years ago
  53. 9fa4a12 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  54. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  55. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  56. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  57. 7cf8beb Issue #29331: Simplified argument parsing in sorted() and list.sort(). by Serhiy Storchaka · 8 years ago
  58. 299dc23 Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  59. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  60. bd584f1 Issue #29296: convert print() to METH_FASTCALL by INADA Naoki · 8 years ago
  61. 5a60eca sorted() uses METH_FASTCALL by Victor Stinner · 8 years ago
  62. fda6d0a next() uses FASTCALL by Victor Stinner · 8 years ago
  63. 84b388b getattr() uses METH_FASTCALL by Victor Stinner · 8 years ago
  64. 773dc6d __build_class__() builtin uses METH_FASTCALL by Victor Stinner · 8 years ago
  65. bc08ab4 Add _PY_FASTCALL_SMALL_STACK constant by Victor Stinner · 8 years ago
  66. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  67. d77e5b7 Merge #23722 from 3.6 by Nick Coghlan · 8 years ago
  68. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  69. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  70. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  71. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  72. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  73. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  74. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  75. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  76. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  77. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 8 years ago
  78. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  79. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  80. f74c33a Merge by Raymond Hettinger · 8 years ago
  81. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  82. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  83. cdb5cee Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  84. f0cba67 Backed out changeset 70f88b097f60 (map_next) by Victor Stinner · 8 years ago
  85. a9ba1ab Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  86. d1c2a8e Issue #27809: builtin___build_class__() uses fast call by Victor Stinner · 8 years ago
  87. 463b86a Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  88. 2990fa1 Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  89. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  90. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  91. cfdfbb4 Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  92. 24182a3 Restored parameter name "self" since gdb needs exact specific parameter names. by Serhiy Storchaka · 8 years ago
  93. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  94. 2e310b4 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  95. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  96. 5031a67 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  97. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  98. 54559b6 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  99. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  100. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago