1. 1e7b858 bpo-43892: Make match patterns explicit in the AST (GH-25585) by Nick Coghlan · 4 years, 3 months ago
  2. d36d6a9 bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243) by Victor Stinner · 4 years, 4 months ago
  3. a02683a bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008) by Pablo Galindo · 4 years, 4 months ago
  4. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 4 years, 4 months ago
  5. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 4 years, 4 months ago
  6. f0a6fde bpo-31861: Add aiter and anext to builtins (#23847) by Joshua Bronson · 4 years, 4 months ago
  7. 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 4 years, 4 months ago
  8. 86883d4 bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955) by Dong-hee Na · 4 years, 5 months ago
  9. eec8e61 bpo-43244: Remove the PyAST_Validate() function (GH-24911) by Victor Stinner · 4 years, 5 months ago
  10. 9a9c11a bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611) by Dong-hee Na · 4 years, 5 months ago
  11. bcb094b bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) by Victor Stinner · 4 years, 6 months ago
  12. 0332e56 bpo-42990: Further refactoring of PyEval_ functions. (GH-24368) by Mark Shannon · 4 years, 6 months ago
  13. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 4 years, 8 months ago
  14. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 4 years, 8 months ago
  15. b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 4 years, 9 months ago
  16. c96d00e bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058) by Victor Stinner · 5 years ago
  17. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 5 years ago
  18. 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 5 years ago
  19. df773f8 bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847) by Alex Povel · 5 years ago
  20. 6a5d3ff bpo-40636: Clarify the zip built-in docstring. (GH-20118) by Gregory P. Smith · 5 years ago
  21. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 5 years ago
  22. bc28805 bpo-40334: Use old compiler when compile mode is func_type (GH-19692) by Guido van Rossum · 5 years ago
  23. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 5 years ago
  24. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  25. 4454057 bpo-39562: Prevent collision of future and compiler flags (GH-19230) by Batuhan Taşkaya · 5 years ago
  26. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 5 years ago
  27. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 5 years ago
  28. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 5 years ago
  29. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 5 years ago
  30. 58f4e1a bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368) by Victor Stinner · 5 years ago
  31. abb9a44 Update sum comment. (#18240) by Brandt Bucher · 6 years ago
  32. abdc634 bpo-39200: Correct the error message for min/max builtin function (GH-17814) by Dong-hee Na · 6 years ago
  33. be143ec bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) by Victor Stinner · 6 years ago
  34. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 6 years ago
  35. e3babbd Correct signature of __build_class__ (GH-16735) by Pablo Galindo · 6 years ago
  36. b104ecb Shorter docstring (GH-16322) by Raymond Hettinger · 6 years ago
  37. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 6 years ago
  38. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 6 years ago
  39. 88bdb92 bpo-36781: Optimize sum() for bools. (#13074) by Serhiy Storchaka · 6 years ago
  40. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 6 years ago
  41. 41c57b3 bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) by Serhiy Storchaka · 6 years ago
  42. 6a650aa bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) by Sergey Fedoseev · 6 years ago
  43. af2f5b1 Adjust builtins.zip() docstring to better communicate its signature (GH-14833) by Sergey Fedoseev · 6 years ago
  44. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 6 years ago
  45. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 6 years ago
  46. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 6 years ago
  47. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 6 years ago
  48. 37d66d7 bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Victor Stinner · 6 years ago
  49. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 6 years ago
  50. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
  51. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 6 years ago
  52. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 6 years ago
  53. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  54. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  55. 2950073 bpo-36791: Safer detection of integer overflow in sum(). (GH-13080) by Serhiy Storchaka · 6 years ago
  56. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  57. f1b9abe bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) by Sergey Fedoseev · 6 years ago
  58. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 6 years ago
  59. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 7 years ago
  60. 7934266 bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) by Serhiy Storchaka · 7 years ago
  61. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 7 years ago
  62. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 7 years ago
  63. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 7 years ago
  64. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 7 years ago
  65. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 7 years ago
  66. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 7 years ago
  67. fbca908 bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) by Victor Stinner · 7 years ago
  68. 2b824b2 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Alexey Izbyshev · 7 years ago
  69. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 7 years ago
  70. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 7 years ago
  71. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 7 years ago
  72. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 7 years ago
  73. 461d225 bpo-32674: Improve the docstring for __import__ (GH-5339) by oldk · 8 years ago
  74. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 8 years ago
  75. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 8 years ago
  76. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 8 years ago
  77. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 8 years ago
  78. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 8 years ago
  79. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 8 years ago
  80. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 8 years ago
  81. aca7f57 bpo-30950: Convert round() to Argument Clinic. (#2740) by Serhiy Storchaka · 8 years ago
  82. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 8 years ago
  83. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 8 years ago
  84. 5837d04 bpo-31588: Validate return value of __prepare__() methods (GH-3764) by Oren Milman · 8 years ago
  85. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 8 years ago
  86. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 8 years ago
  87. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 8 years ago
  88. 58cf748 bpo-31236: Improved some error messages of min() and max(). by Oren Milman · 8 years ago
  89. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 8 years ago
  90. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 8 years ago
  91. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 8 years ago
  92. 2e6bb44 Add reference to help('FORMATTING') in format() builtin (GH-166) by Amit Kumar · 8 years ago
  93. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 8 years ago
  94. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 8 years ago
  95. c2cf128 bpo-8256: Fixed possible failing or crashing input() (#517) by Serhiy Storchaka · 8 years ago
  96. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 8 years ago
  97. 72e81d0 bpo-29556: Remove unused #include <langinfo.h> (#98) by Yen Chi Hsuan · 8 years ago
  98. 9fa4a12 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 9 years ago
  99. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 9 years ago
  100. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 9 years ago