Python 3.7.2rc1
  1. 75a402a 3.7.2rc1 by Ned Deily · 7 years ago v3.7.2rc1
  2. 9383969 Minor edits to NEWS entries by Ned Deily · 7 years ago
  3. 7353de8 Update macOS installer Welcome for 3.7.2 by Ned Deily · 7 years ago
  4. 8aa057a macOS installer build: mitigate hdiutil resource busy bug by Ned Deily · 7 years ago
  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. 3cae16d bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) by Serhiy Storchaka · 7 years ago
  9. 62674f3 bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) by Miss Islington (bot) · 7 years ago
  10. 3b9a018 bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101) by Miss Islington (bot) · 7 years ago
  11. c37923e bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094) by Miss Islington (bot) · 7 years ago
  12. 9bb306d bpo-34977: Remove unused preprocessor definition (GH-11092) by Miss Islington (bot) · 7 years ago
  13. d1fb212 bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) by Miss Islington (bot) · 7 years ago
  14. 0e4ad88 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 7 years ago
  15. b3ffe47 Fix numbered lists in stdtypes.rst. (GH-10989) by Miss Islington (bot) · 7 years ago
  16. b264c60 [3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
  17. ef1fc0d bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079) by Miss Islington (bot) · 7 years ago
  18. ea773eb bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075) by Miss Islington (bot) · 7 years ago
  19. 1467a3a bpo-31374: Include pyconfig.h earlier in expat (GH-11064) by Miss Islington (bot) · 7 years ago
  20. 1a7b62d bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069) by Victor Stinner · 7 years ago
  21. c3cc751 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11066) by Victor Stinner · 7 years ago
  22. fc79175 bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) by Miss Islington (bot) · 7 years ago
  23. c83ec05 bpo-35433: Properly detect installed SDK versions (GH-11009) by Miss Islington (bot) · 7 years ago
  24. 331bfa4 bpo-22005: Document the reality of pickle compatibility. (GH-11054) by Miss Islington (bot) · 7 years ago
  25. d4bcf13 bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Miss Islington (bot) · 7 years ago
  26. b6b7795 [3.7] Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) (GH-10344) by Julien Palard · 7 years ago
  27. 2db96ae [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) by Julien Palard · 7 years ago
  28. 8b7d8ac bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Miss Islington (bot) · 7 years ago
  29. ee2c5a8 bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11035) by Miss Islington (bot) · 7 years ago
  30. 783b794 Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021) by Victor Stinner · 7 years ago
  31. 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
  32. 602d307 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) by Zackery Spytz · 7 years ago
  33. 2db190b bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464) by Miss Islington (bot) · 7 years ago
  34. 2532091 [3.7] bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 7 years ago
  35. 72c7195 Add missing period in distutils.dep_util.newer_group doc (GH-11003) by Miss Islington (bot) · 7 years ago
  36. f913d44 Clarify expectedFailure in the unittest docs. (GH-10953) by Miss Islington (bot) · 7 years ago
  37. 6485aa6 bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) by Miss Islington (bot) · 7 years ago
  38. 560fa4d bpo-35363: test_eintr uses print(flush=True) (GH-10990) by Miss Islington (bot) · 7 years ago
  39. b7c67c4 bpo-35424: test_multiprocessing: join 3 pools (GH-10986) by Miss Islington (bot) · 7 years ago
  40. f740818 bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863) by Miss Islington (bot) · 7 years ago
  41. de8037d [3.7] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10980) by Terry Jan Reedy · 7 years ago
  42. b1438c0 bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) by Miss Islington (bot) · 7 years ago
  43. 3c6b0d9 [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)" (#10968) by Victor Stinner · 7 years ago
  44. c28317e [3.7] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10961) by Mariatta · 7 years ago
  45. 0fc3b2f bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by Miss Islington (bot) · 7 years ago
  46. 022d7bc Fix typos in concurrent.Futures documentation (GH-10920) by Miss Islington (bot) · 7 years ago
  47. 3451078 bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) by Miss Islington (bot) · 7 years ago
  48. ac8b47c bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) by Serhiy Storchaka · 7 years ago
  49. 1de91a0 bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) by Serhiy Storchaka · 7 years ago
  50. 53bed18 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Miss Islington (bot) · 7 years ago
  51. 349d991 Correct a couple of unbalanced parenthesis. (GH-10779) by Miss Islington (bot) · 7 years ago
  52. d2c7c1f Move __missing__ after __delitem__ in Data model. (GH-10923) by Miss Islington (bot) · 7 years ago
  53. c7c4e93 bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) by Miss Islington (bot) · 7 years ago
  54. e2f376f bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886) by Miss Islington (bot) · 7 years ago
  55. 983d1ab bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Miss Islington (bot) · 7 years ago
  56. 2d594f8 bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Miss Islington (bot) · 7 years ago
  57. c93e3b0 bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10911) by Victor Stinner · 7 years ago
  58. 74a80e1 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) by Miss Islington (bot) · 7 years ago
  59. b02774f bpo-35296: make install now installs the internal API (GH-10665) (GH-10897) by Victor Stinner · 7 years ago
  60. 0091f34 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509) by Miss Islington (bot) · 7 years ago
  61. 1751423 bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by Miss Islington (bot) · 7 years ago
  62. 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
  63. 6627d3a bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) by Miss Islington (bot) · 7 years ago
  64. 5eb78c7 [3.7] bpo-35373: Fix PyInit_timezone() error handling (GH-10864) by Victor Stinner · 7 years ago
  65. e8f9e47 bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) by Miss Islington (bot) · 7 years ago
  66. fe91e9b [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872) by Miss Islington (bot) · 7 years ago
  67. a9f435e bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853) by Miss Islington (bot) · 7 years ago
  68. bdeb56c bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 7 years ago
  69. 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
  70. 6cb0486 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Miss Islington (bot) · 7 years ago
  71. 265b419 bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 7 years ago
  72. 7da9755 [3.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10824) by E Kawashima · 7 years ago
  73. 422c165 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Miss Islington (bot) · 7 years ago
  74. 38c06d9 get_gmtoff() now returns time_t (GH-10838) (GH-10839) by Victor Stinner · 7 years ago
  75. 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
  76. b135535 bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Miss Islington (bot) · 7 years ago
  77. 365f21c bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Miss Islington (bot) · 7 years ago
  78. df738d5 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813) by Victor Stinner · 7 years ago
  79. 0df1f45 Fix typo in Memory Management doc. (GH-10798) by Miss Islington (bot) · 7 years ago
  80. e604b6c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) by Miss Islington (bot) · 7 years ago
  81. 8a73cac [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Victor Stinner · 7 years ago
  82. 1659c08 bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) by Miss Islington (bot) · 7 years ago
  83. 7eeab87 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Victor Stinner · 7 years ago
  84. e754159 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789) by Miss Islington (bot) · 7 years ago
  85. 2fa5b2a bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 7 years ago
  86. d46d753 bpo-33723: Remove busy loop from test_time (GH-10773) by Miss Islington (bot) · 7 years ago
  87. 24b51b1 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Miss Islington (bot) · 7 years ago
  88. f71a592 bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) (GH-10772) by Ismo Toijala · 7 years ago
  89. c901045 pythoninfo: log more environment variable (GH-10719) (GH-10769) by Victor Stinner · 7 years ago
  90. 9c16bc2 [3.7] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10767) by Julien Palard · 7 years ago
  91. 85ab974 bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) (GH-10761) by Victor Stinner · 7 years ago
  92. 80db40c bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 7 years ago
  93. ad8ac54 bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748) by Serhiy Storchaka · 7 years ago
  94. 5ceb701 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Miss Islington (bot) · 7 years ago
  95. d669154 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  96. 7f9fb0f bpo-33954: Rewrite FILL() macro of unicodeobject.c (GH-10738) by Victor Stinner · 7 years ago
  97. 716a808 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by Miss Islington (bot) · 7 years ago
  98. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 7 years ago
  99. 5350dd1 bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Miss Islington (bot) · 7 years ago
  100. 6f8cab0 [3.7] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10722) by Julien Palard · 7 years ago