Python 3.9.0a2
  1. 6202d85 Python 3.9.0a2 by Łukasz Langa · 6 years ago v3.9.0a2
  2. 673c393 bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) by Victor Stinner · 6 years ago
  3. 50d4f12 bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) by Lysandros Nikolaou · 6 years ago
  4. 9707e8e bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) by Victor Stinner · 6 years ago
  5. a76ba36 bpo-39041: Add GitHub Actions support (GH-17594) by Steve Dower · 6 years ago
  6. 814d687 bpo-38348: Extend command line options of ast parsing tool (GH-16540) by Batuhan Taşkaya · 6 years ago
  7. a322f50 bpo-38870: Remove dead code related with argument unparsing (GH-17613) by Batuhan Taşkaya · 6 years ago
  8. 092435e bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Toke Høiland-Jørgensen · 6 years ago
  9. 1ca8fb1 Add tests and design notes for Counter subset/superset operations. (GH-17625) by Raymond Hettinger · 6 years ago
  10. 79f02fe bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) by Xtreak · 6 years ago
  11. cb8b946 bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) by Batuhan Taşkaya · 6 years ago
  12. 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 6 years ago
  13. 40c01c3 Fix typo in site module (GH-17597) by Daniel Andersson · 6 years ago
  14. 5936a4c Fix elif start column offset when there is an else following (GH-17596) by Lysandros Nikolaou · 6 years ago
  15. 8289e27 bpo-36406: Handle namespace packages in doctest (GH-12520) by Xtreak · 6 years ago
  16. 025a602 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) by Lysandros Nikolaou · 6 years ago
  17. 1988344 Fix warnings in test_asyncio.test_base_events (#17577) by Kyle Stanley · 6 years ago
  18. 7772b1a bpo-38614: Use support timeout constants (GH-17572) by Victor Stinner · 6 years ago
  19. 0d63bac bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) by Victor Stinner · 6 years ago
  20. b7a0109 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) by Jason R. Coombs · 6 years ago
  21. 1d0f9b3 bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) by Victor Stinner · 6 years ago
  22. c98b019 bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) by Victor Stinner · 6 years ago
  23. bbc8b79 bpo-38614: Use default join_thread() timeout in tests (GH-17559) by Victor Stinner · 6 years ago
  24. 07871b2 bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) by Victor Stinner · 6 years ago
  25. 8237497 bpo-39004: increment large sendfile() test timeout (GH-17552) by Giampaolo Rodola · 6 years ago
  26. e9df88e Clean imports in test_unparse (GH-17545) by Pablo Galindo · 6 years ago
  27. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 6 years ago
  28. 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 6 years ago
  29. 2ad7651 bpo-39009: Fix typo in test__locale (GH-17544) by Tim Gates · 6 years ago
  30. ee17e37 bpo-39007: Add auditing events to functions in winreg (GH-17541) by Steve Dower · 6 years ago
  31. ac22911 bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537) by Pablo Galindo · 6 years ago
  32. c18b805 bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) by Tim Gates · 6 years ago
  33. a1a99b4 bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534) by Victor Stinner · 6 years ago
  34. d219cc4 bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518) by Yury Selivanov · 6 years ago
  35. bba873e bpo-38992: avoid fsum test failure from constant-folding (GH-17513) by Mark Dickinson · 6 years ago
  36. ab513a3 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311) by Kyle Stanley · 6 years ago
  37. 82b4950 bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) by Victor Stinner · 6 years ago
  38. 0131aba bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) by Victor Stinner · 6 years ago
  39. a1838ec bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Victor Stinner · 6 years ago
  40. 3ae4ea1 bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) by Abhilash Raj · 6 years ago
  41. 68157da bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) by Abhilash Raj · 6 years ago
  42. 526606b bpo-38994: Implement __class_getitem__ for PathLike (GH-17498) by Batuhan Taşkaya · 6 years ago
  43. cd90a52 bpo-38669: patch.object now raises a helpful error (GH17034) by Elena Oat · 6 years ago
  44. 28c9163 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by AMIR · 6 years ago
  45. 6cac113 bpo-38991: Remove test.support.strip_python_stderr() (GH-17490) by Victor Stinner · 6 years ago
  46. 2b7de66 bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) by Christian Heimes · 6 years ago
  47. 15fb7fa bpo-29636: json.tool: Add document for indentation options. (GH-17482) by Daniel Himmelstein · 6 years ago
  48. 892f9e0 bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) by idomic · 6 years ago
  49. 7ddcd0c bpo-38529: Fix asyncio stream warning (GH-17474) by Andrew Svetlov · 6 years ago
  50. dec3672 bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491) by Batuhan Taşkaya · 6 years ago
  51. e76ee1a bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477) by Victor Stinner · 6 years ago
  52. b64334c bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) by Mario Corchero · 6 years ago
  53. efefe25 bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472) by wim glenn · 6 years ago
  54. 99eb70a bpo-38951: Use threading.main_thread() check in asyncio (GH-17433) by Hill Ma · 6 years ago
  55. bb81549 bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277) by Claudiu Popa · 6 years ago
  56. 808769f bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) by Inada Naoki · 6 years ago
  57. 24f5cac bpo-38962: Fix reference leak in test_httpservers (GH-17454) by Pablo Galindo · 6 years ago
  58. 0325794 bpo-29636: Add --(no-)indent arguments to json.tool (GH-345) by Daniel Himmelstein · 6 years ago
  59. 8943318 bpo-38270: Fix indentation of test_hmac assertions (GH-17446) by stratakis · 6 years ago
  60. a62ad47 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418) by Matthew Rollings · 6 years ago
  61. 34864d1 bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437) by torsava · 6 years ago
  62. 2fe4c48 bpo-38449: Add URL delimiters test cases (#16729) by Dong-hee Na · 6 years ago
  63. 8d62df6 bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658) by Daniel Hillier · 6 years ago
  64. 1df65f7 Fix old mention of virtualenv (GH-17417) by Brett Cannon · 6 years ago
  65. bea33f5 bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392) by Steve Dower · 6 years ago
  66. d9aa216 bpo-38927: Use python -m pip to upgrade venv deps (GH-17403) by Tzu-ping Chung · 6 years ago
  67. ea9835c bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Inada Naoki · 6 years ago
  68. 9bbcbc9 bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17098) by Bruno P. Kinoshita · 6 years ago
  69. 0b41a92 bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483) by HongWeipeng · 6 years ago
  70. 036fe85 bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716) by HongWeipeng · 6 years ago
  71. 6dd9b64 bpo-38328: Speed up the creation time of constant list and set display. (GH-17114) by Brandt Bucher · 6 years ago
  72. c6a7bdb bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#5723) by Stefan Behnel · 6 years ago
  73. ded8888 bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376) by Pablo Galindo · 6 years ago
  74. 27fc3b6 bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302) by Pablo Galindo · 6 years ago
  75. 6bf644e bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 6 years ago
  76. 6f03b23 bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335) by Claudiu Popa · 6 years ago
  77. e407646 Remove unnecessary variable definition (GH-17368) by Batuhan Taşkaya · 6 years ago
  78. 665ad3d Better runtime TypedDict (GH-17214) by Zac Hatfield-Dodds · 6 years ago
  79. 041d8b4 bpo-38881: choices() raises ValueError when all weights are zero (GH-17362) by Raymond Hettinger · 6 years ago
  80. 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 6 years ago
  81. 14a89c4 bpo-38686: fix HTTP Digest handling in request.py (#17045) by PypeBros · 6 years ago
  82. 1b779bf bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by bcaller · 6 years ago
  83. 138e7bb bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316) by jacksonriley · 6 years ago
  84. 91daa9d bpo-38863: Improve is_cgi() in http.server (GH-17312) by Siwon Kang · 6 years ago
  85. b4e5eea Defer import of shutil which only needed for help and usage (GH-17334) by Raymond Hettinger · 6 years ago
  86. 0aca3a3 bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126) by benedwards14 · 6 years ago
  87. 3ab479a bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290) by Victor Stinner · 6 years ago
  88. 0127bb1 bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314) by Victor Stinner · 6 years ago
  89. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 6 years ago
  90. 046442d bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269) by Jason Fried · 6 years ago
  91. 559bad1 bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294) by xdegaye · 6 years ago
  92. be5c79e bpo-38821: Fix crash in argparse when using gettext (GH-17192) by Federico Bond · 6 years ago
  93. b846247 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Terry Jan Reedy · 6 years ago
  94. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 6 years ago
  95. 1c5a71a Merge tag 'v3.9.0a1' by Łukasz Langa · 6 years ago
  96. e0cd8aa bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) by Pablo Galindo · 6 years ago
  97. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 6 years ago
  98. c6b20be bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) by Jake Tesler · 6 years ago
  99. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 6 years ago
  100. 8e0de2a bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) by Vincent Michel · 6 years ago