Python 3.9.0b3
  1. b484871 Python 3.9.0b3 by Łukasz Langa · 5 years ago v3.9.0b3
  2. ce5e6f0 [3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760) by Łukasz Langa · 5 years ago
  3. 6cb24a0 bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) by Miss Islington (bot) · 5 years ago
  4. 1a819ca Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755) by Miss Islington (bot) · 5 years ago
  5. 459cb12 Post 3.9.0b2 by Łukasz Langa · 5 years ago
  6. 8f1f416 Merge tag 'v3.9.0b2' into 3.9 by Łukasz Langa · 5 years ago
  7. 299d3d1 Minor improvement to the namedtuple implementation (GH-20741) (GH-20742) by Miss Islington (bot) · 5 years ago
  8. b155381 bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20737) by Miss Islington (bot) · 5 years ago
  9. 0b1a1c8 Python 3.9.0b2 by Łukasz Langa · 5 years ago v3.9.0b2
  10. 3dc4428 Add multicore support to deccheck.py. (GH-20731) by Miss Islington (bot) · 5 years ago
  11. ecdd28c Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20730) by Miss Islington (bot) · 5 years ago
  12. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 5 years ago
  13. 298c8c8 bpo-40861: Enable optimizations when building liblzma (GH-20724) by Miss Islington (bot) · 5 years ago
  14. dedaac0 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723) by Victor Stinner · 5 years ago
  15. 1220a47 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Miss Islington (bot) · 5 years ago
  16. 60edee8 Update macOS installer welcome files for 3.9.0 beta (GH-20719) by Ned Deily · 5 years ago
  17. 2b33cc3 [3.9] Remove PEG-specific syntax error check in the old parser (GH-20717) by Pablo Galindo · 5 years ago
  18. 8df4f39 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Miss Islington (bot) · 5 years ago
  19. 66605d1 allow macOS installer builds to package pre-built html docs (GH-20715) by Miss Islington (bot) · 5 years ago
  20. 3deded9 Deny eval() direct access to builtins (GH-20713) (GH-20714) by Miss Islington (bot) · 5 years ago
  21. be5ed59 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  22. 1e72fb2 bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  23. 9cf1be4 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Miss Islington (bot) · 5 years ago
  24. 6440911 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Miss Islington (bot) · 5 years ago
  25. 71f5016 bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681) by Miss Islington (bot) · 5 years ago
  26. 1d711f2 bpo-40724: Fix return type of test helper function heapctypewithbuffer_releasebuffer() (GH-20685) (GH-20690) by Miss Islington (bot) · 5 years ago
  27. 1e4fa91 bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683) by Miss Islington (bot) · 5 years ago
  28. 90ee51f bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Miss Islington (bot) · 5 years ago
  29. 18f1226 Refactor scripts in Tools/peg_generator/scripts (GH-20401) by Miss Islington (bot) · 5 years ago
  30. d5e7348 bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664) by Miss Islington (bot) · 5 years ago
  31. 15fec56 bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666) by Miss Islington (bot) · 5 years ago
  32. 79e6c15 bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667) by Miss Islington (bot) · 5 years ago
  33. a4fa9a9 bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661) by Miss Islington (bot) · 5 years ago
  34. cdc3d9c Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660) by Miss Islington (bot) · 5 years ago
  35. 83bff88 bpo-40874: Update to libmpdec-2.5.0 (GH-20652) by Miss Islington (bot) · 5 years ago
  36. 3dfe549 bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) by Miss Islington (bot) · 5 years ago
  37. e4e5ec1 bpo-40865: Remove unused insint() macro from hash modules (GH-20627) by Miss Islington (bot) · 5 years ago
  38. 082cff1 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  39. 196810a bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) by Miss Islington (bot) · 5 years ago
  40. 6d62dc1 [3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618) by Victor Stinner · 5 years ago
  41. 5d2396c [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) by Victor Stinner · 5 years ago
  42. a125561 Update error message in _zoneinfo.py to use f-string (GH-20577) by Miss Islington (bot) · 5 years ago
  43. 74a1fce bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  44. 20fe532 [3.9] Fix MSVC warnings in pythonrun.c (GH-20587) (GH-20592) by Ammar Askar · 5 years ago
  45. ff442f3 bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) by Miss Islington (bot) · 5 years ago
  46. 50e847a bpo-40244: Remove XLC's support from the noreturn flag (GH-20588) by Miss Islington (bot) · 5 years ago
  47. b90b61f Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  48. 3c7609a [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545) by Huon Wilson · 5 years ago
  49. 410b730 Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) (GH-20569) by Miss Islington (bot) · 5 years ago
  50. a169961 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  51. 24a88b0 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  52. 0a67463 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Miss Islington (bot) · 5 years ago
  53. a176b31 Fix typo in "What's new in Python 3.9" (GH-20559) by Miss Islington (bot) · 5 years ago
  54. 96d9107 bpo-40759: Deprecate the symbol module (GH-20364) by Miss Islington (bot) · 5 years ago
  55. cdb015b Fix asyncio.to_thread() documented return type (GH-20547) by Miss Islington (bot) · 5 years ago
  56. 44400e8 bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) (GH-20544) by Miss Islington (bot) · 5 years ago
  57. 588efc2 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  58. 78cf711 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  59. 9f3f70f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  60. 805fa54 Further de-linting of zoneinfo module (GH-20499) by Miss Islington (bot) · 5 years ago
  61. ad088ca bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH-20514) by Miss Islington (bot) · 5 years ago
  62. 8fcc147 bpo-40784: Fix sqlite3 deterministic test (GH-20448) by Miss Islington (bot) · 5 years ago
  63. a6ae02d bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  64. 8e5f11d Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) by Miss Islington (bot) · 5 years ago
  65. 6637bd4 bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494) by Miss Islington (bot) · 5 years ago
  66. 1a7e34c Note the output ordering of combinatoric functions (GH-19732) (GH-20501) by Miss Islington (bot) · 5 years ago
  67. e4cc3a7 bpo-40806: itertools.product immediately consumes its inputs (GH-20492) (GH-20498) by Miss Islington (bot) · 5 years ago
  68. eceee54 [3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) (GH-20495) by Miss Islington (bot) · 5 years ago
  69. a5936ad bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Miss Islington (bot) · 5 years ago
  70. 6a47864 bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) by Miss Islington (bot) · 5 years ago
  71. bcbe5c5 bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Miss Islington (bot) · 5 years ago
  72. 1d82f00 bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485) by Miss Islington (bot) · 5 years ago
  73. 8183e11 [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) by Christian Heimes · 5 years ago
  74. d23ee5d Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  75. de6b684 bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) (GH-20474) by Miss Islington (bot) · 5 years ago
  76. 9e3c583 bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Miss Islington (bot) · 5 years ago
  77. be240b8 Fix compiler warnings in _zoneinfo.c (GH-20342) by Miss Islington (bot) · 5 years ago
  78. 9b83829 [3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20464) by Pablo Galindo · 5 years ago
  79. 3a2667d bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369) by Miss Islington (bot) · 5 years ago
  80. c011d1b [3.9] Backport GH-20440: Set p->error_indicator in more places (GH-20457) by Lysandros Nikolaou · 5 years ago
  81. 1bfe659 [3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458) by Lysandros Nikolaou · 5 years ago
  82. 788d7bf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  83. 43fccb1 Fix the link to ncurses patch download in macos installer build script (GH-20421) by Miss Islington (bot) · 5 years ago
  84. 1c88bf8 bpo-39244: multiprocessing return default start method first on macOS (GH-18625) by Miss Islington (bot) · 5 years ago
  85. 500cd89e bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Miss Islington (bot) · 5 years ago
  86. 7df9c41 bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) by Miss Islington (bot) · 5 years ago
  87. 66391b0 bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (GH-20422) by Miss Islington (bot) · 5 years ago
  88. cc0f50d bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20414) by Miss Islington (bot) · 5 years ago
  89. 5221a10 bpo-35714: Reject null characters in struct format strings (GH-16928) by Miss Islington (bot) · 5 years ago
  90. a729f4a Simplify creation of the __new__ method in namedtuple() (GH-20361) (GH-20409) by Miss Islington (bot) · 5 years ago
  91. fda4765 Fix peg_generator compiler warnings under MSVC (GH-20405) by Miss Islington (bot) · 5 years ago
  92. 6597e2a bpo-40745: Fix typos in NewType docs (GH-20379) by Miss Islington (bot) · 5 years ago
  93. b03e0ee [3.9] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) (#20407) by Benjamin Peterson · 5 years ago
  94. 791a46e [3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) (GH-20404) by Lysandros Nikolaou · 5 years ago
  95. 6cb0ad2 bpo-40246: Fix test_fstring when run with the old parser (GH-20402) by Lysandros Nikolaou · 5 years ago
  96. 3c6c86a bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) by Miss Islington (bot) · 5 years ago
  97. 318a18e bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Miss Islington (bot) · 5 years ago
  98. 31084be bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393) by Miss Islington (bot) · 5 years ago
  99. 82da2c3 bpo-40750: Support -d flag in the new parser (GH-20340) by Miss Islington (bot) · 5 years ago
  100. 9a5e643 bpo-39245: Fix docs links to the stable ABI (GH-20388) by Miss Islington (bot) · 5 years ago