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. 75bb07e bpo-39028: Performance enhancement in keyword extraction (GH-17576) by Sebastian Berg · 6 years ago
  4. 50d4f12 bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) by Lysandros Nikolaou · 6 years ago
  5. a9d0a6a bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644) by Steve Dower · 6 years ago
  6. 9e36589 bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen grammar, opcodes, tokens and symbols (GH-12654) by Anthony Shaw · 6 years ago
  7. 9707e8e bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) by Victor Stinner · 6 years ago
  8. 630c8df bpo-38858: Small integer per interpreter (GH-17315) by Victor Stinner · 6 years ago
  9. f501db2 Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (#17595) by Kyle Stanley · 6 years ago
  10. 6a263cf bpo-39041: Add GitHub Actions badge to README.rst (GH-17628) by Steve Dower · 6 years ago
  11. a76ba36 bpo-39041: Add GitHub Actions support (GH-17594) by Steve Dower · 6 years ago
  12. 814d687 bpo-38348: Extend command line options of ast parsing tool (GH-16540) by Batuhan Taşkaya · 6 years ago
  13. a322f50 bpo-38870: Remove dead code related with argument unparsing (GH-17613) by Batuhan Taşkaya · 6 years ago
  14. 092435e bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Toke Høiland-Jørgensen · 6 years ago
  15. 1ca8fb1 Add tests and design notes for Counter subset/superset operations. (GH-17625) by Raymond Hettinger · 6 years ago
  16. 79f02fe bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) by Xtreak · 6 years ago
  17. d587272 bpo-38316: Fix co_stacksize documentation (GH-16983) by Batuhan Taşkaya · 6 years ago
  18. cb8b946 bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) by Batuhan Taşkaya · 6 years ago
  19. b08d3f7 The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586) by Guido van Rossum · 6 years ago
  20. 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 6 years ago
  21. 94d2c8d bpo-39035: travis: Don't use beta group (GH-17602) by Inada Naoki · 6 years ago
  22. 40c01c3 Fix typo in site module (GH-17597) by Daniel Andersson · 6 years ago
  23. 5936a4c Fix elif start column offset when there is an else following (GH-17596) by Lysandros Nikolaou · 6 years ago
  24. 95826c7 Add PYTHONUTF8 to commandline usage. (GH-17587) by Inada Naoki · 6 years ago
  25. 8289e27 bpo-36406: Handle namespace packages in doctest (GH-12520) by Xtreak · 6 years ago
  26. 025a602 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) by Lysandros Nikolaou · 6 years ago
  27. 1988344 Fix warnings in test_asyncio.test_base_events (#17577) by Kyle Stanley · 6 years ago
  28. 7772b1a bpo-38614: Use support timeout constants (GH-17572) by Victor Stinner · 6 years ago
  29. 0d63bac bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) by Victor Stinner · 6 years ago
  30. b7a0109 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) by Jason R. Coombs · 6 years ago
  31. d0802d0 bpo-39012: Fix RC version suffix for nuget release files (GH-17564) by Steve Dower · 6 years ago
  32. 1d0f9b3 bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) by Victor Stinner · 6 years ago
  33. c98b019 bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) by Victor Stinner · 6 years ago
  34. bbc8b79 bpo-38614: Use default join_thread() timeout in tests (GH-17559) by Victor Stinner · 6 years ago
  35. 07871b2 bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) by Victor Stinner · 6 years ago
  36. 680068c Minor fixes to the NEWS entries (GH-17556) by Pablo Galindo · 6 years ago
  37. 8237497 bpo-39004: increment large sendfile() test timeout (GH-17552) by Giampaolo Rodola · 6 years ago
  38. abdeb57 Fix Windows release builds (GH-17550) by Steve Dower · 6 years ago
  39. e9df88e Clean imports in test_unparse (GH-17545) by Pablo Galindo · 6 years ago
  40. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 6 years ago
  41. 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 6 years ago
  42. 2ad7651 bpo-39009: Fix typo in test__locale (GH-17544) by Tim Gates · 6 years ago
  43. a2ff283 bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539) by Sergey Fedoseev · 6 years ago
  44. ee17e37 bpo-39007: Add auditing events to functions in winreg (GH-17541) by Steve Dower · 6 years ago
  45. b8cbe74 bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) by Steve Dower · 6 years ago
  46. ac22911 bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537) by Pablo Galindo · 6 years ago
  47. c18b805 bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) by Tim Gates · 6 years ago
  48. e89e159 Fix APPX registry key generation (GH-17489) by Steve Dower · 6 years ago
  49. a1a99b4 bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534) by Victor Stinner · 6 years ago
  50. d219cc4 bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518) by Yury Selivanov · 6 years ago
  51. bba873e bpo-38992: avoid fsum test failure from constant-folding (GH-17513) by Mark Dickinson · 6 years ago
  52. ab513a3 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311) by Kyle Stanley · 6 years ago
  53. 82b4950 bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) by Victor Stinner · 6 years ago
  54. 0131aba bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) by Victor Stinner · 6 years ago
  55. a1838ec bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Victor Stinner · 6 years ago
  56. 109fc27 bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) by Batuhan Taşkaya · 6 years ago
  57. 3ae4ea1 bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) by Abhilash Raj · 6 years ago
  58. 68157da bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) by Abhilash Raj · 6 years ago
  59. 080ee5a bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512) by Victor Stinner · 6 years ago
  60. 526606b bpo-38994: Implement __class_getitem__ for PathLike (GH-17498) by Batuhan Taşkaya · 6 years ago
  61. cd90a52 bpo-38669: patch.object now raises a helpful error (GH17034) by Elena Oat · 6 years ago
  62. 28c9163 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by AMIR · 6 years ago
  63. 00ada2c bpo-38852: Set thread stack size to 8 Mb for debug builds on android platforms (GH-17337) by xdegaye · 6 years ago
  64. 6cac113 bpo-38991: Remove test.support.strip_python_stderr() (GH-17490) by Victor Stinner · 6 years ago
  65. 2b7de66 bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) by Christian Heimes · 6 years ago
  66. 15fb7fa bpo-29636: json.tool: Add document for indentation options. (GH-17482) by Daniel Himmelstein · 6 years ago
  67. 4443450 bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047) by Anj-A · 6 years ago
  68. 892f9e0 bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) by idomic · 6 years ago
  69. 969ae7a Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) by Andrew Svetlov · 6 years ago
  70. 7ddcd0c bpo-38529: Fix asyncio stream warning (GH-17474) by Andrew Svetlov · 6 years ago
  71. dec3672 bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491) by Batuhan Taşkaya · 6 years ago
  72. 723f71a bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) by Benoit Hudson · 6 years ago
  73. e76ee1a bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477) by Victor Stinner · 6 years ago
  74. b64334c bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) by Mario Corchero · 6 years ago
  75. efefe25 bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472) by wim glenn · 6 years ago
  76. d863ade bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483) by Victor Stinner · 6 years ago
  77. 81fe5bd bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481) by Victor Stinner · 6 years ago
  78. 44ea525 Fix unquoted YAML in Windows release build (GH-17479) by Steve Dower · 6 years ago
  79. 4da4400 Remove unused variable in Python/pylifecycle.c (GH-17475) by Pablo Galindo · 6 years ago
  80. 1f9f69d bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385) by Sergey Fedoseev · 6 years ago
  81. 99eb70a bpo-38951: Use threading.main_thread() check in asyncio (GH-17433) by Hill Ma · 6 years ago
  82. bb81549 bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277) by Claudiu Popa · 6 years ago
  83. 8b78796 bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) by Victor Stinner · 6 years ago
  84. 7105319 bpo-38634: Allow non-apple build to cope with libedit (GH-16986) by serge-sans-paille · 6 years ago
  85. ac0e1c2 bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457) by Pablo Galindo · 6 years ago
  86. b96c6b0 bpo-38962: Fix reference leak in new_interpreter() (GH-17453) by Pablo Galindo · 6 years ago
  87. 808769f bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) by Inada Naoki · 6 years ago
  88. 24f5cac bpo-38962: Fix reference leak in test_httpservers (GH-17454) by Pablo Galindo · 6 years ago
  89. edd5b38 Add setobject.c (GH-17463) by Raymond Hettinger · 6 years ago
  90. 83f1449 add @ethanfurman for tarfile (GH-17461) by Ethan Furman · 6 years ago
  91. 0325794 bpo-29636: Add --(no-)indent arguments to json.tool (GH-345) by Daniel Himmelstein · 6 years ago
  92. eb48a45 bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) by An Long · 6 years ago
  93. 8943318 bpo-38270: Fix indentation of test_hmac assertions (GH-17446) by stratakis · 6 years ago
  94. a62ad47 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418) by Matthew Rollings · 6 years ago
  95. 016b028 Fix compiler warning in Objects/unicodeobject.c (GH-17440) by Pablo Galindo · 6 years ago
  96. 34864d1 bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437) by torsava · 6 years ago
  97. 2fe4c48 bpo-38449: Add URL delimiters test cases (#16729) by Dong-hee Na · 6 years ago
  98. fdafa1d document threading.Lock.locked() (GH-17427) by idomic · 6 years ago
  99. 575d0b4 Fix typos (GH-17423) by Ofek Lev · 6 years ago
  100. 8d62df6 bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658) by Daniel Hillier · 6 years ago