Python 3.7.10
  1. 9b2dd1f 3.7.10 by Ned Deily · 4 years, 6 months ago v3.7.10
  2. d0d4d30 [3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531) by Senthil Kumaran · 4 years, 6 months ago
  3. d9b8f13 [3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24249) by Benjamin Peterson · 4 years, 7 months ago
  4. 8200ee6 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24041) by Miss Islington (bot) · 4 years, 8 months ago
  5. 225e365 [3.7] bpo-42103: Improve validation of Plist files. (GH-22882) (#23117) by Serhiy Storchaka · 4 years, 9 months ago
  6. 43e5231 bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22578) by Miss Skeleton (bot) · 4 years, 10 months ago
  7. e512bc7 bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801) by Ned Deily · 4 years, 10 months ago
  8. 9b5a023 [3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22601) by Pablo Galindo · 4 years, 10 months ago
  9. 13c9474 3.7.9 by Ned Deily · 5 years ago v3.7.9
  10. a0ad829 bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel by Ned Deily · 5 years ago
  11. cf79cbf bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-21878) by Miss Islington (bot) · 5 years ago
  12. ca75fec bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538) by Miss Islington (bot) · 5 years ago
  13. 4bfcffe bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499) by Steve Dower · 5 years ago
  14. 79c6b60 bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484) by Miss Islington (bot) · 5 years ago
  15. 620e276 bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461) by Miss Islington (bot) · 5 years ago
  16. b98e779 [3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21231) by Tapas Kundu · 5 years ago
  17. d3798ed [3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949) by Christian Heimes · 5 years ago
  18. 5f3933d 3.7.8rc1 by Ned Deily · 5 years ago v3.7.8rc1
  19. 678ffc4 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) by Miss Islington (bot) · 5 years ago
  20. b46beb2 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  21. aa83935 [3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH-20892) by Miss Islington (bot) · 5 years ago
  22. 0abb70e bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  23. ebd4400 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) by Miss Islington (bot) · 5 years ago
  24. f881c86 bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817) by Miss Islington (bot) · 5 years ago
  25. 4b378ac Add quotes to code to be a string by Miss Islington (bot) · 5 years ago
  26. 22faf6a [3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20748) by Stefan Krah · 5 years ago
  27. 12d3061 [3.8] bpo-40807: Backport test_codeop change [GH-19670] by Miss Islington (bot) · 5 years ago
  28. 911c35d bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  29. 80b6a05 bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  30. 852e8a7 [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092) by Miss Islington (bot) · 5 years ago
  31. 5f977e0 bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  32. 1c4dcaf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  33. a93bf82 bpo-39073: validate Address parts to disallow CRLF (GH-19007) by Miss Islington (bot) · 5 years ago
  34. 4ea8028 [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Miss Islington (bot) · 5 years ago
  35. 3269a0e bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353) by Terry Jan Reedy · 5 years ago
  36. 82397e2 bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Miss Islington (bot) · 5 years ago
  37. 4330014 [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192) by Batuhan Taskaya · 5 years ago
  38. e91032b s/wakup/wakeup (GH-20250) by Miss Islington (bot) · 5 years ago
  39. 7ef2751 bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) by Miss Islington (bot) · 5 years ago
  40. c1203b7 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099) by Miss Islington (bot) · 5 years ago
  41. 61b49a0 bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Miss Islington (bot) · 5 years ago
  42. 8ddf915 bpo-40459: Fix NameError in platform.py (GH-19855) by Miss Islington (bot) · 5 years ago
  43. 4eec39a bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Miss Islington (bot) · 5 years ago
  44. 48ef06b bpo-40443: Remove unused imports in idlelib (GH-19801) by Miss Islington (bot) · 5 years ago
  45. beba1a8 bpo-40436: Fix code parsing gdb version (GH-19792) by Miss Islington (bot) · 5 years ago
  46. adb1f85 [3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784) by Miss Islington (bot) · 5 years ago
  47. fd32a0e [3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689) by Victor Stinner · 5 years ago
  48. 857d573 bpo-39932: Fix multiprocessing test_heap() (GH-19690) by Victor Stinner · 5 years ago
  49. e7f8684 bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Miss Islington (bot) · 5 years ago
  50. de5dcfa bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) by Miss Islington (bot) · 5 years ago
  51. abdfb3b bpo-38439: Add 256px IDLE icon (GH-17473) by Miss Islington (bot) · 5 years ago
  52. 694a95f bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by Miss Islington (bot) · 5 years ago
  53. d0d4e33 Fix typo in Lib/tracepack.py (GH-19605) by Miss Islington (bot) · 5 years ago
  54. 67ae454 [3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19584) by Serhiy Storchaka · 5 years ago
  55. 9c7727b Fix two typos in multiprocessing (GH-19571) (GH-19579) by Miss Islington (bot) · 5 years ago
  56. 11ae7d0 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Miss Islington (bot) · 5 years ago
  57. cd09d7e bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555) by Miss Islington (bot) · 5 years ago
  58. b894b66 Update libregrtest from master (GH-19517) by Victor Stinner · 5 years ago
  59. 8821200 bpo-32033: Fix test_pwd failures on Android (GH-19502) by Miss Islington (bot) · 5 years ago
  60. 096e41a [3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19487) by Miss Islington (bot) · 5 years ago
  61. 4057e8f [3.7] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19484) by Serhiy Storchaka · 5 years ago
  62. a514ccb bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19193) by Miss Islington (bot) · 5 years ago
  63. 717f166 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) by Miss Islington (bot) · 5 years ago
  64. 681044a bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Miss Islington (bot) · 5 years ago
  65. 96c5f5a [3.7] bpo-36541: lib2to3: Support named assignment expressions (GH-12702) (GH-19317) by Tim Hatch · 5 years ago
  66. 0961dbd bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316) (GH-19318) by Victor Stinner · 5 years ago
  67. b57a736 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297) by Miss Islington (bot) · 5 years ago
  68. f2b83c7 Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270) by Miss Islington (bot) · 5 years ago
  69. a764a1cc bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Miss Islington (bot) · 5 years ago
  70. cb75801 bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Miss Islington (bot) · 5 years ago
  71. 9387678 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Miss Islington (bot) · 5 years ago
  72. 0dad748 bpo-40016: re docstring: Clarify relationship of inline and argument flags (GH-19078) by Miss Islington (bot) · 5 years ago
  73. 5765aca [3.7] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19111) by Jason R. Coombs · 5 years ago
  74. 39680fb [3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). (GH-19104) by Serhiy Storchaka · 5 years ago
  75. 6056b7b [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090) by Miss Islington (bot) · 5 years ago
  76. 34f85af bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Miss Islington (bot) · 5 years ago
  77. 4dcfe5f [3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18990) by Mark Dickinson · 5 years ago
  78. 636eecb bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18965) by Miss Islington (bot) · 5 years ago
  79. 6f4e7fc [3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18955) by Serhiy Storchaka · 5 years ago
  80. 500999f Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Miss Islington (bot) · 5 years ago
  81. d0837d2 bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Miss Islington (bot) · 5 years ago
  82. b1b1d5f bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) by Miss Islington (bot) · 5 years ago
  83. 8d5c958 bpo-38662: ensurepip invokes pip via runpy (GH-18901) by Miss Islington (bot) · 5 years ago
  84. 633957d [3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895) by Dong-hee Na · 5 years ago
  85. dcecb70 Merge release engineering branch by Ned Deily · 5 years ago
  86. d7c567b 3.7.7 by Ned Deily · 5 years ago v3.7.7
  87. 7058d2d bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Miss Islington (bot) · 5 years ago
  88. f834535 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Miss Islington (bot) · 5 years ago
  89. 2235e04 [3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877) by Pablo Galindo · 5 years ago
  90. 9d5ed83 bpo-27115: Move IDLE Query error blanking (GH-18868) by Miss Islington (bot) · 5 years ago
  91. f9684d2 bpo-39885: IDLE context menu clears selection (GH-18859) by Miss Islington (bot) · 5 years ago
  92. ec61f53 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Miss Islington (bot) · 5 years ago
  93. cca0b31 bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) by Miss Islington (bot) · 5 years ago
  94. 65b0310 [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826) by Miss Islington (bot) · 5 years ago
  95. a123812 bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Miss Islington (bot) · 5 years ago
  96. 93b7677 3.7.7rc1 by Ned Deily · 5 years ago v3.7.7rc1
  97. 12c45ef [3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101) by Miss Islington (bot) · 5 years ago
  98. 3eff46f bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751) by Ryan Rowe · 5 years ago
  99. 8a5f7ad [3.7] bpo-38597: Never statically link extension initialization code on Windows (GH-18724) (GH-18759) by Steve Dower · 5 years ago
  100. 69ded39 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Miss Islington (bot) · 5 years ago