1. 3a32e3b bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714) by Guido van Rossum · 6 years ago
  2. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  3. 62c35a8 bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667) by Ivan Levkivskyi · 6 years ago
  4. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  5. ab67281 bpo-35713: Reorganize sys module initialization (GH-11658) by Victor Stinner · 6 years ago
  6. 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 6 years ago
  7. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 6 years ago
  8. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 6 years ago
  9. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 6 years ago
  10. 3607ef4 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Serhiy Storchaka · 6 years ago
  11. 6fe9c44 bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(). (GH-9457) by Serhiy Storchaka · 6 years ago
  12. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  13. f1ec3ce bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) by Serhiy Storchaka · 6 years ago
  14. 58159ef bpo-35494: Improve syntax error messages for unbalanced parentheses in f-string. (GH-11161) by Serhiy Storchaka · 6 years ago
  15. 7934266 bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) by Serhiy Storchaka · 6 years ago
  16. fdf282d bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) by Eric Snow · 6 years ago
  17. a909460 bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127) by Michael Felt · 6 years ago
  18. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 6 years ago
  19. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 6 years ago
  20. 89c4f90 bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) by Zackery Spytz · 6 years ago
  21. a5b7616 remove doc-string declaration no longer used after AC conversion (GH-11444) by Tal Einat · 6 years ago
  22. 9a69ae8 Bump copyright years to 2019. (GH-11404) by Benjamin Peterson · 6 years ago
  23. ede0b6f bpo-20182: AC convert Python/sysmodule.c (GH-11328) by Tal Einat · 6 years ago
  24. 6f9bc72 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Jakub Kulík · 6 years ago
  25. e2926b7 bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) by Michael Felt · 6 years ago
  26. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 6 years ago
  27. 6326278 bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438) by Xtreak · 6 years ago
  28. 8905fcc bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) by Serhiy Storchaka · 6 years ago
  29. bb86bf4 bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) by Serhiy Storchaka · 6 years ago
  30. dffccc6 bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075) by Serhiy Storchaka · 6 years ago
  31. 72ff7b4 bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) by Serhiy Storchaka · 6 years ago
  32. 99d56b5 bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Zackery Spytz · 6 years ago
  33. 028f0ef bpo-9566: Fix compiler warnings in peephole.c (GH-10652) by Victor Stinner · 6 years ago
  34. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  35. 2a89343 bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Zackery Spytz · 6 years ago
  36. 9eea6ea bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Siddhesh Poyarekar · 6 years ago
  37. 55e4980 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) by Victor Stinner · 6 years ago
  38. 82daa60 bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415) by INADA Naoki · 6 years ago
  39. f7e4d36 bpo-34100: compile: Re-enable frozenset merging (GH-10760) by INADA Naoki · 6 years ago
  40. d4f9cf5 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Serhiy Storchaka · 6 years ago
  41. 1005c84 bpo-34100: Partially revert merge_consts_recursive() (GH-10743) by Victor Stinner · 6 years ago
  42. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  43. 4a934d4 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) by Serhiy Storchaka · 6 years ago
  44. b619b09 bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633) by Serhiy Storchaka · 6 years ago
  45. 59423e3 bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) by Victor Stinner · 6 years ago
  46. c2e1607 bpo-34100: Merge constants recursively (GH-8341) by INADA Naoki · 6 years ago
  47. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  48. 353933e bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) by Victor Stinner · 6 years ago
  49. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 6 years ago
  50. 4d73ae7 bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655) by Victor Stinner · 6 years ago
  51. c48ff73 bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656) by Victor Stinner · 6 years ago
  52. a42de74 bpo-35059: Cast void* to PyObject* (GH-10650) by Victor Stinner · 6 years ago
  53. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  54. 97f1efb bpo-35169: Improve error messages for forbidden assignments. (GH-10342) by Serhiy Storchaka · 6 years ago
  55. 02e6bf7 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) by Victor Stinner · 6 years ago
  56. 177a41a bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860) by Steve Dower · 6 years ago
  57. 338d54f bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766) by Stefano Rivera · 6 years ago
  58. ad65f15 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Zackery Spytz · 6 years ago
  59. 37cd982 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Victor Stinner · 6 years ago
  60. 01de89c bpo-35233: InitConfigTests tests more config vars (GH-10541) by Victor Stinner · 6 years ago
  61. 7ddd56f bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) by Victor Stinner · 6 years ago
  62. 3015fb8 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Gregory P. Smith · 6 years ago
  63. 1584a00 bpo-35214: Initial clang MemorySanitizer support (GH-10479) by Gregory P. Smith · 6 years ago
  64. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  65. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  66. d17a693 bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434) by Victor Stinner · 6 years ago
  67. 49fa4a9 bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Gregory P. Smith · 6 years ago
  68. a6e956b bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) by Elvis Pranskevichus · 6 years ago
  69. 9fc57a3 bpo-35081: Add pycore_fileutils.h (GH-10371) by Victor Stinner · 6 years ago
  70. 5ed6995 bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362) by Victor Stinner · 6 years ago
  71. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  72. dce345c Simplify sys.breakpointhook implementation (#9519) by Anthony Sottile · 6 years ago
  73. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  74. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  75. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  76. 3a228ab bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Victor Stinner · 6 years ago
  77. 2be00d9 bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249) by Victor Stinner · 6 years ago
  78. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  79. 9204fb8 bpo-35081: Cleanup pystate.c and pystate.h (GH-10240) by Victor Stinner · 6 years ago
  80. e1b2995 bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236) by Victor Stinner · 6 years ago
  81. 905f1ac bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232) by Victor Stinner · 6 years ago
  82. 3e429dc bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) by Serhiy Storchaka · 6 years ago
  83. 95b6acf bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) by Serhiy Storchaka · 6 years ago
  84. c93c58b bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) by Serhiy Storchaka · 6 years ago
  85. 49c75a8 bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) by Pablo Galindo · 6 years ago
  86. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  87. d7c3e5f importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052) by Quentin · 6 years ago
  88. d31e773 bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999) by Serhiy Storchaka · 6 years ago
  89. 3bd0d62 Fix typos in comments (GH-9905) by Quan Tian · 6 years ago
  90. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  91. 74a8b6e bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Stéphane Wirtel · 6 years ago
  92. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 6 years ago
  93. 53ebf4b Fix an incorrect check in compiler_try_except(). (GH-9810) by Zackery Spytz · 6 years ago
  94. fc439d2 Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Zackery Spytz · 6 years ago
  95. cbda8fc closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Benjamin Peterson · 6 years ago
  96. 2a2940e bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Serhiy Storchaka · 6 years ago
  97. eef0596 bpo-31370: Remove references to threadless builds (#8805) by Zackery Spytz · 6 years ago
  98. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  99. 5a5ce06 bpo-5950: Support reading zips with comments in zipimport (#9548) by Zackery Spytz · 6 years ago
  100. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago