Python 3.9.2rc1
  1. 4064156 Python 3.9.2rc1 by Łukasz Langa · 4 years, 6 months ago v3.9.2rc1
  2. 85fd9f4 bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545) by Miss Islington (bot) · 4 years, 6 months ago
  3. c9f0781 [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528) by Senthil Kumaran · 4 years, 6 months ago
  4. 68d6bc7 bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498) by Miss Islington (bot) · 4 years, 6 months ago
  5. 29584aa bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) (GH-24452) by Miss Islington (bot) · 4 years, 7 months ago
  6. 12bfc59 bpo-43108: Fix a reference leak in the curses module (GH-24420) by Miss Islington (bot) · 4 years, 7 months ago
  7. 0874491 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  8. d6675fe bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) by Miss Islington (bot) · 4 years, 7 months ago
  9. 3c8d693 [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933). (GH-24403) by Serhiy Storchaka · 4 years, 7 months ago
  10. 995a6c0 bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) by Miss Islington (bot) · 4 years, 7 months ago
  11. bf782b2 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374) by Miss Islington (bot) · 4 years, 7 months ago
  12. 6d87dec bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Miss Islington (bot) · 4 years, 7 months ago
  13. e9c6c26 bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937) by Miss Islington (bot) · 4 years, 7 months ago
  14. 68102fb bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  15. f8cfe54 [3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322) by Andrey Bienkowski · 4 years, 7 months ago
  16. f2df795 [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321) by Andrey Bienkowski · 4 years, 7 months ago
  17. 3d5434d [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318) by Serhiy Storchaka · 4 years, 7 months ago
  18. 98e1f5c bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Miss Islington (bot) · 4 years, 7 months ago
  19. 6893523 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278) by cptpcrd · 4 years, 7 months ago
  20. 0654c4c bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Miss Islington (bot) · 4 years, 7 months ago
  21. c347cbe closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247) by Miss Islington (bot) · 4 years, 7 months ago
  22. a90539f bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243) by Miss Islington (bot) · 4 years, 7 months ago
  23. 799722c [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (GH-23010) (#24232) by Jason R. Coombs · 4 years, 7 months ago
  24. 17c1f0c bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225) by Miss Islington (bot) · 4 years, 7 months ago
  25. 799f848 bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Miss Islington (bot) · 4 years, 8 months ago
  26. 9ab4dd4 [3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (GH-24155) by Ethan Furman · 4 years, 8 months ago
  27. 8c3914a [3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24149) by Yair Frid · 4 years, 8 months ago
  28. 77d5471 bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675) by Steve Dower · 4 years, 8 months ago
  29. c833393 bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125) by Steve Dower · 4 years, 8 months ago
  30. e9a71da [3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-24130) by Erlend Egeberg Aasland · 4 years, 8 months ago
  31. 6e72ab9 [3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005) by Miss Islington (bot) · 4 years, 8 months ago
  32. d82392f [3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Terry Jan Reedy · 4 years, 8 months ago
  33. 30e9ee3 Fix broken NEWS markup (GH-24110) by Miss Islington (bot) · 4 years, 8 months ago
  34. 80e5732 bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530) by Miss Islington (bot) · 4 years, 8 months ago
  35. eedeaef bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090) by Miss Islington (bot) · 4 years, 8 months ago
  36. 76489dd bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH-24083) by Miss Islington (bot) · 4 years, 8 months ago
  37. cb882f9 bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081) by Miss Islington (bot) · 4 years, 8 months ago
  38. b0ee2b4 [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) by Serhiy Storchaka · 4 years, 8 months ago
  39. bfc413c [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069) by Pablo Galindo · 4 years, 8 months ago
  40. 9a608ac [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068) by Lysandros Nikolaou · 4 years, 8 months ago
  41. 6912061 [3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050) by Ross · 4 years, 8 months ago
  42. 0d6e407 bpo-39068: Fix race condition in base64 (GH-17627) by Miss Islington (bot) · 4 years, 8 months ago
  43. b20d5e5 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Miss Islington (bot) · 4 years, 8 months ago
  44. 3966e2e bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762) by Miss Islington (bot) · 4 years, 8 months ago
  45. df79440 Allow / character in username,password fields in _PROXY envvars. (GH-23973) by Miss Islington (bot) · 4 years, 8 months ago
  46. 71d7390 bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956) by Miss Islington (bot) · 4 years, 8 months ago
  47. 578caaf bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) by Miss Islington (bot) · 4 years, 8 months ago
  48. 7acfe41 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Miss Islington (bot) · 4 years, 8 months ago
  49. 5a6b5d8 bpo-42727: Fix the NEWS entry .rst (GH-23932) by Miss Islington (bot) · 4 years, 8 months ago
  50. f7dca9b [3.9] bpo-42727: [Enum] EnumMeta.__prepare__ now accepts **kwds (GH-23917). (GH-23926) by Ethan Furman · 4 years, 8 months ago
  51. 3bb8567 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Miss Islington (bot) · 4 years, 8 months ago
  52. 8e5c61a bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) by Miss Islington (bot) · 4 years, 8 months ago
  53. 409ce4a bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870) by Miss Islington (bot) · 4 years, 8 months ago
  54. 4b15596 bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) (GH-23866) by Miss Islington (bot) · 4 years, 8 months ago
  55. 6ad5fd1 bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) (GH-23788) by Miss Islington (bot) · 4 years, 8 months ago
  56. 87e7a14 [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853) by Serhiy Storchaka · 4 years, 8 months ago
  57. 82dbfd5 bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840) by Miss Islington (bot) · 4 years, 8 months ago
  58. 1461992 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Miss Islington (bot) · 4 years, 8 months ago
  59. 79c5357 bpo-42613: Fix freeze.py config directory (GH-23792) (GH-23817) by Miss Islington (bot) · 4 years, 8 months ago
  60. 8d0a01c bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23388) by Miss Islington (bot) · 4 years, 8 months ago
  61. 78062e0 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Miss Islington (bot) · 4 years, 8 months ago
  62. 9d409d6 bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Miss Islington (bot) · 4 years, 8 months ago
  63. db63da7 bpo-42644: Validate values in logging.disable() (GH-23786) by Miss Islington (bot) · 4 years, 8 months ago
  64. 28bf6ab [3.9] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784) by Serhiy Storchaka · 4 years, 8 months ago
  65. 9d1fff1 [3.9] bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) (GH-23772) by Ethan Furman · 4 years, 8 months ago
  66. aba12b6 [3.9] bpo-42517: [Enum] deprecate private name members (GH-23722) (GH-23748) by Miss Islington (bot) · 4 years, 8 months ago
  67. 6b2ed38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734) by Victor Stinner · 4 years, 8 months ago
  68. 33cbb04 bpo-40084: Enum - dir() includes member attributes (GH-19219) by Miss Islington (bot) · 4 years, 8 months ago
  69. dbb0006 bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747) by Miss Islington (bot) · 4 years, 8 months ago
  70. 20bc40e bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Miss Islington (bot) · 4 years, 8 months ago
  71. 33b3fed [3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23765) by kj · 4 years, 8 months ago
  72. 14f2a12 [3.9] bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH-23613) (GH-23676) by Karthikeyan Singaravelan · 4 years, 8 months ago
  73. 3dcdbde bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23756) by Miss Islington (bot) · 4 years, 8 months ago
  74. 14eaa7d bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23703) by Miss Islington (bot) · 4 years, 9 months ago
  75. a3a4bf3 [3.9] bpo-41910: move news entry (GH-23697) by Terry Jan Reedy · 4 years, 9 months ago
  76. f0e42ae bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) by Victor Stinner · 4 years, 9 months ago
  77. 02e23f1 Merge tag 'v3.9.1' into 3.9 by Łukasz Langa · 4 years, 9 months ago
  78. be52ca4 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23673) by Miss Islington (bot) · 4 years, 9 months ago
  79. 60463e8 bpo-42536: GC track recycled tuples (GH-23623) (GH-23651) by Brandt Bucher · 4 years, 9 months ago
  80. e9a6dcd bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) by Miss Islington (bot) · 4 years, 9 months ago
  81. 1e5d33e Python 3.9.1 by Łukasz Langa · 4 years, 9 months ago v3.9.1
  82. 2a9a883 bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) by Miss Islington (bot) · 4 years, 9 months ago
  83. 8502d46 [3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (GH-23666) by Miss Islington (bot) · 4 years, 9 months ago
  84. d5c029b bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by Miss Islington (bot) · 4 years, 9 months ago
  85. b630ca7 [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657) by Miss Islington (bot) · 4 years, 9 months ago
  86. 06002b3 [3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH-23650) by Miss Islington (bot) · 4 years, 9 months ago
  87. d1f0741 bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Miss Islington (bot) · 4 years, 9 months ago
  88. 40b92f1 [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) (GH-23578) by Miss Islington (bot) · 4 years, 9 months ago
  89. 81ac030 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  90. c7cf66d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  91. 9f26833 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  92. 09a698b bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by Miss Islington (bot) · 4 years, 9 months ago
  93. cf22aa3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) (GH-23569) by Miss Islington (bot) · 4 years, 9 months ago
  94. fcf7391 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  95. df6c8bc bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539) by Miss Islington (bot) · 4 years, 9 months ago
  96. faf4206 Merge tag 'v3.9.1rc1' into 3.9 by Łukasz Langa · 4 years, 9 months ago
  97. 9d2c2a8 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  98. 88db374 Python 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago v3.9.1rc1
  99. 3e53301 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  100. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 4 years, 9 months ago