1. 8a73cac [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Victor Stinner · 7 years ago
  2. 7eeab87 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Victor Stinner · 7 years ago
  3. 2fa5b2a bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 7 years ago
  4. d46d753 bpo-33723: Remove busy loop from test_time (GH-10773) by Miss Islington (bot) · 7 years ago
  5. 24b51b1 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Miss Islington (bot) · 7 years ago
  6. f71a592 bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) (GH-10772) by Ismo Toijala · 7 years ago
  7. c901045 pythoninfo: log more environment variable (GH-10719) (GH-10769) by Victor Stinner · 7 years ago
  8. 80db40c bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 7 years ago
  9. d669154 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  10. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 7 years ago
  11. 5350dd1 bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Miss Islington (bot) · 7 years ago
  12. e88553c bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715) by Victor Stinner · 7 years ago
  13. 6a528cc closes bpo-35309: cpath should be capath (GH-10701) by Miss Islington (bot) · 7 years ago
  14. 89a3087 bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Miss Islington (bot) · 7 years ago
  15. 903a3e8 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 7 years ago
  16. 01e5799 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Miss Islington (bot) · 7 years ago
  17. 56742f1 [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) by Victor Stinner · 7 years ago
  18. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 7 years ago
  19. d57ab8a bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Miss Islington (bot) · 7 years ago
  20. c743a6a Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 7 years ago
  21. 0e1312c bpo-35233: test_embed: fix filesystem encoding (GH-10597) by Victor Stinner · 7 years ago
  22. f415aa1 Add --tempdir option for test run (GH-10322) by Miss Islington (bot) · 7 years ago
  23. 3a600d2 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Miss Islington (bot) · 7 years ago
  24. 0461c3b bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Miss Islington (bot) · 7 years ago
  25. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 7 years ago
  26. 579c417 bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) by Miss Islington (bot) · 7 years ago
  27. 9ee1d42 bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) by Victor Stinner · 7 years ago
  28. bc09ee8 bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539) by Victor Stinner · 7 years ago
  29. 88cbea4 bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537) by Victor Stinner · 7 years ago
  30. 35c28d5 [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) by Victor Stinner · 7 years ago
  31. d57a3e5 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) by Victor Stinner · 7 years ago
  32. 3f9fe53 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Miss Islington (bot) · 7 years ago
  33. b91c27d bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Miss Islington (bot) · 7 years ago
  34. 2847cca bpo-35202: Remove unused imports in idlelib (GH-10438) by Miss Islington (bot) · 7 years ago
  35. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 7 years ago
  36. 9d36581 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 7 years ago
  37. 3ba5e25 Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Miss Islington (bot) · 7 years ago
  38. b097f9f Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Miss Islington (bot) · 7 years ago
  39. 881e273 bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377) by Miss Islington (bot) · 7 years ago
  40. 2b2a8c1 bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) by Miss Islington (bot) · 7 years ago
  41. 34fcee9 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Miss Islington (bot) · 7 years ago
  42. ca592bc closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Miss Islington (bot) · 7 years ago
  43. 4a46295 bpo-35099: Update idlelib/help.html (GH-10353) by Miss Islington (bot) · 7 years ago
  44. 7beb8c5 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Miss Islington (bot) · 7 years ago
  45. 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
  46. 5e0537c [3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10280) by Serhiy Storchaka · 7 years ago
  47. 71b6c1a bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 7 years ago
  48. 58f7bf3 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Miss Islington (bot) · 7 years ago
  49. 1a3f18e bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206) by Miss Islington (bot) · 7 years ago
  50. ff8d626 Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195) by Miss Islington (bot) · 7 years ago
  51. 1cea384 [3.7] Fix checking for bugfix Tcl version. (GH-10185) (GH-10186) by Miss Islington (bot) · 7 years ago
  52. 8dccb00 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169) by Miss Islington (bot) · 7 years ago
  53. 593af34 bpo-35088: Update idlelib.help.copy_string docstring (GH-10164) by Miss Islington (bot) · 7 years ago
  54. 2d3b7a9 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Miss Islington (bot) · 7 years ago
  55. e2cf819 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Miss Islington (bot) · 7 years ago
  56. 9080824 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Miss Islington (bot) · 7 years ago
  57. a7ffb66 [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Steve Dower · 7 years ago
  58. 861f61b [3.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10065) by Zsolt Cserna · 7 years ago
  59. 178bf58 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by Miss Islington (bot) · 7 years ago
  60. d730719 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) (GH-10050) by Miss Islington (bot) · 7 years ago
  61. 313e501 bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) by Miss Islington (bot) · 7 years ago
  62. 18450be bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Miss Islington (bot) · 7 years ago
  63. 7f34d55 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Miss Islington (bot) · 7 years ago
  64. 08eae4f Merge tag 'v3.7.1' into 3.7 by Ned Deily · 7 years ago
  65. 861d34e bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10000) by Serhiy Storchaka · 7 years ago
  66. 260ec2c 3.7.1final by Ned Deily · 7 years ago
  67. dcd56f6 bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) by Miss Islington (bot) · 7 years ago
  68. 60c663c bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849) by Miss Islington (bot) · 7 years ago
  69. 8f53dcd bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Miss Islington (bot) · 7 years ago
  70. c8348fb bpo-33594: Add deprecation info in inspect.py module (GH-7036) by Miss Islington (bot) · 7 years ago
  71. 0f2fc8b bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978) by Victor Stinner · 7 years ago
  72. c119d59 bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545) by Miss Islington (bot) · 7 years ago
  73. 984a800 unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028) by Miss Islington (bot) · 7 years ago
  74. b9182aa bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970) by Miss Islington (bot) · 7 years ago
  75. bd9c2ce bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) by Juliette Monsel · 7 years ago
  76. a66f279 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by Miss Islington (bot) · 7 years ago
  77. 5b9b935 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Miss Islington (bot) · 7 years ago
  78. 178d1c0 bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Miss Islington (bot) · 7 years ago
  79. 657e3f9 [3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9926) by Stéphane Wirtel · 7 years ago
  80. 350aeab bpo-34783: Fix test_nonexisting_script() (GH-9896) by Miss Islington (bot) · 7 years ago
  81. 1370832 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Miss Islington (bot) · 7 years ago
  82. b1c8003 bpo-34941: Fix searching Element subclasses. (GH-9766) by Miss Islington (bot) · 7 years ago
  83. 77e0abe bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) by Miss Islington (bot) · 7 years ago
  84. d04d3ea Merge tag 'v3.7.1rc2' into 3.7 by Ned Deily · 7 years ago
  85. 5dbb1b7 bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849) by Miss Islington (bot) · 7 years ago
  86. d075642 Add new tests for bytes and bytearray constructors. (GH-9843) by Miss Islington (bot) · 7 years ago
  87. 2238139 bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) by Miss Islington (bot) · 7 years ago
  88. 6c06ef7 3.7.1rc2 by Ned Deily · 7 years ago
  89. 5d8ef8b bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) (GH-9832) by Miss Islington (bot) · 7 years ago
  90. 7a98e30 bpo-34900: Make TestCase.debug() work with subtests (GH-9707) by Miss Islington (bot) · 7 years ago
  91. c327a54 bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) by Miss Islington (bot) · 7 years ago
  92. 8b040e5 [3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) by Serhiy Storchaka · 7 years ago
  93. a4910c2 [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 7 years ago
  94. 8e23ba0 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Miss Islington (bot) · 7 years ago
  95. 41e5ec3 bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by Miss Islington (bot) · 7 years ago
  96. 0ce31d3 bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Miss Islington (bot) · 7 years ago
  97. 3b69993 bpo-6721: Hold logging locks across fork() (GH-4071) (#9291) by Miss Islington (bot) · 7 years ago
  98. 1a21893 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581) by Miss Islington (bot) · 7 years ago
  99. 453b3b0 bpo-34909: keep searching mixins until base class is found (GH-9737) (GH-9738) by Miss Islington (bot) · 7 years ago
  100. 6bffe50 Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725) by Serhiy Storchaka · 7 years ago