1. 75cd5bf Remove unused args from two pylifecycle.c functions (GH-18867) by Andy Lester · 4 years, 5 months ago
  2. c7d2d69 bpo-39884: Add method name in "bad call flags" error (GH-18944) by Victor Stinner · 4 years, 5 months ago
  3. 1dd3794 Simplify defaultdict.__or__ (#18931) by Brandt Bucher · 4 years, 5 months ago
  4. c00c86b Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Pablo Galindo · 4 years, 5 months ago
  5. 276a84a bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167) by José Roberto Meza Cabrera · 4 years, 5 months ago
  6. 64838ce bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) by bobince · 4 years, 5 months ago
  7. 894adc1 bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) by Steve Dower · 4 years, 5 months ago
  8. 196f1eb bpo-1635741: Fix refleaks of time module error handling (GH-18486) by Hai Shi · 4 years, 5 months ago
  9. aa0c080 bpo-1635741: Fix potential refleaks in binascii module (GH-18613) by Hai Shi · 4 years, 5 months ago
  10. 41fbf86 bpo-1635741: Port audioop extension module to multiphase initialization (PEP 489) (GH-18608) by Hai Shi · 4 years, 5 months ago
  11. a158168 bpo-1635741: Port _locale extension module to multiphase initialization (PEP 489) (GH-18358) by Hai Shi · 4 years, 5 months ago
  12. 704e206 bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) by Serhiy Storchaka · 4 years, 5 months ago
  13. 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
  14. fde44ae bpo-39930: Convert error to warning for more silent failure (GH-18921) by Steve Dower · 4 years, 5 months ago
  15. 3c97e1e bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766) by Petr Viktorin · 4 years, 5 months ago
  16. 2dd4174 bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) by Steve Dower · 4 years, 5 months ago
  17. 39c3493 Fix download.html (GH-18902) by Inada Naoki · 4 years, 5 months ago
  18. c77aa2d bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913) by Benjamin Peterson · 4 years, 5 months ago
  19. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 5 months ago
  20. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 5 months ago
  21. 76d5877 closes bpo-39922: Remove unused args from four functions. (GH-18893) by Andy Lester · 4 years, 5 months ago
  22. bd87a7f Updates functools.py with consistent quotes (GH-18825) by Nikita Sobolev · 4 years, 5 months ago
  23. 4e53abb bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) by Victor Stinner · 4 years, 5 months ago
  24. 88f82b2 bpo-38662: ensurepip invokes pip via runpy (GH-18901) by Miro Hrončok · 4 years, 5 months ago
  25. d06eec2 tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) by Adam Johnson · 4 years, 5 months ago
  26. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 5 months ago
  27. e5e5632 bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Antoine · 4 years, 5 months ago
  28. 00d7cd8 bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897) by Victor Stinner · 4 years, 5 months ago
  29. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 5 months ago
  30. 700cb58 bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) by Dong-hee Na · 4 years, 5 months ago
  31. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 4 years, 5 months ago
  32. 175a704 bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) by Victor Stinner · 4 years, 5 months ago
  33. addaaaa bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872) by Victor Stinner · 4 years, 5 months ago
  34. 9ad58ac bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) by Victor Stinner · 4 years, 5 months ago
  35. 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
  36. 9229eee bpo-39877: take_gil() checks tstate_must_exit() twice (GH-18890) by Victor Stinner · 4 years, 5 months ago
  37. b7e9525 bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) by Serhiy Storchaka · 4 years, 5 months ago
  38. 85f5a69 bpo-39877: Refactor take_gil() function (GH-18885) by Victor Stinner · 4 years, 5 months ago
  39. 363fab8 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Terry Jan Reedy · 4 years, 5 months ago
  40. e7cab7f bpo-38870: Simplify sequence interleaves in ast.unparse (GH-17892) by Batuhan Taşkaya · 4 years, 5 months ago
  41. 111e4ee bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884) by Victor Stinner · 4 years, 5 months ago
  42. 3225b9f bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883) by Victor Stinner · 4 years, 5 months ago
  43. eebaa9b bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) by Serhiy Storchaka · 4 years, 5 months ago
  44. 6d0ee60 bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) by Victor Stinner · 4 years, 5 months ago
  45. e5ccc94 bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863) by Serhiy Storchaka · 4 years, 5 months ago
  46. 413f013 bpo-39904: Move handling of one-argument call of type() from type.__new__() to type.__call__(). (GH-18852) by Serhiy Storchaka · 4 years, 5 months ago
  47. 6012f30 bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) by Pablo Galindo · 4 years, 5 months ago
  48. dccd41e bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735) by Serhiy Storchaka · 4 years, 5 months ago
  49. 88944a4 bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850) by Serhiy Storchaka · 4 years, 5 months ago
  50. fc72ab6 bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) by idomic · 4 years, 5 months ago
  51. e53a393 bpo-27115: Move IDLE Query error blanking (GH-18868) by Terry Jan Reedy · 4 years, 5 months ago
  52. d7a04a8 Fix typo in the parser generator (GH-18603) by xatier · 4 years, 5 months ago
  53. 0911ea5 bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699) by Maor Kleinberger · 4 years, 5 months ago
  54. 4ca060d bpo-39885: IDLE context menu clears selection (#18859) by Terry Jan Reedy · 4 years, 5 months ago
  55. 2522db1 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Terry Jan Reedy · 4 years, 5 months ago
  56. c580981 fix typo: add space (GH-18853) by Julin S · 4 years, 5 months ago
  57. 28ca43b closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840) by Andy Lester · 4 years, 5 months ago
  58. db283b3 bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (GH-18499) by Serhiy Storchaka · 4 years, 5 months ago
  59. eb4e2ae bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811) by Victor Stinner · 4 years, 5 months ago
  60. d5aa2e9 bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833) by Brandt Bucher · 4 years, 5 months ago
  61. 4663f66 bpo-36144: Update MappingProxyType with PEP 584's operators (#18814) by Brandt Bucher · 4 years, 5 months ago
  62. 8f13053 bpo-39702: Update the Language Reference (PEP 614) (GH-18802) by Brandt Bucher · 4 years, 5 months ago
  63. 02f64cb bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828) by Pablo Galindo · 4 years, 5 months ago
  64. eb7560a bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) by Pablo Galindo · 4 years, 5 months ago
  65. aa450a0 closes bpo-39886: Remove unused arg from config_get_stdio_errors. (GH-18823) by Andy Lester · 4 years, 5 months ago
  66. ad0c775 closes bpo-39878: Remove unused arguments from static functions. (GH-18822) by Andy Lester · 4 years, 5 months ago
  67. c4928fc bpo-39889: Fix ast.unparse() for subscript. (GH-18824) by Serhiy Storchaka · 4 years, 5 months ago
  68. 31350f9 bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818) by Steve Dower · 4 years, 5 months ago
  69. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 5 months ago
  70. 7b3c252 bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) by Victor Stinner · 4 years, 5 months ago
  71. 5572870 bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) by Andy Lester · 4 years, 5 months ago
  72. e59334e bpo-17422: slightly more precise language (GH-18682) by Caleb Donovick · 4 years, 5 months ago
  73. 9a73705 bpo-39873: Cleanup _PyObject_CheckConsistency() (GH-18807) by Victor Stinner · 4 years, 5 months ago
  74. 57c9d17 bpo-36144: Implement defaultdict union (GH-18729) by Brandt Bucher · 4 years, 5 months ago
  75. 9566842 closes bpo-39872: Remove unused args from symtable_exit_block and symtable_visit_annotations. (GH-18800) by Andy Lester · 4 years, 5 months ago
  76. 1fb5a9f bpo-39873: PyObject_Init() uses PyObject_INIT() (GH-18804) by Victor Stinner · 4 years, 5 months ago
  77. 7598a93 PyPy already supports Python 3 (GH-18774) by Slam · 4 years, 5 months ago
  78. 8767ce9 bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799) by Andy Lester · 4 years, 5 months ago
  79. 8bae219 bpo-39868: Update Language Reference for PEP 572. (#18793) by Brandt Bucher · 4 years, 5 months ago
  80. e63117a closes bpo-39859: Do not downcast result of hstrerror (GH-18790) by Andy Lester · 4 years, 5 months ago
  81. da4d656 closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796) by Andy Lester · 4 years, 5 months ago
  82. ce305d6 IDLE doc: improve Startup failure subsection. (#18771) by Jules Lasne (jlasne) · 4 years, 5 months ago
  83. efc28bb Add a comment to _Py_RestoreSignals() (GH-18792) by Victor Stinner · 4 years, 5 months ago
  84. f7b5d41 bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781) by Victor Stinner · 4 years, 5 months ago
  85. 85cf1d5 bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Gregory P. Smith · 4 years, 5 months ago
  86. d4a09c1 Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784) by Miss Islington (bot) · 4 years, 5 months ago
  87. 67152d0 bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) by Brett Cannon · 4 years, 5 months ago
  88. 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 4 years, 5 months ago
  89. 00c77ae bpo-39763: Refactor setup.py (GH-18778) by Victor Stinner · 4 years, 5 months ago
  90. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 5 months ago
  91. 702e09f bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675) by Andy Lester · 4 years, 5 months ago
  92. a6d3546 bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776) by Victor Stinner · 4 years, 5 months ago
  93. 1ec63b6 bpo-39763: distutils.spawn now uses subprocess (GH-18743) by Victor Stinner · 4 years, 5 months ago
  94. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 5 months ago
  95. 22a9a54 bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) by l0rb · 4 years, 5 months ago
  96. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 4 years, 5 months ago
  97. 116fd4a bpo-39674: Suggest to test with DeprecationWarning (GH-18552) by Victor Stinner · 4 years, 5 months ago
  98. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 4 years, 5 months ago
  99. ae75a29 bpo-39831: Remove outdated comment. (GH-18764) by Serhiy Storchaka · 4 years, 5 months ago
  100. 91fe414 bpo-39674: Update collections ABC deprecation doc (GH-18747) by Victor Stinner · 4 years, 5 months ago