Python 3.9.0b4
  1. 69dec9c Python 3.9.0b4 by Łukasz Langa · 5 years ago v3.9.0b4
  2. 0b4c87e bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  3. ecfecc2 [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275) by Serhiy Storchaka · 5 years ago
  4. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 5 years ago
  5. c84d3fe bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) (#21244) by Miss Islington (bot) · 5 years ago
  6. 01638ce bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  7. 9a646aa bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  8. 9e36b6e bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  9. 119de0e bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) by Miss Islington (bot) · 5 years ago
  10. d1e05e7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Miss Islington (bot) · 5 years ago
  11. 1497bf6 bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  12. 2a1ee1d [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022) by Guido van Rossum · 5 years ago
  13. dab533d [3.9] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) (GH-21190) by Pablo Galindo · 5 years ago
  14. cb0dc52 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Miss Islington (bot) · 5 years ago
  15. 1a0c581 bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) by Miss Islington (bot) · 5 years ago
  16. f925407 [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156) by Serhiy Storchaka · 5 years ago
  17. ad7a667 BPO-41100: Support macOS 11 when building (GH-21113) by Miss Islington (bot) · 5 years ago
  18. cd6f911 [3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947) by Christian Heimes · 5 years ago
  19. 16e79a4 bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) by Miss Islington (bot) · 5 years ago
  20. bdc55eb bpo-39580: add check for CLI installation on macOS (GH-20271) by Miss Islington (bot) · 5 years ago
  21. 0ef6a3f bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  22. 7329c8c bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  23. 6c56356 [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) by Paul Ganssle · 5 years ago
  24. d518ed0 bpo-41005: Fixed perrmission error (GH-20936) (GH-21051) by Miss Islington (bot) · 5 years ago
  25. 48fc35a [3.9] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21097) by Anthony Sottile · 5 years ago
  26. 92f8b48 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by Miss Islington (bot) · 5 years ago
  27. c916c48 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  28. 5606d55 bpo-26407: Do not mask errors in csv. (GH-20536) by Miss Islington (bot) · 5 years ago
  29. 353c4ba bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  30. f19ed6b bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Miss Islington (bot) · 5 years ago
  31. 9fe5dec bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Miss Islington (bot) · 5 years ago
  32. 8ae5e8e [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036) by Lysandros Nikolaou · 5 years ago
  33. 26f6126 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  34. fbf94af bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Miss Islington (bot) · 5 years ago
  35. 814b07b [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030) by Dong-hee Na · 5 years ago
  36. d301d94 [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012) by Lysandros Nikolaou · 5 years ago
  37. b1e7361 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) by Victor Stinner · 5 years ago
  38. 610a60c bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
  39. b39d41b bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) by Victor Stinner · 5 years ago
  40. 2c6d6c1 bpo-19569: Add a macro to suppress deprecation warnings (GH-9004) by Miss Islington (bot) · 5 years ago
  41. 7795ae8 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919) by Miss Islington (bot) · 5 years ago
  42. 097b8b6 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Miss Islington (bot) · 5 years ago
  43. bc996c6 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Miss Islington (bot) · 5 years ago
  44. b498c7f bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Miss Islington (bot) · 5 years ago
  45. 9a0624a bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  46. 2ad799f bpo-37556 Extend help to include latest overrides (GH-14701) by Miss Islington (bot) · 5 years ago
  47. b87453f bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  48. 8a34690 [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820) by Jason R. Coombs · 5 years ago
  49. 55c1d21 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862) by Miss Islington (bot) · 5 years ago
  50. c932f5c bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) by Miss Islington (bot) · 5 years ago
  51. 94bb4b7 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  52. 166d723 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Miss Islington (bot) · 5 years ago
  53. f919179 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  54. ee3f7fe bpo-40955: Fix memory leak in subprocess module (GH-20825) by Miss Islington (bot) · 5 years ago
  55. dc40105 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813) by Victor Stinner · 5 years ago
  56. 2f46c65 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  57. 961edf7 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Miss Islington (bot) · 5 years ago
  58. e3ce3bb bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Miss Islington (bot) · 5 years ago
  59. af69325 bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789) by Victor Stinner · 5 years ago
  60. 9419158 bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) (GH-20782) by Miss Islington (bot) · 5 years ago
  61. 3b97d1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780) by Miss Islington (bot) · 5 years ago
  62. b484871 Python 3.9.0b3 by Łukasz Langa · 5 years ago v3.9.0b3
  63. ce5e6f0 [3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760) by Łukasz Langa · 5 years ago
  64. 6cb24a0 bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) by Miss Islington (bot) · 5 years ago
  65. 0b1a1c8 Python 3.9.0b2 by Łukasz Langa · 5 years ago v3.9.0b2
  66. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 5 years ago
  67. dedaac0 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723) by Victor Stinner · 5 years ago
  68. 8df4f39 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Miss Islington (bot) · 5 years ago
  69. 1e72fb2 bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  70. 9cf1be4 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Miss Islington (bot) · 5 years ago
  71. 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
  72. 1e4fa91 bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683) by Miss Islington (bot) · 5 years ago
  73. 90ee51f bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Miss Islington (bot) · 5 years ago
  74. 15fec56 bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666) by Miss Islington (bot) · 5 years ago
  75. 79e6c15 bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667) by Miss Islington (bot) · 5 years ago
  76. a4fa9a9 bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661) by Miss Islington (bot) · 5 years ago
  77. 3dfe549 bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) by Miss Islington (bot) · 5 years ago
  78. 196810a bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) by Miss Islington (bot) · 5 years ago
  79. 6d62dc1 [3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618) by Victor Stinner · 5 years ago
  80. 5d2396c [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) by Victor Stinner · 5 years ago
  81. 74a1fce bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  82. 3c7609a [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545) by Huon Wilson · 5 years ago
  83. 24a88b0 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  84. 0a67463 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Miss Islington (bot) · 5 years ago
  85. 96d9107 bpo-40759: Deprecate the symbol module (GH-20364) by Miss Islington (bot) · 5 years ago
  86. 9f3f70f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  87. ad088ca bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH-20514) by Miss Islington (bot) · 5 years ago
  88. a6ae02d bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  89. eceee54 [3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) (GH-20495) by Miss Islington (bot) · 5 years ago
  90. a5936ad bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Miss Islington (bot) · 5 years ago
  91. 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
  92. 8183e11 [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) by Christian Heimes · 5 years ago
  93. 9e3c583 bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Miss Islington (bot) · 5 years ago
  94. 9b83829 [3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20464) by Pablo Galindo · 5 years ago
  95. 3a2667d bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369) by Miss Islington (bot) · 5 years ago
  96. 788d7bf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  97. 1c88bf8 bpo-39244: multiprocessing return default start method first on macOS (GH-18625) by Miss Islington (bot) · 5 years ago
  98. 7df9c41 bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) by Miss Islington (bot) · 5 years ago
  99. 5221a10 bpo-35714: Reject null characters in struct format strings (GH-16928) by Miss Islington (bot) · 5 years ago
  100. 791a46e [3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) (GH-20404) by Lysandros Nikolaou · 5 years ago