1. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 4 years, 4 months ago
  2. 8849e59 bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) by Victor Stinner · 4 years, 4 months ago
  3. 1c60567 bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053) by Dong-hee Na · 4 years, 4 months ago
  4. d18de46 bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) by Victor Stinner · 4 years, 4 months ago
  5. 4657a8a bpo-1635741: Port _heapq module to multiphase initialization (GH19057) by Dong-hee Na · 4 years, 4 months ago
  6. 56bfdeb bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) by Victor Stinner · 4 years, 4 months ago
  7. 611836a bpo-39957: Change Signature.parameters to OrderedDict (GH-18988) by Jens Reidel · 4 years, 5 months ago
  8. 29356e0 bpo-39877: Fix take_gil() for daemon threads (GH-19054) by Victor Stinner · 4 years, 5 months ago
  9. 23ef89d bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) by Victor Stinner · 4 years, 5 months ago
  10. d7fabc1 bpo-39984: Pass tstate to handle_signals() (GH-19050) by Victor Stinner · 4 years, 5 months ago
  11. 2fe815e bpo-38373: Change list overallocating strategy. (GH-18952) by Serhiy Storchaka · 4 years, 5 months ago
  12. d469d66 bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599) by Shantanu · 4 years, 5 months ago
  13. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 5 months ago
  14. dab8423 bpo-39984: Add PyInterpreterState.ceval (GH-19047) by Victor Stinner · 4 years, 5 months ago
  15. 514c469 bpo-1635741: Port itertools module to multiphase initialization (GH-19044) by Dong-hee Na · 4 years, 5 months ago
  16. ebf6bb9 bpo-39991: Enhance uuid parser for MAC address (GH-19045) by Victor Stinner · 4 years, 5 months ago
  17. 5b1ef20 bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) by Victor Stinner · 4 years, 5 months ago
  18. 5226894 bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#19032) by Matthias Braun · 4 years, 5 months ago
  19. 982307b bpo-39943: Remove unused self from find_nfc_index() (GH-18973) by Andy Lester · 4 years, 5 months ago
  20. 61cb3d0 bpo-39987: Simplify setting lineno in the compiler. (GH-19037) by Serhiy Storchaka · 4 years, 5 months ago
  21. eb886db bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043) by Victor Stinner · 4 years, 5 months ago
  22. a45b695 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Zackery Spytz · 4 years, 5 months ago
  23. 58ec58a4 bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030) by Anthony Sottile · 4 years, 5 months ago
  24. 2037502 bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 489) (GH-19012) by Hai Shi · 4 years, 5 months ago
  25. 6ff79f65 bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019) by Dong-hee Na · 4 years, 5 months ago
  26. 5f104d5 bpo-39968: Fix a typo error in get_readline_state() (GH-19028) by Hai Shi · 4 years, 5 months ago
  27. f6a5850 bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) by Victor Stinner · 4 years, 5 months ago
  28. 356c878 bpo-1635741: Port _statistics module to multiphase initialization (GH-19015) by Dong-hee Na · 4 years, 5 months ago
  29. 87ec86c bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) by Dong-hee Na · 4 years, 5 months ago
  30. c98f87f bpo-37207: Use _PyArg_CheckPositional() for tuple vectorcall (GH-18986) by Dong-hee Na · 4 years, 5 months ago
  31. f707d94 bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017) by Hai Shi · 4 years, 5 months ago
  32. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 5 months ago
  33. 5b66ec1 bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016) by Batuhan Taşkaya · 4 years, 5 months ago
  34. ac10e0c bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) by Batuhan Taşkaya · 4 years, 5 months ago
  35. c81609e Fix a possible refleak in tupleobject.c (GH-19018) by Hai Shi · 4 years, 5 months ago
  36. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 5 months ago
  37. 61ac612 bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) by Ross · 4 years, 5 months ago
  38. 9023581 bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by Pablo Galindo · 4 years, 5 months ago
  39. 33238ec Link to list of keywords in the laguage reference (GH-18024) by Борис Верховский · 4 years, 5 months ago
  40. 9165add bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Ashwin Ramaswami · 4 years, 5 months ago
  41. 6672c16 bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Taine Zhao · 4 years, 5 months ago
  42. da52be4 bpo-39509: Update HTTP status code to follow IANA (GH-18294) by Dong-hee Na · 4 years, 5 months ago
  43. b81f40f bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412) by David CARLIER · 4 years, 5 months ago
  44. 57c7810 bpo-39585: Delete a pending comment in _warning.c (GH-18414) by Hai Shi · 4 years, 5 months ago
  45. faf626b Make cpython/abstract.h compatible with C90 (#18481) by Peter Eisentraut · 4 years, 5 months ago
  46. 5208b4b bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) by Zackery Spytz · 4 years, 5 months ago
  47. 3a8c562 Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) by Inada Naoki · 4 years, 5 months ago
  48. 7a5cbc7 bpo-39937: Improve suggestions for removal of getchildren and getiterator in changelog (GH-18937) by Rahul Kumaresan · 4 years, 5 months ago
  49. c7ad974 bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659) by Inada Naoki · 4 years, 5 months ago
  50. 8fb02b6 bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) by Victor Stinner · 4 years, 5 months ago
  51. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 5 months ago
  52. ff4584c bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) by Victor Stinner · 4 years, 5 months ago
  53. 6d674a1 bpo-36144: OrderedDict Union (PEP 584) (#18967) by Brandt Bucher · 4 years, 5 months ago
  54. d648ef1 bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) by Charles Burkland · 4 years, 5 months ago
  55. 38965ec bpo-39947: Hide implementation detail of trashcan macros (GH-18971) by Victor Stinner · 4 years, 5 months ago
  56. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 4 years, 5 months ago
  57. 9ee88cd bpo-37207: Use PEP 590 vectorcall to speed up tuple() (GH-18936) by Dong-hee Na · 4 years, 5 months ago
  58. 3f2f4fe bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974) by Victor Stinner · 4 years, 5 months ago
  59. 224481a bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) by Victor Stinner · 4 years, 5 months ago
  60. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 5 months ago
  61. c846ef0 bpo-39936: _aix_support uses _bootsubprocess (GH-18970) by Victor Stinner · 4 years, 5 months ago
  62. 1ae9cde bpo-39689: Do not test undefined casts to _Bool (GH-18964) by Stefan Krah · 4 years, 5 months ago
  63. fdcd53f Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) by Daniel Hahler · 4 years, 5 months ago
  64. 3c29675 bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960) by Raúl Cumplido · 4 years, 5 months ago
  65. 75cd5bf Remove unused args from two pylifecycle.c functions (GH-18867) by Andy Lester · 4 years, 5 months ago
  66. c7d2d69 bpo-39884: Add method name in "bad call flags" error (GH-18944) by Victor Stinner · 4 years, 5 months ago
  67. 1dd3794 Simplify defaultdict.__or__ (#18931) by Brandt Bucher · 4 years, 5 months ago
  68. c00c86b Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Pablo Galindo · 4 years, 5 months ago
  69. 276a84a bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167) by José Roberto Meza Cabrera · 4 years, 5 months ago
  70. 64838ce bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) by bobince · 4 years, 5 months ago
  71. 894adc1 bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) by Steve Dower · 4 years, 5 months ago
  72. 196f1eb bpo-1635741: Fix refleaks of time module error handling (GH-18486) by Hai Shi · 4 years, 5 months ago
  73. aa0c080 bpo-1635741: Fix potential refleaks in binascii module (GH-18613) by Hai Shi · 4 years, 5 months ago
  74. 41fbf86 bpo-1635741: Port audioop extension module to multiphase initialization (PEP 489) (GH-18608) by Hai Shi · 4 years, 5 months ago
  75. a158168 bpo-1635741: Port _locale extension module to multiphase initialization (PEP 489) (GH-18358) by Hai Shi · 4 years, 5 months ago
  76. 704e206 bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) by Serhiy Storchaka · 4 years, 5 months ago
  77. e553f20 bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18924) by Karthikeyan Singaravelan · 4 years, 5 months ago
  78. fde44ae bpo-39930: Convert error to warning for more silent failure (GH-18921) by Steve Dower · 4 years, 5 months ago
  79. 3c97e1e bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766) by Petr Viktorin · 4 years, 5 months ago
  80. 2dd4174 bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) by Steve Dower · 4 years, 5 months ago
  81. 39c3493 Fix download.html (GH-18902) by Inada Naoki · 4 years, 5 months ago
  82. c77aa2d bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913) by Benjamin Peterson · 4 years, 5 months ago
  83. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 5 months ago
  84. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 5 months ago
  85. 76d5877 closes bpo-39922: Remove unused args from four functions. (GH-18893) by Andy Lester · 4 years, 5 months ago
  86. bd87a7f Updates functools.py with consistent quotes (GH-18825) by Nikita Sobolev · 4 years, 5 months ago
  87. 4e53abb bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) by Victor Stinner · 4 years, 5 months ago
  88. 88f82b2 bpo-38662: ensurepip invokes pip via runpy (GH-18901) by Miro Hrončok · 4 years, 5 months ago
  89. d06eec2 tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) by Adam Johnson · 4 years, 5 months ago
  90. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 5 months ago
  91. e5e5632 bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Antoine · 4 years, 5 months ago
  92. 00d7cd8 bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897) by Victor Stinner · 4 years, 5 months ago
  93. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 5 months ago
  94. 700cb58 bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) by Dong-hee Na · 4 years, 5 months ago
  95. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 4 years, 5 months ago
  96. 175a704 bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) by Victor Stinner · 4 years, 5 months ago
  97. addaaaa bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872) by Victor Stinner · 4 years, 5 months ago
  98. 9ad58ac bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) by Victor Stinner · 4 years, 5 months ago
  99. 8e9c47a bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) by Pete Wicken · 4 years, 5 months ago
  100. 9229eee bpo-39877: take_gil() checks tstate_must_exit() twice (GH-18890) by Victor Stinner · 4 years, 5 months ago