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