Python 3.7.2
  1. 9a3ffc0 3.7.2final by Ned Deily · 7 years ago v3.7.2
  2. 25ee15a [3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977) by Myles Borins · 7 years ago
  3. f14087a bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264) by Victor Stinner · 7 years ago
  4. 75a402a 3.7.2rc1 by Ned Deily · 7 years ago v3.7.2rc1
  5. d55a896 bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086) by Miss Islington (bot) · 7 years ago
  6. f7404a5 bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) by Miss Islington (bot) · 7 years ago
  7. 45a31a1 [3.7] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11031) by Miss Islington (bot) · 7 years ago
  8. 0e4ad88 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 7 years ago
  9. b264c60 [3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
  10. 1a7b62d bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069) by Victor Stinner · 7 years ago
  11. c3cc751 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11066) by Victor Stinner · 7 years ago
  12. d4bcf13 bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Miss Islington (bot) · 7 years ago
  13. ee2c5a8 bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11035) by Miss Islington (bot) · 7 years ago
  14. 783b794 Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021) by Victor Stinner · 7 years ago
  15. 0d5730e [3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) by Serhiy Storchaka · 7 years ago
  16. 2db190b bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464) by Miss Islington (bot) · 7 years ago
  17. 2532091 [3.7] bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 7 years ago
  18. 6485aa6 bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) by Miss Islington (bot) · 7 years ago
  19. 560fa4d bpo-35363: test_eintr uses print(flush=True) (GH-10990) by Miss Islington (bot) · 7 years ago
  20. b7c67c4 bpo-35424: test_multiprocessing: join 3 pools (GH-10986) by Miss Islington (bot) · 7 years ago
  21. f740818 bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863) by Miss Islington (bot) · 7 years ago
  22. de8037d [3.7] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10980) by Terry Jan Reedy · 7 years ago
  23. b1438c0 bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) by Miss Islington (bot) · 7 years ago
  24. 3c6b0d9 [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)" (#10968) by Victor Stinner · 7 years ago
  25. 0fc3b2f bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by Miss Islington (bot) · 7 years ago
  26. 1de91a0 bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) by Serhiy Storchaka · 7 years ago
  27. 53bed18 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Miss Islington (bot) · 7 years ago
  28. c7c4e93 bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) by Miss Islington (bot) · 7 years ago
  29. 983d1ab bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Miss Islington (bot) · 7 years ago
  30. c93e3b0 bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10911) by Victor Stinner · 7 years ago
  31. 74a80e1 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) by Miss Islington (bot) · 7 years ago
  32. 0091f34 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509) by Miss Islington (bot) · 7 years ago
  33. 12735c1 bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873) (#10887) by Miss Islington (bot) · 7 years ago
  34. e8f9e47 bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) by Miss Islington (bot) · 7 years ago
  35. fe91e9b [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872) by Miss Islington (bot) · 7 years ago
  36. bdeb56c bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 7 years ago
  37. 1ef06c6 bpo-32153: Add unit test for create_autospec with partial function returned in getattr (GH-10398) (#10855) by Miss Islington (bot) · 7 years ago
  38. 6cb0486 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Miss Islington (bot) · 7 years ago
  39. 265b419 bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 7 years ago
  40. 422c165 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Miss Islington (bot) · 7 years ago
  41. 38bed78 [3.7] bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10834) by Victor Stinner · 7 years ago
  42. 365f21c bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Miss Islington (bot) · 7 years ago
  43. df738d5 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813) by Victor Stinner · 7 years ago
  44. 8a73cac [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Victor Stinner · 7 years ago
  45. 7eeab87 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Victor Stinner · 7 years ago
  46. 2fa5b2a bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 7 years ago
  47. d46d753 bpo-33723: Remove busy loop from test_time (GH-10773) by Miss Islington (bot) · 7 years ago
  48. 24b51b1 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Miss Islington (bot) · 7 years ago
  49. f71a592 bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) (GH-10772) by Ismo Toijala · 7 years ago
  50. c901045 pythoninfo: log more environment variable (GH-10719) (GH-10769) by Victor Stinner · 7 years ago
  51. 80db40c bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 7 years ago
  52. d669154 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  53. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 7 years ago
  54. 5350dd1 bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Miss Islington (bot) · 7 years ago
  55. e88553c bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715) by Victor Stinner · 7 years ago
  56. 6a528cc closes bpo-35309: cpath should be capath (GH-10701) by Miss Islington (bot) · 7 years ago
  57. 89a3087 bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Miss Islington (bot) · 7 years ago
  58. 903a3e8 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 7 years ago
  59. 01e5799 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Miss Islington (bot) · 7 years ago
  60. 56742f1 [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) by Victor Stinner · 7 years ago
  61. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 7 years ago
  62. d57ab8a bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Miss Islington (bot) · 7 years ago
  63. c743a6a Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 7 years ago
  64. 0e1312c bpo-35233: test_embed: fix filesystem encoding (GH-10597) by Victor Stinner · 7 years ago
  65. f415aa1 Add --tempdir option for test run (GH-10322) by Miss Islington (bot) · 7 years ago
  66. 3a600d2 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Miss Islington (bot) · 7 years ago
  67. 0461c3b bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Miss Islington (bot) · 7 years ago
  68. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 7 years ago
  69. 579c417 bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) by Miss Islington (bot) · 7 years ago
  70. 9ee1d42 bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) by Victor Stinner · 7 years ago
  71. bc09ee8 bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539) by Victor Stinner · 7 years ago
  72. 88cbea4 bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537) by Victor Stinner · 7 years ago
  73. 35c28d5 [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) by Victor Stinner · 7 years ago
  74. d57a3e5 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) by Victor Stinner · 7 years ago
  75. 3f9fe53 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Miss Islington (bot) · 7 years ago
  76. b91c27d bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Miss Islington (bot) · 7 years ago
  77. 2847cca bpo-35202: Remove unused imports in idlelib (GH-10438) by Miss Islington (bot) · 7 years ago
  78. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 7 years ago
  79. 9d36581 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 7 years ago
  80. 3ba5e25 Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Miss Islington (bot) · 7 years ago
  81. b097f9f Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Miss Islington (bot) · 7 years ago
  82. 881e273 bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377) by Miss Islington (bot) · 7 years ago
  83. 2b2a8c1 bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) by Miss Islington (bot) · 7 years ago
  84. 34fcee9 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Miss Islington (bot) · 7 years ago
  85. ca592bc closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Miss Islington (bot) · 7 years ago
  86. 4a46295 bpo-35099: Update idlelib/help.html (GH-10353) by Miss Islington (bot) · 7 years ago
  87. 7beb8c5 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Miss Islington (bot) · 7 years ago
  88. 96fb350 bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325) by Miss Islington (bot) · 7 years ago
  89. 5e0537c [3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10280) by Serhiy Storchaka · 7 years ago
  90. 71b6c1a bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 7 years ago
  91. 58f7bf3 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Miss Islington (bot) · 7 years ago
  92. 1a3f18e bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206) by Miss Islington (bot) · 7 years ago
  93. ff8d626 Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195) by Miss Islington (bot) · 7 years ago
  94. 1cea384 [3.7] Fix checking for bugfix Tcl version. (GH-10185) (GH-10186) by Miss Islington (bot) · 7 years ago
  95. 8dccb00 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169) by Miss Islington (bot) · 7 years ago
  96. 593af34 bpo-35088: Update idlelib.help.copy_string docstring (GH-10164) by Miss Islington (bot) · 7 years ago
  97. 2d3b7a9 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Miss Islington (bot) · 7 years ago
  98. e2cf819 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Miss Islington (bot) · 7 years ago
  99. 9080824 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Miss Islington (bot) · 7 years ago
  100. a7ffb66 [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Steve Dower · 7 years ago