Python 3.8.8
  1. 024d805 Python 3.8.8 by Łukasz Langa · 4 years, 6 months ago v3.8.8
  2. 8a42eb1 closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Miss Islington (bot) · 4 years, 6 months ago
  3. f03b61a Remove all links to mingw.org (GH-24552) by Miss Islington (bot) · 4 years, 6 months ago
  4. b095520 Post 3.8.8rc1 by Łukasz Langa · 4 years, 6 months ago
  5. dfd7d68 Python 3.8.8rc1 by Łukasz Langa · 4 years, 6 months ago v3.8.8rc1
  6. f9d7c12 bpo-42819, readline: Disable bracketed paste (GH-24108) by Miss Islington (bot) · 4 years, 6 months ago
  7. f30aa3c Add a warning block around the get_referrers() documentation (GH-24511) by Miss Islington (bot) · 4 years, 6 months ago
  8. ede1ff2 bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429) by Miss Islington (bot) · 4 years, 6 months ago
  9. e3110c3 [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529) by Senthil Kumaran · 4 years, 6 months ago
  10. 7777ae2 bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) (GH-24516) by Miss Islington (bot) · 4 years, 6 months ago
  11. 4230bd5 bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) by Miss Islington (bot) · 4 years, 6 months ago
  12. 822f7c2 [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495) by Ken Jin · 4 years, 6 months ago
  13. c8a48c6 [3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494) by Ken Jin · 4 years, 6 months ago
  14. 920bf6a bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) by Miss Islington (bot) · 4 years, 6 months ago
  15. b479687 Simple typo fix (GH-24448) by Miss Islington (bot) · 4 years, 6 months ago
  16. c370596 build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411) by Miss Islington (bot) · 4 years, 7 months ago
  17. d29dbb1 bpo-42773: fix tests not being run on pushes (GH-24004) by Miss Islington (bot) · 4 years, 7 months ago
  18. 20d4375 Fix typo (GH-23019) by Miss Islington (bot) · 4 years, 7 months ago
  19. 12ec8ce Add link to Microsoft docs for limitations in Windows Store package (GH-24422) by Miss Islington (bot) · 4 years, 7 months ago
  20. 0869a71 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  21. aab84a5 bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408) by Miss Islington (bot) · 4 years, 7 months ago
  22. 931263b [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 Miss Islington (bot) · 4 years, 7 months ago
  23. 7ca947e [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401) by Serhiy Storchaka · 4 years, 7 months ago
  24. 229ef39 bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) (GH-24397) by Miss Islington (bot) · 4 years, 7 months ago
  25. de76ce5 bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) by Miss Islington (bot) · 4 years, 7 months ago
  26. 0b93a55 Fixing typos in turtle.rst (GH-24376) by Miss Islington (bot) · 4 years, 7 months ago
  27. c644db4 Fixed typo in turtle.rst (GH-24371) by Miss Islington (bot) · 4 years, 7 months ago
  28. cf88382 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Miss Islington (bot) · 4 years, 7 months ago
  29. 901a983 bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366) by Miss Islington (bot) · 4 years, 7 months ago
  30. 81b23a9 bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938) by Miss Islington (bot) · 4 years, 7 months ago
  31. 6f0346d bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  32. a178473 [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344) by Terry Jan Reedy · 4 years, 7 months ago
  33. d863dee [3.8] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24323) by Andrey Bienkowski · 4 years, 7 months ago
  34. c10180e [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320) by Andrey Bienkowski · 4 years, 7 months ago
  35. 7370be3 bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Miss Islington (bot) · 4 years, 7 months ago
  36. 96bcf6f [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318) by Miss Islington (bot) · 4 years, 7 months ago
  37. 63ebba0 bpo-43013: Update idlelib code to 3.x (GH-24315) (#24317) by Miss Islington (bot) · 4 years, 7 months ago
  38. dce86c2 closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Miss Islington (bot) · 4 years, 7 months ago
  39. 34f3f4a bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Miss Islington (bot) · 4 years, 7 months ago
  40. 844ec0b bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24277) by cptpcrd · 4 years, 7 months ago
  41. ebb2f26 Fix typos in unittest documentation (GH-24194) by Miss Islington (bot) · 4 years, 7 months ago
  42. 8f334db bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039) by Miss Islington (bot) · 4 years, 7 months ago
  43. 648b729 bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Miss Islington (bot) · 4 years, 7 months ago
  44. ece5dfd closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24248) by Miss Islington (bot) · 4 years, 7 months ago
  45. f08c664 [3.8] bpo-42531: Teach importlib.resources.path to handle packages without __file__ (GH-23611) by William Schwartz · 4 years, 7 months ago
  46. 187f76d [3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24120) by Petr Viktorin · 4 years, 7 months ago
  47. 5ded7ef bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Miss Islington (bot) · 4 years, 7 months ago
  48. ca8e96d bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24144) by Miss Islington (bot) · 4 years, 7 months ago
  49. db91714 bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675) by Steve Dower · 4 years, 8 months ago
  50. 28611c2 bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Miss Islington (bot) · 4 years, 8 months ago
  51. 03a079f bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) by Miss Islington (bot) · 4 years, 8 months ago
  52. 86b1207 bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125) by Steve Dower · 4 years, 8 months ago
  53. f27451d [3.8] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674). (GH-24129) by Erlend Egeberg Aasland · 4 years, 8 months ago
  54. e2c847e [3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) (GH-24116) by Serhiy Storchaka · 4 years, 8 months ago
  55. a087a97 [3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Terry Jan Reedy · 4 years, 8 months ago
  56. 3b6dcb8 Fix broken NEWS markup (GH-24110) by Miss Islington (bot) · 4 years, 8 months ago
  57. d05b470 bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670) by Miss Islington (bot) · 4 years, 8 months ago
  58. 0ccac5f bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530) by Miss Islington (bot) · 4 years, 8 months ago
  59. a87bf5f Do not remove x bit from published directories (GH-24101) by Miss Islington (bot) · 4 years, 8 months ago
  60. 218ed0b Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24093) by Julien Palard · 4 years, 8 months ago
  61. f24ac45 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084) by Miss Islington (bot) · 4 years, 8 months ago
  62. ed2d3d1 Update Sphinx version for macOS installer build. (GH-24082) (GH-24088) by Miss Islington (bot) · 4 years, 8 months ago
  63. 82794ca [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079) by Serhiy Storchaka · 4 years, 8 months ago
  64. 645174a [3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) (GH-24078) by Serhiy Storchaka · 4 years, 8 months ago
  65. 2e8b1c9 bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Miss Islington (bot) · 4 years, 8 months ago
  66. 6dffa67 [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021) by Serhiy Storchaka · 4 years, 8 months ago
  67. b863607 [3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022) by Serhiy Storchaka · 4 years, 8 months ago
  68. 187785e [3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766) (GH-24023) by Serhiy Storchaka · 4 years, 8 months ago
  69. 1a544e1 [3.8] bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446). (GH-24025) by Serhiy Storchaka · 4 years, 8 months ago
  70. e3a9adb [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026) by Serhiy Storchaka · 4 years, 8 months ago
  71. 02639c3 Bring Python into the new year. (GH-24036) by Miss Islington (bot) · 4 years, 8 months ago
  72. 381f3e4 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Miss Islington (bot) · 4 years, 8 months ago
  73. 82f24ff Fixes a typo in importlib.metadata. (GH-23921) (#24030) by Miss Islington (bot) · 4 years, 8 months ago
  74. bc15cdb [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016) by Andre Delfino · 4 years, 8 months ago
  75. 741f22d Allow / character in username,password fields in _PROXY envvars. (GH-23973) (#23992) by Miss Islington (bot) · 4 years, 8 months ago
  76. 70ced2d bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) by Miss Islington (bot) · 4 years, 8 months ago
  77. 8f9313c [doc] Fix missing commas in signatures (GH-23693) by Miss Islington (bot) · 4 years, 8 months ago
  78. 323cbb5 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Miss Islington (bot) · 4 years, 8 months ago
  79. e116398 bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Miss Islington (bot) · 4 years, 8 months ago
  80. 9d7c5ab bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) (GH-23962) by Miss Islington (bot) · 4 years, 8 months ago
  81. fc6534f [3.8] Rename Tkinter tests for widget options (GH-23944) (GH-23946) by Serhiy Storchaka · 4 years, 8 months ago
  82. 4d840e4 [3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784) (GH-23787) by Miss Islington (bot) · 4 years, 8 months ago
  83. 0178a6b bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Miss Islington (bot) · 4 years, 8 months ago
  84. d5aadb2 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Miss Islington (bot) · 4 years, 8 months ago
  85. efd64c8 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Miss Islington (bot) · 4 years, 8 months ago
  86. 412c935 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Miss Islington (bot) · 4 years, 8 months ago
  87. b204946 bpo-42620: Improve socket.getsockname doc string (GH-23742) by Miss Islington (bot) · 4 years, 8 months ago
  88. 02349e2 [3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23828) by Andre Delfino · 4 years, 8 months ago
  89. d3ab4c8 [3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860) by Andre Delfino · 4 years, 8 months ago
  90. 285b38c Post 3.8.7 by Łukasz Langa · 4 years, 8 months ago
  91. e3ffe35 Merge tag 'v3.8.7' into 3.8 by Łukasz Langa · 4 years, 8 months ago
  92. 305eae8 Update macOS installer ReadMe for 3.8.7 and Big Sur (GH-23882) by Ned Deily · 4 years, 8 months ago
  93. 6503f05 Python 3.8.7 by Łukasz Langa · 4 years, 8 months ago v3.8.7
  94. a353771 Fix typo in docstring (GH-23515) by Miss Islington (bot) · 4 years, 8 months ago
  95. 81f706d bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871) by Miss Islington (bot) · 4 years, 8 months ago
  96. b01091a bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) by Miss Islington (bot) · 4 years, 8 months ago
  97. 24862b0 bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23863) by Miss Islington (bot) · 4 years, 8 months ago
  98. 80c445c [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) by Serhiy Storchaka · 4 years, 8 months ago
  99. d21d29a [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835) by Miss Islington (bot) · 4 years, 8 months ago
  100. a3dec9d bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) by Miss Islington (bot) · 4 years, 8 months ago