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. 3cae16d bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) by Serhiy Storchaka · 7 years ago
  4. 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
  5. c37923e bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094) by Miss Islington (bot) · 7 years ago
  6. d1fb212 bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) by Miss Islington (bot) · 7 years ago
  7. 0e4ad88 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 7 years ago
  8. b264c60 [3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
  9. 1a7b62d bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069) by Victor Stinner · 7 years ago
  10. c3cc751 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11066) by Victor Stinner · 7 years ago
  11. d4bcf13 bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Miss Islington (bot) · 7 years ago
  12. ee2c5a8 bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11035) by Miss Islington (bot) · 7 years ago
  13. 783b794 Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021) by Victor Stinner · 7 years ago
  14. 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
  15. 602d307 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) by Zackery Spytz · 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. 3c6b0d9 [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)" (#10968) by Victor Stinner · 7 years ago
  19. 3451078 bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) by Miss Islington (bot) · 7 years ago
  20. ac8b47c bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) by Serhiy Storchaka · 7 years ago
  21. 1de91a0 bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) by Serhiy Storchaka · 7 years ago
  22. 53bed18 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Miss Islington (bot) · 7 years ago
  23. 983d1ab bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Miss Islington (bot) · 7 years ago
  24. b02774f bpo-35296: make install now installs the internal API (GH-10665) (GH-10897) by Victor Stinner · 7 years ago
  25. 0091f34 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509) by Miss Islington (bot) · 7 years ago
  26. 1751423 bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by Miss Islington (bot) · 7 years ago
  27. 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
  28. e8f9e47 bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) by Miss Islington (bot) · 7 years ago
  29. fe91e9b [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872) by Miss Islington (bot) · 7 years ago
  30. bdeb56c bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 7 years ago
  31. 6cb0486 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Miss Islington (bot) · 7 years ago
  32. 265b419 bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 7 years ago
  33. 422c165 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Miss Islington (bot) · 7 years ago
  34. 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
  35. b135535 bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Miss Islington (bot) · 7 years ago
  36. df738d5 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813) by Victor Stinner · 7 years ago
  37. 8a73cac [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Victor Stinner · 7 years ago
  38. 7eeab87 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Victor Stinner · 7 years ago
  39. 24b51b1 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Miss Islington (bot) · 7 years ago
  40. 85ab974 bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) (GH-10761) by Victor Stinner · 7 years ago
  41. d669154 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  42. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 7 years ago
  43. 6f5fa1b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) by Victor Stinner · 7 years ago
  44. 903a3e8 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 7 years ago
  45. 01e5799 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Miss Islington (bot) · 7 years ago
  46. 56742f1 [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) by Victor Stinner · 7 years ago
  47. 3b7258a [3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Miss Islington (bot) · 7 years ago
  48. 129642a bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) by Miss Islington (bot) · 7 years ago
  49. 6eff6b8 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) by Victor Stinner · 7 years ago
  50. c743a6a Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 7 years ago
  51. ae02a92 bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585) by Miss Islington (bot) · 7 years ago
  52. e851049 bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) by Steve Dower · 7 years ago
  53. 579c417 bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) by Miss Islington (bot) · 7 years ago
  54. 9053d2f [3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544) by Julien Palard · 7 years ago
  55. 9fbcb14 [3.7] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) (GH-10522) by Miss Islington (bot) · 7 years ago
  56. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 7 years ago
  57. b91c27d bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Miss Islington (bot) · 7 years ago
  58. 2847cca bpo-35202: Remove unused imports in idlelib (GH-10438) by Miss Islington (bot) · 7 years ago
  59. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 7 years ago
  60. 9d36581 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 7 years ago
  61. 3ba5e25 Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Miss Islington (bot) · 7 years ago
  62. 881e273 bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377) by Miss Islington (bot) · 7 years ago
  63. 2b2a8c1 bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) by Miss Islington (bot) · 7 years ago
  64. 34fcee9 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Miss Islington (bot) · 7 years ago
  65. a437c28 bpo-35099: Improve the doc about IDLE running user code. (GH-10350) by Miss Islington (bot) · 7 years ago
  66. 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
  67. 08026b1 [3.7]bpo-29341: Backport b942707 3.7 (#10298) by BNMetrics · 7 years ago
  68. 04c9666 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Miss Islington (bot) · 7 years ago
  69. 71b6c1a bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 7 years ago
  70. b183750 [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253) by Serhiy Storchaka · 7 years ago
  71. 1a3f18e bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206) by Miss Islington (bot) · 7 years ago
  72. ff8d626 Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195) by Miss Islington (bot) · 7 years ago
  73. c516dc6 bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Miss Islington (bot) · 7 years ago
  74. 593af34 bpo-35088: Update idlelib.help.copy_string docstring (GH-10164) by Miss Islington (bot) · 7 years ago
  75. 2d3b7a9 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Miss Islington (bot) · 7 years ago
  76. e2cf819 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Miss Islington (bot) · 7 years ago
  77. cb920c1 bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Miss Islington (bot) · 7 years ago
  78. 9080824 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Miss Islington (bot) · 7 years ago
  79. ec10b70 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Miss Islington (bot) · 7 years ago
  80. c64c405 bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) by Miss Islington (bot) · 7 years ago
  81. a7ffb66 [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Steve Dower · 7 years ago
  82. 69a3f15 bpo-28015: Support LTO build with clang (GH-9908) by Miss Islington (bot) · 7 years ago
  83. f7cefb4 bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10069) by Miss Islington (bot) · 7 years ago
  84. 7f34d55 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Miss Islington (bot) · 7 years ago
  85. 002aef3 closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) by Miss Islington (bot) · 7 years ago
  86. f141dda [3.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012) by Ned Deily · 7 years ago
  87. 08eae4f Merge tag 'v3.7.1' into 3.7 by Ned Deily · 7 years ago
  88. 260ec2c 3.7.1final by Ned Deily · 7 years ago v3.7.1
  89. dcd56f6 bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) by Miss Islington (bot) · 7 years ago
  90. ce3b5a8 bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) by Miss Islington (bot) · 7 years ago
  91. 60c663c bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849) by Miss Islington (bot) · 7 years ago
  92. 03ca8b5 bpo-34909: NEWS entry. by Ned Deily · 7 years ago
  93. 8f53dcd bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Miss Islington (bot) · 7 years ago
  94. c8348fb bpo-33594: Add deprecation info in inspect.py module (GH-7036) by Miss Islington (bot) · 7 years ago
  95. 0f2fc8b bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978) by Victor Stinner · 7 years ago
  96. 4ec9f64 bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9743) by Miss Islington (bot) · 7 years ago
  97. c119d59 bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545) by Miss Islington (bot) · 7 years ago
  98. 6665802 bpo-1621: Avoid signed integer overflow in set_table_resize() (GH-9059) (GH-9198) by Miss Islington (bot) · 7 years ago
  99. b9182aa bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970) by Miss Islington (bot) · 7 years ago
  100. bd9c2ce bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) by Juliette Monsel · 7 years ago