Python 3.9.5
  1. 0a7dcbd Python 3.9.5 by Łukasz Langa · 4 years, 4 months ago v3.9.5
  2. 5374fbc bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-25815) by Miss Islington (bot) · 4 years, 4 months ago
  3. cf6a796 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25812) by Miss Islington (bot) · 4 years, 4 months ago
  4. af1e06c [3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782) by Stéphane Bidoul · 4 years, 4 months ago
  5. a7f15ba bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) by Miss Islington (bot) · 4 years, 4 months ago
  6. 491fde0 [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725) by Miss Islington (bot) · 4 years, 4 months ago
  7. 629ef0f bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-25688) by Miss Islington (bot) · 4 years, 4 months ago
  8. 2dc6b17 bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691) by Irit Katriel · 4 years, 4 months ago
  9. d0698c6 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211) by Miss Islington (bot) · 4 years, 4 months ago
  10. a3c6752 Quick pydoc update to smtplib.py (GH-22292) (GH-25615) by Miss Islington (bot) · 4 years, 4 months ago
  11. b47f051 bpo-43534: Fix the turtle module working with multiple root windows GH-25593 by Miss Islington (bot) · 4 years, 4 months ago
  12. d2e2534 [3.9] fix typo in warning (GH-20620) (#25601) by Senthil Kumaran · 4 years, 4 months ago
  13. 9a16539 [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588) by Serhiy Storchaka · 4 years, 4 months ago
  14. 7248ce3 bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) by Miss Islington (bot) · 4 years, 4 months ago
  15. d962b00 [3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578) by Stéphane Bidoul · 4 years, 4 months ago
  16. 52e9031 bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) by Miss Islington (bot) · 4 years, 4 months ago
  17. 04bcfe0 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) by Miss Islington (bot) · 4 years, 4 months ago
  18. e259a77 [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555) by Christian Heimes · 4 years, 4 months ago
  19. 987b65e9 Reformat idlelib colorizer (GH-25479) by Miss Islington (bot) · 4 years, 4 months ago
  20. ab5d78c bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) by Miss Islington (bot) · 4 years, 4 months ago
  21. fa03efd Improve the error message for choices(population, 10) (GH-25267) (GH-25477) by Miss Islington (bot) · 4 years, 4 months ago
  22. 0121f67 Fix typo in a dataclasses comment. (GH-25454) by Miss Islington (bot) · 4 years, 4 months ago
  23. cdf0287 [3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451) by Christian Heimes · 4 years, 4 months ago
  24. e1903e1 bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437) by Victor Stinner · 4 years, 4 months ago
  25. 6379924 [3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25370) by Ethan Furman · 4 years, 4 months ago
  26. 0983e01 bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) by Miss Islington (bot) · 4 years, 4 months ago
  27. 6ec2fb4 bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) by Miss Islington (bot) · 4 years, 4 months ago
  28. 54d89a3 bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Miss Islington (bot) · 4 years, 4 months ago
  29. 4a5c101 bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) by Miss Islington (bot) · 4 years, 4 months ago
  30. b3e8722 Fix broken test for MutableSet.pop() (GH-25209) (GH-25269) by Miss Islington (bot) · 4 years, 4 months ago
  31. 34f9300 bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294) by Steve Dower · 4 years, 4 months ago
  32. a21d4fb bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25247) by Miss Islington (bot) · 4 years, 4 months ago
  33. 0af99b4 bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) by Steve Dower · 4 years, 4 months ago
  34. 8a34a07 bpo-43176: Fix processing of empty dataclasses (GH-24484) (GH-25205) by Miss Islington (bot) · 4 years, 5 months ago
  35. 013c30e bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) (GH-25200) by Miss Islington (bot) · 4 years, 5 months ago
  36. 82cd24a [3.9] Fix typo in turtledemo.two_canvases. (GH-25194) by Miss Islington (bot) · 4 years, 5 months ago
  37. 1f2e308 Python 3.9.4 by Łukasz Langa · 4 years, 5 months ago v3.9.4
  38. c7b0fec [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179) by Gregory P. Smith · 4 years, 5 months ago
  39. fbd4e58 Merge tag 'v3.9.3' into 3.9 by Łukasz Langa · 4 years, 5 months ago
  40. 7ad56e2 [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) by Irit Katriel · 4 years, 5 months ago
  41. e723086 Python 3.9.3 by Łukasz Langa · 4 years, 5 months ago v3.9.3
  42. fabdd25 bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112) by Miss Islington (bot) · 4 years, 5 months ago
  43. 84694c3 bpo-42225: IDLE - document two unix-related problems. (GH-25078) by Miss Islington (bot) · 4 years, 5 months ago
  44. b500bd8 bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Miss Islington (bot) · 4 years, 5 months ago
  45. ff4715a bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083) by Miss Islington (bot) · 4 years, 5 months ago
  46. acb5849 bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25046) by Miss Islington (bot) · 4 years, 5 months ago
  47. f1d53bc bpo-43659: Fix test_curses on AIX (GH-25074) by Miss Islington (bot) · 4 years, 5 months ago
  48. d914813 bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (GH-24995) (#25070) by Miss Islington (bot) · 4 years, 5 months ago
  49. 5334605 bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057) by Miss Islington (bot) · 4 years, 5 months ago
  50. ed753d9 bpo-42988: Remove the pydoc getfile feature (GH-25015) by Miss Islington (bot) · 4 years, 5 months ago
  51. 994a519 bpo-43555: Report the column offset for invalid line continuation character (GH-24939) (#24975) by Miss Islington (bot) · 4 years, 5 months ago
  52. c145c03 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Miss Islington (bot) · 4 years, 5 months ago
  53. ac17ed6 [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948) by Antoine Pitrou · 4 years, 5 months ago
  54. e8e3419 bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897) by Miss Islington (bot) · 4 years, 5 months ago
  55. 3365e68 bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by Miss Islington (bot) · 4 years, 5 months ago
  56. aa967ec bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) by Miss Islington (bot) · 4 years, 5 months ago
  57. 7dcb4ba bpo-43285 Make ftplib not trust the PASV response. (GH-24838) by Miss Islington (bot) · 4 years, 5 months ago
  58. 53ab4af Update client.py (GH-24827) by Miss Islington (bot) · 4 years, 5 months ago
  59. 32717b9 bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832) by Miss Islington (bot) · 4 years, 5 months ago
  60. 4d7f11e [3.9] bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (GH-24826) by Mariusz Felisiak · 4 years, 5 months ago
  61. ad83fde bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777) by Miss Islington (bot) · 4 years, 5 months ago
  62. 531f2eb bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) (GH-24817) by Miss Islington (bot) · 4 years, 5 months ago
  63. f814675 [3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811) by Pablo Galindo · 4 years, 5 months ago
  64. c6e7cf1 bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780) by Miss Islington (bot) · 4 years, 5 months ago
  65. 1385f83 [3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24761) by Miss Islington (bot) · 4 years, 6 months ago
  66. 0e76157 [3.9] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24750) by Miss Islington (bot) · 4 years, 6 months ago
  67. bf56684 [3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) (#24725) by Senthil Kumaran · 4 years, 6 months ago
  68. 8b795ab bpo-42500: Fix recursion in or after except (GH-23568) (#24501) by Mark Shannon · 4 years, 6 months ago
  69. 6c4c117 bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Miss Islington (bot) · 4 years, 6 months ago
  70. 540749e bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Miss Islington (bot) · 4 years, 6 months ago
  71. adea9b8 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Miss Islington (bot) · 4 years, 6 months ago
  72. d81a204 [3.9] bpo-41841: revise header (GH-24634) by Terry Jan Reedy · 4 years, 6 months ago
  73. e202f1e bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) by Miss Islington (bot) · 4 years, 6 months ago
  74. d51436f bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
  75. 44fe320 [3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616) by Neil Schemenauer · 4 years, 6 months ago
  76. 693aeac bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Miss Islington (bot) · 4 years, 6 months ago
  77. f9d1bf2 [3.9] bpo-43272: Fix old parser test failures for backported grammar constructs (GH-24591) by Pablo Galindo · 4 years, 6 months ago
  78. 1a79785 Python 3.9.2 by Łukasz Langa · 4 years, 6 months ago v3.9.2
  79. 4064156 Python 3.9.2rc1 by Łukasz Langa · 4 years, 6 months ago v3.9.2rc1
  80. c9f0781 [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528) by Senthil Kumaran · 4 years, 6 months ago
  81. 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
  82. 2603d77 Fix typo (GH-23019) by Miss Islington (bot) · 4 years, 7 months ago
  83. 0874491 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  84. 304f9d2 bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407) by Miss Islington (bot) · 4 years, 7 months ago
  85. 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
  86. e9d4960 [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) by Serhiy Storchaka · 4 years, 7 months ago
  87. bf782b2 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374) by Miss Islington (bot) · 4 years, 7 months ago
  88. 6d87dec bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Miss Islington (bot) · 4 years, 7 months ago
  89. 68102fb bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  90. fd668bc [3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343) by Terry Jan Reedy · 4 years, 7 months ago
  91. 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
  92. f2df795 [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321) by Andrey Bienkowski · 4 years, 7 months ago
  93. 26af2fa bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Miss Islington (bot) · 4 years, 7 months ago
  94. 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
  95. ff06957 bpo-43013: Update idlelib code to 3.x (GH-24315) by Miss Islington (bot) · 4 years, 7 months ago
  96. 00e24cd closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Miss Islington (bot) · 4 years, 7 months ago
  97. 6893523 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278) by cptpcrd · 4 years, 7 months ago
  98. 0654c4c bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Miss Islington (bot) · 4 years, 7 months ago
  99. 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
  100. a90539f bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243) by Miss Islington (bot) · 4 years, 7 months ago