1. c4928fc bpo-39889: Fix ast.unparse() for subscript. (GH-18824) by Serhiy Storchaka · 5 years ago
  2. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 5 years ago
  3. 57c9d17 bpo-36144: Implement defaultdict union (GH-18729) by Brandt Bucher · 5 years ago
  4. f7b5d41 bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781) by Victor Stinner · 5 years ago
  5. 85cf1d5 bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Gregory P. Smith · 5 years ago
  6. 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 5 years ago
  7. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 5 years ago
  8. 1ec63b6 bpo-39763: distutils.spawn now uses subprocess (GH-18743) by Victor Stinner · 5 years ago
  9. 22a9a54 bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) by l0rb · 5 years ago
  10. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 5 years ago
  11. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 5 years ago
  12. e0acec1 bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720) by Michael Felt · 5 years ago
  13. 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 5 years ago
  14. ce3a498 bpo-38597: Never statically link extension initialization code on Windows (GH-18724) by Steve Dower · 5 years ago
  15. 0c2b509 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Pablo Galindo · 5 years ago
  16. 89aa469 bpo-38870: Add docstring support to ast.unparse (GH-17760) by Batuhan Taşkaya · 5 years ago
  17. 4482337 bpo-39764: Make Task.get_stack accept ag_frame (#18669) by Lidi Zheng · 5 years ago
  18. 2110551 bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) by Inada Naoki · 5 years ago
  19. 2565ede bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Chris A · 5 years ago
  20. 4edc95c bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) by Shantanu · 5 years ago
  21. 217dce9 bpo-39815: add cached_property to all (GH-18726) by Hakan Çelik · 5 years ago
  22. 0e89076 bpo-39678: refactor queue manager thread (GH-18551) by Thomas Moreau · 5 years ago
  23. 397b96f bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) by Batuhan Taşkaya · 5 years ago
  24. 185903d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Batuhan Taşkaya · 5 years ago
  25. 768d739 bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) by Vlad Emelianov · 5 years ago
  26. 5e260e0 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Stephen Balousek · 5 years ago
  27. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 5 years ago
  28. 0aeab5c bpo-39667: Sync zipp 3.0 (GH-18540) by Jason R. Coombs · 5 years ago
  29. dc04a05 bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) by Henry Harutyunyan · 5 years ago
  30. 0267335 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) by Gregory P. Smith · 5 years ago
  31. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 5 years ago
  32. 4f17c5c bpo-12915: Improve Unicode support for package names and attributes. (GH-18517) by Vinay Sajip · 5 years ago
  33. 374d998 bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458) by Markus Mohrhard · 5 years ago
  34. 0c6e3aa Suppress the hang (#18457) by Andrew Svetlov · 5 years ago
  35. 21da76d bpo-34788: Add support for scoped IPv6 addresses (GH-13772) by opavlyuk · 5 years ago
  36. 6e02691 Python 3.9.0a4 by Łukasz Langa · 5 years ago
  37. eb8ac57 bpo-36144: Dictionary Union (PEP 584) (#12088) by Brandt Bucher · 5 years ago
  38. ba22e8f bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Berker Peksag · 5 years ago
  39. b942ba0 Give proper credit for figuring out and writing PEP-3118 tests. (#18644) by Stefan Krah · 5 years ago
  40. 4015d1c bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Daniel Hahler · 5 years ago
  41. 9f37872 bpo-39681: Fix C pickle regression with minimal file-like objects (#18592) by Antoine Pitrou · 5 years ago
  42. 559e7f1 bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) by Serhiy Storchaka · 5 years ago
  43. 1c56f8f bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Yonatan Goldschmidt · 5 years ago
  44. fd5116c bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) by Berker Peksag · 5 years ago
  45. c2ac4cf bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) by Christopher Hunt · 5 years ago
  46. d4331c5 bpo-9495: avoid confusing chained exception in argparse test (GH-17120) by alclarks · 5 years ago
  47. 90930e6 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) by Stefan Krah · 5 years ago
  48. f2ee21d bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) by ananthan-123 · 5 years ago
  49. 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 5 years ago
  50. ab6423f bpo-39572: Document ’total’ flag of TypedDict (GH-18554) by ananthan-123 · 5 years ago
  51. af5ee3f bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)" (GH-18545) by Victor Stinner · 5 years ago
  52. 8edfc47 bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) by Kyle Meyer · 5 years ago
  53. ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 5 years ago
  54. d83b660 bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) by idomic · 5 years ago
  55. c33bdbb bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458) by idomic · 5 years ago
  56. a5cbab5 bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670) by Thomas Moreau · 5 years ago
  57. 1ed6161 bpo-12915: Add pkgutil.resolve_name (GH-18310) by Vinay Sajip · 5 years ago
  58. 10e87e5 bpo-39627: Fix TypedDict totality check for inherited keys (#18503) by Vlad Emelianov · 5 years ago
  59. fbeba8f bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) by mpheath · 5 years ago
  60. 925dc7f bpo-39606: allow closing async generators that are already closed (GH-18475) by Nathaniel J. Smith · 5 years ago
  61. 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 5 years ago
  62. 6e619c4 bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477) by Serhiy Storchaka · 5 years ago
  63. 674935b bpo-18819: tarfile: only set device fields for device files (GH-18080) by William Chargin · 5 years ago
  64. 4fac7ed bpo-21016: pydoc and trace use sysconfig (GH-18476) by Victor Stinner · 5 years ago
  65. 8c579b1 bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) by Serhiy Storchaka · 5 years ago
  66. 0cc6b5e bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) by Serhiy Storchaka · 5 years ago
  67. f4f445b bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372) by Serhiy Storchaka · 5 years ago
  68. e5bd736 bpo-39595: Improve zipfile.Path performance (#18406) by Jason R. Coombs · 6 years ago
  69. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 6 years ago
  70. 96ce227 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Terry Jan Reedy · 6 years ago
  71. 038770e bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) by Victor Stinner · 6 years ago
  72. ed335cf bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Victor Stinner · 6 years ago
  73. 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 6 years ago
  74. c6dedde bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) by sweeneyde · 6 years ago
  75. d2e1098 bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) by Lysandros Nikolaou · 6 years ago
  76. dc7a50d bpo-39350: Fix fractions for int subclasses (GH-18375) by Victor Stinner · 6 years ago
  77. 38aaaaa bpo-39491: Mention Annotated in get_origin() docstring (GH-18379) by Jakub Stasiak · 6 years ago
  78. 427c84f bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Sebastian Berg · 6 years ago
  79. 54b4f14 bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) by Serhiy Storchaka · 6 years ago
  80. ab0d892 bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) by Steve Dower · 6 years ago
  81. 8b6f652 bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) by Shantanu · 6 years ago
  82. b39fb8e bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261) by Giampaolo Rodola · 6 years ago
  83. 787b6d5 bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) by schwarzichet · 6 years ago
  84. cf5b109 bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) by Jakub Stasiak · 6 years ago
  85. 95f6001 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Saiyang Gou · 6 years ago
  86. cb1c074 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Philipp Gesang · 6 years ago
  87. 9538bc9 bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) by Stefan Behnel · 6 years ago
  88. 4590f72 bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) by Eddie Elizondo · 6 years ago
  89. 24e5ad4 Fixes in sorting descriptions (GH-18317) by Stefan Pochmann · 6 years ago
  90. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 6 years ago
  91. 032de73 bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) by Steve Cirelli · 6 years ago
  92. 0f2f35e bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) by Pierre Glaser · 6 years ago
  93. 339fd46 bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) by Kyle Stanley · 6 years ago
  94. 90d9ba6 bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) by Andrew Svetlov · 6 years ago
  95. f03a8f8 bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) by Kyle Stanley · 6 years ago
  96. bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 6 years ago
  97. c232c91 bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) by Victor Stinner · 6 years ago
  98. 38c878b bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277) by damani42 · 6 years ago
  99. c38fd0d bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) by Victor Stinner · 6 years ago
  100. 2e6569b bpo-39493: Fix definition of IO.closed in typing.py (#18265) by Shantanu · 6 years ago