Python 3.7.5
  1. 5c02a39 3.7.5 by Ned Deily · 6 years ago v3.7.5
  2. 2a40559 [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) by Abhilash Raj · 6 years ago
  3. 42b16b2 bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Miss Islington (bot) · 6 years ago
  4. 1c61f2c bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) by Vinay Sajip · 6 years ago
  5. ab22c8b bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 6 years ago
  6. 88204a3 bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 6 years ago
  7. 4082f60 3.7.5rc1 by Ned Deily · 6 years ago v3.7.5rc1
  8. d6a92b5 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 6 years ago
  9. 2eb1dac Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) by Miss Islington (bot) · 6 years ago
  10. 1c3e469 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 6 years ago
  11. 80dd66a [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16461) by Jason R. Coombs · 6 years ago
  12. 39a0c75 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 6 years ago
  13. 2c24f2c [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) by Christian Heimes · 6 years ago
  14. e6b5ed1 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) by Victor Stinner · 6 years ago
  15. 585798f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 6 years ago
  16. d366694 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 6 years ago
  17. 4042e1a [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374) by Gregory P. Smith · 6 years ago
  18. 16c0f6d bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369) by Miss Islington (bot) · 6 years ago
  19. 46f6c56 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 6 years ago
  20. c13a4d6 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 6 years ago
  21. 6641a10 Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326) by Miss Islington (bot) · 6 years ago
  22. 8d4c52f Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 6 years ago
  23. 5e1400a bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289) by Victor Stinner · 6 years ago
  24. 69b3718 [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239) by Serhiy Storchaka · 6 years ago
  25. fc022f0 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 6 years ago
  26. 6591b4b bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223) by Miss Islington (bot) · 6 years ago
  27. 80cb055 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  28. 3d916a7 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 6 years ago
  29. 4ac1be2 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  30. 523497c bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  31. 4651a7a Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by Miss Islington (bot) · 6 years ago
  32. 7aae4f00 [3.7] bpo-38100: Fix spelling error in unittest.mock code (GH-16195) by Stéphane Wirtel · 6 years ago
  33. 3ac6520 Fix typo in test_api.py. (GH-16119) by Miss Islington (bot) · 6 years ago
  34. 3906920 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114) by Miss Islington (bot) · 6 years ago
  35. e7b7edf [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) (GH-16092) by Xtreak · 6 years ago
  36. d3f8a11 Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Miss Islington (bot) · 6 years ago
  37. f14fcbf Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082) by Julien Palard · 6 years ago
  38. b50eff6 bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 6 years ago
  39. 7da8c0a closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 6 years ago
  40. a3c53a1 bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  41. d126fbd bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974) by Miss Islington (bot) · 6 years ago
  42. 8a19a91 bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Miss Islington (bot) · 6 years ago
  43. c211939 bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15953) by Miss Islington (bot) · 6 years ago
  44. f3480ad [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Miss Islington (bot) · 6 years ago
  45. aca878e [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926) by Vinay Sajip · 6 years ago
  46. 99f0e81 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 6 years ago
  47. 0553369 bpo-35066: Make trailing percent test more portable. (GH-15907) by Miss Islington (bot) · 6 years ago
  48. 5fe153c bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 6 years ago
  49. 494b61a [3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874) by Victor Stinner · 6 years ago
  50. 9f54fea Fix subprocess docstring typo (GH-15812) by Miss Islington (bot) · 6 years ago
  51. 0fccd4a bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Steve Dower · 6 years ago
  52. 0d7e6a6 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 6 years ago
  53. d94b762 closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836) by Miss Islington (bot) · 6 years ago
  54. b4fb2c2 bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 6 years ago
  55. 64947dc bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Miss Islington (bot) · 6 years ago
  56. 2366933 bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789) by Victor Stinner · 6 years ago
  57. 15d263e Fix punctuation in `os.execvpe` docstring. (GH-15051) by Miss Islington (bot) · 6 years ago
  58. b4591ad bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 6 years ago
  59. b7bf632 bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Miss Islington (bot) · 6 years ago
  60. bbf02da bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) by Miss Islington (bot) · 6 years ago
  61. 5190b71 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 6 years ago
  62. 021e5db bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) by Miss Islington (bot) · 6 years ago
  63. 084ba33 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Miss Islington (bot) · 6 years ago
  64. 1e2707d bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15706) by Miss Islington (bot) · 6 years ago
  65. 16af39a bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 6 years ago
  66. 8873bff [3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) (GH-15687) by Dong-hee Na · 6 years ago
  67. b4f6e44 Fix idlelib.help comments (GH-15669) by Miss Islington (bot) · 6 years ago
  68. 52fd661 bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) by Miss Islington (bot) · 6 years ago
  69. ea21389 [3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15654) by Ashwin Ramaswami · 6 years ago
  70. 4805805 bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Miss Islington (bot) · 6 years ago
  71. 9a28400 IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) by Miss Islington (bot) · 6 years ago
  72. 6b50c10 bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 6 years ago
  73. d3d2650 bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) by Miss Islington (bot) · 6 years ago
  74. be310e0 bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15577) by Miss Islington (bot) · 6 years ago
  75. 554143e bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) by Miss Islington (bot) · 6 years ago
  76. ea48966 closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) by Miss Islington (bot) · 6 years ago
  77. 31ce015 Fix an invalid assertEqual() call in test_descr.py (GH-15318) by Miss Islington (bot) · 6 years ago
  78. c1c1a33 [3.7] bpo-37664: Update ensurepip bundled wheels, again (GH-15483) (GH-15529) by Steve Dower · 6 years ago
  79. c238862 bpo-36917: Backport basic test for ast.NodeVisitor. (GH-15511) by Serhiy Storchaka · 6 years ago
  80. a976283 bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) by Miss Islington (bot) · 6 years ago
  81. 1b15914 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Miss Islington (bot) · 6 years ago
  82. 31ea447 bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) by Miss Islington (bot) · 6 years ago
  83. f2b468d bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Miss Islington (bot) · 6 years ago
  84. f8dc3e8 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Miss Islington (bot) · 6 years ago
  85. 1b1796d [3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) (GH-15417) by Pablo Galindo · 6 years ago
  86. 735a960 bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) by Miss Islington (bot) · 6 years ago
  87. c5bba85 bpo-37482: Fix email address name with encoded words and special chars (GH-14561) by Miss Islington (bot) · 6 years ago
  88. b9d88e7 bpo-35518: Skip test that relies on a deceased network service. (GH-15349) by Miss Islington (bot) · 6 years ago
  89. 02c1457 bpo-37868: Improve is_dataclass for instances. (GH-15325) by Miss Islington (bot) · 6 years ago
  90. 0fcdd8d bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) by Miss Islington (bot) · 6 years ago
  91. ed44b84 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226) by Paul Ganssle · 6 years ago
  92. 88cce7b bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Miss Islington (bot) · 6 years ago
  93. 93bee6a [3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280) by Victor Stinner · 6 years ago
  94. fbb0c03 bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-15259) by Hai Shi · 6 years ago
  95. dec231a bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Miss Islington (bot) · 6 years ago
  96. c48d606 bpo-34155: Dont parse domains containing @ (GH-13079) by Miss Islington (bot) · 6 years ago
  97. 4969192 bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) by Miss Islington (bot) · 6 years ago
  98. a96f036 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 6 years ago
  99. a2ea944 [3.7] bpo-34621: backwards-compatible pickle UUID with is_safe=unknown (GH-14834) by Tal Einat · 6 years ago
  100. 9e0c48a bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) by Miss Islington (bot) · 6 years ago