Python 3.7.5rc1
  1. 4082f60 3.7.5rc1 by Ned Deily · 6 years ago v3.7.5rc1
  2. 1c3e469 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 6 years ago
  3. 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
  4. 6112b91 bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16450) by Miss Islington (bot) · 6 years ago
  5. 39a0c75 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 6 years ago
  6. 2c24f2c [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) by Christian Heimes · 6 years ago
  7. e6b5ed1 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) by Victor Stinner · 6 years ago
  8. 8e4622e [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407) by Benjamin Peterson · 6 years ago
  9. 585798f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 6 years ago
  10. 4042e1a [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374) by Gregory P. Smith · 6 years ago
  11. 46f6c56 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 6 years ago
  12. c13a4d6 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 6 years ago
  13. fd4f28d bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 6 years ago
  14. 69b3718 [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239) by Serhiy Storchaka · 6 years ago
  15. fc022f0 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 6 years ago
  16. 80cb055 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  17. 3d916a7 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 6 years ago
  18. 4ac1be2 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  19. 523497c bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  20. c55f695 [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200) by Miss Islington (bot) · 6 years ago
  21. 76d8fb7 bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Steve Dower · 6 years ago
  22. 26c44b5 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Miss Islington (bot) · 6 years ago
  23. 3906920 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114) by Miss Islington (bot) · 6 years ago
  24. d112ea6 closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 6 years ago
  25. e7b7edf [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) (GH-16092) by Xtreak · 6 years ago
  26. f14fcbf Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082) by Julien Palard · 6 years ago
  27. b50eff6 bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 6 years ago
  28. 7da8c0a closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 6 years ago
  29. a3c53a1 bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  30. c8d1338 bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 6 years ago
  31. 8892a1d closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 6 years ago
  32. e4be7c8 Improve clarity of try-return-finally-return (GH-15677) (GH-15982) by Miss Islington (bot) · 6 years ago
  33. cec68c3 [3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994) by Stéphane Wirtel · 6 years ago
  34. d126fbd bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974) by Miss Islington (bot) · 6 years ago
  35. 8a19a91 bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Miss Islington (bot) · 6 years ago
  36. c211939 bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15953) by Miss Islington (bot) · 6 years ago
  37. f3480ad [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Miss Islington (bot) · 6 years ago
  38. aca878e [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926) by Vinay Sajip · 6 years ago
  39. 99f0e81 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 6 years ago
  40. 5fe153c bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 6 years ago
  41. 6a494e7 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) by Steve Dower · 6 years ago
  42. 494b61a [3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874) by Victor Stinner · 6 years ago
  43. 0fccd4a bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Steve Dower · 6 years ago
  44. 0d7e6a6 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 6 years ago
  45. 61f34f9 bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-14238) by Michael Felt · 6 years ago
  46. 64947dc bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Miss Islington (bot) · 6 years ago
  47. 2366933 bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789) by Victor Stinner · 6 years ago
  48. 12228ce [3.7] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15817) by Zachary Ware · 6 years ago
  49. b4591ad bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 6 years ago
  50. b7bf632 bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Miss Islington (bot) · 6 years ago
  51. 472f37a bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Miss Islington (bot) · 6 years ago
  52. d3b8a6b bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Miss Islington (bot) · 6 years ago
  53. 9ae9ac1 bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) (GH-15748) by Miss Islington (bot) · 6 years ago
  54. c257591 bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Miss Islington (bot) · 6 years ago
  55. bbf02da bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) by Miss Islington (bot) · 6 years ago
  56. 1af2c0e bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 6 years ago
  57. 5190b71 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 6 years ago
  58. 021e5db bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) by Miss Islington (bot) · 6 years ago
  59. 084ba33 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Miss Islington (bot) · 6 years ago
  60. 1e2707d bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15706) by Miss Islington (bot) · 6 years ago
  61. 16af39a bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 6 years ago
  62. 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
  63. ea21389 [3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15654) by Ashwin Ramaswami · 6 years ago
  64. 4805805 bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Miss Islington (bot) · 6 years ago
  65. 8ba8cc5 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Miss Islington (bot) · 6 years ago
  66. 6b50c10 bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 6 years ago
  67. d3d2650 bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) by Miss Islington (bot) · 6 years ago
  68. be310e0 bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15577) by Miss Islington (bot) · 6 years ago
  69. 554143e bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) by Miss Islington (bot) · 6 years ago
  70. ea48966 closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) by Miss Islington (bot) · 6 years ago
  71. 1bf672f bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) by Miss Islington (bot) · 6 years ago
  72. c1c1a33 [3.7] bpo-37664: Update ensurepip bundled wheels, again (GH-15483) (GH-15529) by Steve Dower · 6 years ago
  73. a976283 bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) by Miss Islington (bot) · 6 years ago
  74. 1b15914 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Miss Islington (bot) · 6 years ago
  75. 31ea447 bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) by Miss Islington (bot) · 6 years ago
  76. f2b468d bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Miss Islington (bot) · 6 years ago
  77. e6802d8 Fix typo and rearrange words in IDLE news item (GH-15471) by Miss Islington (bot) · 6 years ago
  78. 799e4e5 [3.7] bpo-37461: Fix typo (inifite -> infinite) (GH-15430) by GeeTransit · 6 years ago
  79. f8dc3e8 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Miss Islington (bot) · 6 years ago
  80. 1b1796d [3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) (GH-15417) by Pablo Galindo · 6 years ago
  81. 735a960 bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) by Miss Islington (bot) · 6 years ago
  82. c5bba85 bpo-37482: Fix email address name with encoded words and special chars (GH-14561) by Miss Islington (bot) · 6 years ago
  83. 02c1457 bpo-37868: Improve is_dataclass for instances. (GH-15325) by Miss Islington (bot) · 6 years ago
  84. ed44b84 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226) by Paul Ganssle · 6 years ago
  85. 1581d9c bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 6 years ago
  86. b0b178a bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 6 years ago
  87. 88cce7b bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Miss Islington (bot) · 6 years ago
  88. 93bee6a [3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280) by Victor Stinner · 6 years ago
  89. 3e1f135 bpo-37256: Wording in Request class docs (GH-14792) by Miss Islington (bot) · 6 years ago
  90. 7eef81e bpo-37738: Fix curses addch(str, color_pair) (GH-15071) (GH-15273) by Victor Stinner · 6 years ago
  91. dec231a bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Miss Islington (bot) · 6 years ago
  92. c48d606 bpo-34155: Dont parse domains containing @ (GH-13079) by Miss Islington (bot) · 6 years ago
  93. 7dafbe8 bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15158) by Miss Islington (bot) · 6 years ago
  94. 4969192 bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) by Miss Islington (bot) · 6 years ago
  95. a96f036 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 6 years ago
  96. a2ea944 [3.7] bpo-34621: backwards-compatible pickle UUID with is_safe=unknown (GH-14834) by Tal Einat · 6 years ago
  97. 6ed20e5 [3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104) by Serhiy Storchaka · 6 years ago
  98. 1ff7dd6 bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) by Miss Islington (bot) · 6 years ago
  99. 8990ac0 bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15069) by Miss Islington (bot) · 6 years ago
  100. 35d9c37 bpo-37695: Correct unget_wch error message. (GH-14986) by Miss Islington (bot) · 6 years ago