Python 3.7.4rc1
  1. b26441e 3.7.4rc1 by Ned Deily · 6 years ago v3.7.4rc1
  2. 23d9fcb Changelog fixups for 3.7.3rc1 by Ned Deily · 6 years ago
  3. c730211 bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208) by Ned Deily · 6 years ago
  4. 452b417 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Miss Islington (bot) · 6 years ago
  5. 624c9a2 bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) by Miss Islington (bot) · 6 years ago
  6. 0f3abbc bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187) by Miss Islington (bot) · 6 years ago
  7. 81f7899 bpo-5680: IDLE: Customize running a module (GH-13763) by Miss Islington (bot) · 6 years ago
  8. 14bac00 bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) by Steve Dower · 6 years ago
  9. 336cf39 bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) by Miss Islington (bot) · 6 years ago
  10. 0f31a2d bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Miss Islington (bot) · 6 years ago
  11. 7158949 bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14141) by Miss Islington (bot) · 6 years ago
  12. b101fa7 bpo-28805: document METH_FASTCALL (GH-14079) by Miss Islington (bot) · 6 years ago
  13. 45d6547 bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) by Miss Islington (bot) · 6 years ago
  14. e5d67f1 [3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075). (GH-14103) by Andrew Svetlov · 6 years ago
  15. 5e97450 Use threadpool for reading from file in sendfile fallback mode (GH-14076) by Miss Islington (bot) · 6 years ago
  16. 0b592d5 bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Miss Islington (bot) · 6 years ago
  17. 33feb2e bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) (GH-14086) by Victor Stinner · 6 years ago
  18. 5292179 [3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) (GH-14073) by Pablo Galindo · 6 years ago
  19. 6a433f5 bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) by Miss Islington (bot) · 6 years ago
  20. 6eb2878e bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH-14054) by Miss Islington (bot) · 6 years ago
  21. b4c8ef7 bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) by Miss Islington (bot) · 6 years ago
  22. d561f84 bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) by Miss Islington (bot) · 6 years ago
  23. 0745cc6 [3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910) by Abhilash Raj · 6 years ago
  24. 5d1d4e3 bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Miss Islington (bot) · 6 years ago
  25. 1b615b2 [3.7] bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13968) by Raymond Hettinger · 6 years ago
  26. 51c9cc7 bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Miss Islington (bot) · 6 years ago
  27. 10b4fd9 bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) by Miss Islington (bot) · 6 years ago
  28. e36ed47 [3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896) by Zackery Spytz · 6 years ago
  29. 685b806 bpo-37177: make IDLE's search dialogs transient (GH-13869) by Miss Islington (bot) · 6 years ago
  30. dc20fc4 bpo-21315: Fix parsing of encoded words with missing leading ws. (GH-13425) (#13846) by Miss Islington (bot) · 6 years ago
  31. 28be388 Don't report deleted attributes in __dir__ (GHGH-10148) by Miss Islington (bot) · 6 years ago
  32. f62a372 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Miss Islington (bot) · 6 years ago
  33. 3d75bd1 bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Miss Islington (bot) · 6 years ago
  34. 5f8443e bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) (GH-13819) by Miss Islington (bot) · 6 years ago
  35. cad4ff6 bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248) by Miss Islington (bot) · 6 years ago
  36. 3344197 [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782) by Miss Islington (bot) · 6 years ago
  37. 8766cb7 [3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581) by Inada Naoki · 6 years ago
  38. 6bd438e bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) (GH-13753) by Miss Islington (bot) · 6 years ago
  39. b4e0bfd bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Miss Islington (bot) · 6 years ago
  40. c76add7 Improve version added references in `typing` module docs (GH-13457) by Miss Islington (bot) · 6 years ago
  41. ac60d1a bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011) by Miss Islington (bot) · 6 years ago
  42. f286e03 bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113) by Miss Islington (bot) · 6 years ago
  43. a6dc5d4 bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278) by Miss Islington (bot) · 6 years ago
  44. 49fc57a bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688) by Miss Islington (bot) · 6 years ago
  45. fc3b843 bpo-25735: math.factorial doc should mention integer return type (GH-6420) by Miss Islington (bot) · 6 years ago
  46. f1487b3 bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369) by Miss Islington (bot) · 6 years ago
  47. 3a98bbf [3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) (GH-13662) by Anthony Sottile · 6 years ago
  48. 8ea0fd8 bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) (GH-13643) by Miss Islington (bot) · 6 years ago
  49. 0eb6999 bpo-22102: Fixes zip files with disks set to 0 (GH-5985) by Miss Islington (bot) · 6 years ago
  50. e7ddf58 bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) by Miss Islington (bot) · 6 years ago
  51. 0f352d4 bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601) by Miss Islington (bot) · 6 years ago
  52. a79b6c5 [3.7] bpo-37035: Don't log OSError (GH-13548) (#13594) by Andrew Svetlov · 6 years ago
  53. bfd0b77 [3.7] bpo-28866: No type cache for types with specialized mro, invalidation is hard. (GH-13157) (GH-13589) by Miss Islington (bot) · 6 years ago
  54. f3d9094 BPO-27639: Correct return type for UserList slicing operation (#13203) by Michael Blahay · 6 years ago
  55. 1b85f4e bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850) by Miss Islington (bot) · 6 years ago
  56. 2156fec [3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH-13569) by Gregory P. Smith · 6 years ago
  57. ea2b76b bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) by Inada Naoki · 6 years ago
  58. c70ab1c bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) by Miss Islington (bot) · 6 years ago
  59. cee4ac8 bpo-35907: Clarify the NEWS entry (GH-13558) by Victor Stinner · 6 years ago
  60. 310f414 bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Miss Islington (bot) · 6 years ago
  61. 7cc47e9 bpo-37008: make mock_open handle able to honor next() (GH-13492) by Miss Islington (bot) · 6 years ago
  62. 0416d6f bpo-27737: Allow whitespace only headers encoding (GH-13478) (#13517) by Miss Islington (bot) · 6 years ago
  63. b73c21c bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141) by Miss Islington (bot) · 6 years ago
  64. 34bab21 bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-13505) by Victor Stinner · 6 years ago
  65. 81c5ec9 [3.7] bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) (GH-13502) by Jelle Zijlstra · 6 years ago
  66. a58db96 bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487) by Victor Stinner · 6 years ago
  67. d092caf bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493) by Jeroen Demeyer · 6 years ago
  68. 791e5fc bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421) (GH-13471) by Erik Janssens · 6 years ago
  69. aea49b1 [3.7] bpo-36035: fix Path.rglob for broken links (GH-11988) (GH-13469) by Miss Islington (bot) · 6 years ago
  70. 6b48e65 bpo-36929: Modify io/re tests to allow for missing mod name (GH-13392) by Miss Islington (bot) · 6 years ago
  71. 3c9c2dc bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Miss Islington (bot) · 6 years ago
  72. cdb2dbf [3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) (GH-13455) by Geoff Shannon · 6 years ago
  73. 50b3f20 bpo-36969: Make PDB args command display keyword only arguments (GH-13452) by Miss Islington (bot) · 6 years ago
  74. 3887932 bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) by Miss Islington (bot) · 6 years ago
  75. 2d94d4f bpo-36958: In IDLE, print exit message (GH-13435) by Miss Islington (bot) · 6 years ago
  76. f393e8e bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914) by Miss Islington (bot) · 6 years ago
  77. 3645d29 bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094) by Miss Islington (bot) · 6 years ago
  78. 5386aaf bpo-33524: Fix the folding of email header when max_line_length is 0 or None (GH-13391) by Miss Islington (bot) · 6 years ago
  79. 85ed171 bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Miss Islington (bot) · 6 years ago
  80. 9470404 bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) by Miss Islington (bot) · 6 years ago
  81. f02d1a4 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Miss Islington (bot) · 6 years ago
  82. aa73841 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Steve Dower · 6 years ago
  83. c647ad9 Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)" (GH-13328) by Victor Stinner · 6 years ago
  84. 2fef5b0 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-13321) by Miss Islington (bot) · 6 years ago
  85. ecd668d bpo-36915: regrtest always remove tempdir of worker processes (GH-13312) by Miss Islington (bot) · 6 years ago
  86. 8b3823ae bpo-32995 - Added context variable in glossary (GH-9741) by Miss Islington (bot) · 6 years ago
  87. 30cccf0 bpo-36845: validate integer network prefix when constructing IP networks (GH-13298) by Miss Islington (bot) · 6 years ago
  88. 0a5b88e bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212) (#13234) by Miss Islington (bot) · 6 years ago
  89. c0abd0c bpo-34424: Handle different policy.linesep lengths correctly. (GH-8803) by Miss Islington (bot) · 6 years ago
  90. 19464bc bpo-36719: regrtest -jN no longer stops on crash (GH-13231) by Miss Islington (bot) · 6 years ago
  91. 68a11b6 [3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) (#13288) by Miss Islington (bot) · 6 years ago
  92. 34ed40f [3.7] bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767) (GH-13237) by Pablo Galindo · 6 years ago
  93. 98b360e [3.7] bpo-10536: Enhancements to gettext docs (GH-10324) (GH-13224) by Miss Islington (bot) · 6 years ago
  94. 6daaf3f [3.7] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13197) by Gregory P. Smith · 6 years ago
  95. 93aa57a bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098) by Miss Islington (bot) · 6 years ago
  96. 3b4b28e [3.7] bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704) (GH-13170) by Gregory P. Smith · 6 years ago
  97. 299f69c bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340) by Miss Islington (bot) · 6 years ago
  98. 19ca5b5 bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) by Miss Islington (bot) · 6 years ago
  99. 7e200e0 bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13154) by Miro Hrončok · 6 years ago
  100. 146010e bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) by Miss Islington (bot) · 6 years ago