Python 3.9.0b1
  1. 2135e10 bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156) by Batuhan Taskaya · 5 years ago
  2. 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 5 years ago
  3. f660567 bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) by Minmin Gong · 5 years ago
  4. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 5 years ago
  5. 6a5d3ff bpo-40636: Clarify the zip built-in docstring. (GH-20118) by Gregory P. Smith · 5 years ago
  6. 4a12d12 Fix typo in code comment in main_loop label. (GH-20068) by Chris Jerdonek · 5 years ago
  7. 15bc9ab bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072) by Guido van Rossum · 5 years ago
  8. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 5 years ago
  9. d2dc827 bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077) by Victor Stinner · 5 years ago
  10. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 5 years ago
  11. 42bae3a bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066) by Victor Stinner · 5 years ago
  12. 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 5 years ago
  13. d95bd42 bpo-40609: _tracemalloc allocates traces (GH-20064) by Victor Stinner · 5 years ago
  14. 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 5 years ago
  15. f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 5 years ago
  16. f453221 bpo-40602: Add _Py_HashPointerRaw() function (GH-20056) by Victor Stinner · 5 years ago
  17. 4c9ea09 bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) by scoder · 5 years ago
  18. 7c6e970 bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051) by Victor Stinner · 5 years ago
  19. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 5 years ago
  20. d0919f0 bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046) by Victor Stinner · 5 years ago
  21. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 5 years ago
  22. 4804b5b bpo-39465: Don't access directly _Py_Identifier members (GH-20043) by Victor Stinner · 5 years ago
  23. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 5 years ago
  24. 2668a9a bpo-40527: Fix command line argument parsing (GH-19955) by Victor Stinner · 5 years ago
  25. 7be4e35 bpo-40513: Per-interpreter GIL (GH-19943) by Victor Stinner · 5 years ago
  26. 0dd5e7a bpo-40513: new_interpreter() init GIL earlier (GH-19942) by Victor Stinner · 5 years ago
  27. e838a93 bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) by Victor Stinner · 5 years ago
  28. 299b8c6 Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932) by Victor Stinner · 5 years ago
  29. b0be6b3 bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902) by Victor Stinner · 5 years ago
  30. 4e30ed3 bpo-40513: Per-interpreter recursion_limit (GH-19929) by Victor Stinner · 5 years ago
  31. c5fa364 bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) by Victor Stinner · 5 years ago
  32. 0b1e330 bpo-40513: Per-interpreter gil_drop_request (GH-19927) by Victor Stinner · 5 years ago
  33. 4e01946 bpo-40513: Per-interpreter signals pending (GH-19924) by Victor Stinner · 5 years ago
  34. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 5 years ago
  35. f40bd46 bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) by Robert Rouhani · 5 years ago
  36. 64224a4 bpo-40412: Nullify inittab_copy during finalization (GH-19746) by Gregory Szorc · 5 years ago
  37. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 5 years ago
  38. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 5 years ago
  39. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 5 years ago
  40. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 5 years ago
  41. ae00a5a8 bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 5 years ago
  42. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 5 years ago
  43. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 5 years ago
  44. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 5 years ago
  45. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 5 years ago
  46. 2510494 bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) by Victor Stinner · 5 years ago
  47. bc28805 bpo-40334: Use old compiler when compile mode is func_type (GH-19692) by Guido van Rossum · 5 years ago
  48. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 5 years ago
  49. ee40e4b bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) by Pablo Galindo · 5 years ago
  50. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 5 years ago
  51. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  52. 4454057 bpo-39562: Prevent collision of future and compiler flags (GH-19230) by Batuhan Taşkaya · 5 years ago
  53. 6a9e80a bpo-40313: speed up bytes.hex() (GH-19594) by sweeneyde · 5 years ago
  54. ce57883 Add spaces around the ":=" operator in ast_unparse.c (GH-19568) by Hakan Çelik · 5 years ago
  55. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 5 years ago
  56. 455df97 Optimize _Py_strhex_impl() (GH-19535) by Victor Stinner · 5 years ago
  57. 4f98f46 bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) by Victor Stinner · 5 years ago
  58. 361dcdc bpo-40268: Remove unused osdefs.h includes (GH-19532) by Victor Stinner · 5 years ago
  59. d9ea5ca bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) by Victor Stinner · 5 years ago
  60. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 5 years ago
  61. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 5 years ago
  62. d01628e bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425) by Ethan Smith · 5 years ago
  63. 3398646 bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525) by Pablo Galindo · 5 years ago
  64. 43aeefa bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523) by Batuhan Taşkaya · 5 years ago
  65. aade1cc bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512) by Batuhan Taşkaya · 5 years ago
  66. 675d9a3 bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) by Hai Shi · 5 years ago
  67. e560f90 bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515) by Victor Stinner · 5 years ago
  68. 62f75fe bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450) by Dong-hee Na · 5 years ago
  69. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 5 years ago
  70. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 5 years ago
  71. 4a3fe08 bpo-40268: Include explicitly pycore_interp.h (GH-19505) by Victor Stinner · 5 years ago
  72. 258f517 bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426) by Batuhan Taşkaya · 5 years ago
  73. 1c4cbdf bpo-40268: Add pycore_runtime.h header file (GH-19493) by Victor Stinner · 5 years ago
  74. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 5 years ago
  75. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 5 years ago
  76. 8f87eef bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472) by Serhiy Storchaka · 5 years ago
  77. cd8295f bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345) by Serhiy Storchaka · 5 years ago
  78. b54a99d bpo-40082: trip_signal() uses the main interpreter (GH-19441) by Victor Stinner · 5 years ago
  79. cfc3c2f bpo-37127: Remove _pending_calls.finishing (GH-19439) by Victor Stinner · 5 years ago
  80. dda5d6e bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) by Victor Stinner · 5 years ago
  81. a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 5 years ago
  82. 87255be bpo-40089: Add _at_fork_reinit() method to locks (GH-19195) by Victor Stinner · 5 years ago
  83. 08050e9 bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389) by Zackery Spytz · 5 years ago
  84. 1b21573 closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19369) by Batuhan Taşkaya · 5 years ago
  85. 40cf35c bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348) by Pablo Galindo · 5 years ago
  86. 254ec78 bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289) by Pablo Galindo · 5 years ago
  87. 168660b bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) by Pablo Galindo · 5 years ago
  88. 2c003ef bpo-39943: Clean up marshal.c. (GH-19236) by Serhiy Storchaka · 5 years ago
  89. 400e1db Document most common signals (GH-19245) by Victor Stinner · 5 years ago
  90. 8d84adc bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247) by Victor Stinner · 5 years ago
  91. fc2d8d6 bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209) by Andy Lester · 5 years ago
  92. 1c1e68c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) by Victor Stinner · 5 years ago
  93. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 5 years ago
  94. 7281898 bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) by Victor Stinner · 5 years ago
  95. 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 5 years ago
  96. 79ceccd bpo-38410: Properly handle PySys_Audit() failures (GH-16657) by Zackery Spytz · 5 years ago
  97. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 5 years ago
  98. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 5 years ago
  99. 0e427c6 bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) by Victor Stinner · 5 years ago
  100. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 5 years ago