Python 3.7.2
  1. f14087a bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264) by Victor Stinner · 7 years ago
  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. 0e4ad88 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 7 years ago
  5. b264c60 [3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
  6. 1a7b62d bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069) by Victor Stinner · 7 years ago
  7. c3cc751 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11066) by Victor Stinner · 7 years ago
  8. d4bcf13 bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Miss Islington (bot) · 7 years ago
  9. 783b794 Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021) by Victor Stinner · 7 years ago
  10. 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
  11. 2532091 [3.7] bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 7 years ago
  12. 6485aa6 bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) by Miss Islington (bot) · 7 years ago
  13. 560fa4d bpo-35363: test_eintr uses print(flush=True) (GH-10990) by Miss Islington (bot) · 7 years ago
  14. b7c67c4 bpo-35424: test_multiprocessing: join 3 pools (GH-10986) by Miss Islington (bot) · 7 years ago
  15. b1438c0 bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) by Miss Islington (bot) · 7 years ago
  16. 3c6b0d9 [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)" (#10968) by Victor Stinner · 7 years ago
  17. 0fc3b2f bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by Miss Islington (bot) · 7 years ago
  18. c7c4e93 bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) by Miss Islington (bot) · 7 years ago
  19. 983d1ab bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Miss Islington (bot) · 7 years ago
  20. c93e3b0 bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10911) by Victor Stinner · 7 years ago
  21. 74a80e1 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) by Miss Islington (bot) · 7 years ago
  22. 0091f34 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509) by Miss Islington (bot) · 7 years ago
  23. fe91e9b [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872) by Miss Islington (bot) · 7 years ago
  24. bdeb56c bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 7 years ago
  25. 6cb0486 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Miss Islington (bot) · 7 years ago
  26. 265b419 bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 7 years ago
  27. 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
  28. 365f21c bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Miss Islington (bot) · 7 years ago
  29. df738d5 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813) by Victor Stinner · 7 years ago
  30. 8a73cac [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Victor Stinner · 7 years ago
  31. 2fa5b2a bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 7 years ago
  32. d46d753 bpo-33723: Remove busy loop from test_time (GH-10773) by Miss Islington (bot) · 7 years ago
  33. 24b51b1 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Miss Islington (bot) · 7 years ago
  34. c901045 pythoninfo: log more environment variable (GH-10719) (GH-10769) by Victor Stinner · 7 years ago
  35. 80db40c bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 7 years ago
  36. d669154 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  37. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 7 years ago
  38. 5350dd1 bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Miss Islington (bot) · 7 years ago
  39. e88553c bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715) by Victor Stinner · 7 years ago
  40. 903a3e8 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 7 years ago
  41. 01e5799 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Miss Islington (bot) · 7 years ago
  42. 56742f1 [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) by Victor Stinner · 7 years ago
  43. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 7 years ago
  44. d57ab8a bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Miss Islington (bot) · 7 years ago
  45. 0e1312c bpo-35233: test_embed: fix filesystem encoding (GH-10597) by Victor Stinner · 7 years ago
  46. f415aa1 Add --tempdir option for test run (GH-10322) by Miss Islington (bot) · 7 years ago
  47. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 7 years ago
  48. 9ee1d42 bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) by Victor Stinner · 7 years ago
  49. bc09ee8 bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539) by Victor Stinner · 7 years ago
  50. 88cbea4 bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537) by Victor Stinner · 7 years ago
  51. 35c28d5 [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) by Victor Stinner · 7 years ago
  52. d57a3e5 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) by Victor Stinner · 7 years ago
  53. 3f9fe53 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Miss Islington (bot) · 7 years ago
  54. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 7 years ago
  55. 9d36581 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 7 years ago
  56. b097f9f Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Miss Islington (bot) · 7 years ago
  57. ca592bc closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Miss Islington (bot) · 7 years ago
  58. 7beb8c5 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Miss Islington (bot) · 7 years ago
  59. 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
  60. 71b6c1a bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 7 years ago
  61. 58f7bf3 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Miss Islington (bot) · 7 years ago
  62. a7ffb66 [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Steve Dower · 7 years ago
  63. 178bf58 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by Miss Islington (bot) · 7 years ago
  64. 313e501 bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) by Miss Islington (bot) · 7 years ago
  65. 18450be bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Miss Islington (bot) · 7 years ago
  66. 7f34d55 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Miss Islington (bot) · 7 years ago
  67. 861d34e bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10000) by Serhiy Storchaka · 7 years ago
  68. dcd56f6 bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) 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. 0f2fc8b bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978) by Victor Stinner · 7 years ago
  71. b9182aa bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970) by Miss Islington (bot) · 7 years ago
  72. a66f279 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by Miss Islington (bot) · 7 years ago
  73. 5b9b935 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Miss Islington (bot) · 7 years ago
  74. 178d1c0 bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Miss Islington (bot) · 7 years ago
  75. 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
  76. 350aeab bpo-34783: Fix test_nonexisting_script() (GH-9896) by Miss Islington (bot) · 7 years ago
  77. 1370832 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Miss Islington (bot) · 7 years ago
  78. b1c8003 bpo-34941: Fix searching Element subclasses. (GH-9766) by Miss Islington (bot) · 7 years ago
  79. d075642 Add new tests for bytes and bytearray constructors. (GH-9843) by Miss Islington (bot) · 7 years ago
  80. 5d8ef8b bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) (GH-9832) by Miss Islington (bot) · 7 years ago
  81. c327a54 bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) by Miss Islington (bot) · 7 years ago
  82. 8b040e5 [3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) by Serhiy Storchaka · 7 years ago
  83. 8e23ba0 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Miss Islington (bot) · 7 years ago
  84. 41e5ec3 bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by Miss Islington (bot) · 7 years ago
  85. 0ce31d3 bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Miss Islington (bot) · 7 years ago
  86. 3b69993 bpo-6721: Hold logging locks across fork() (GH-4071) (#9291) by Miss Islington (bot) · 7 years ago
  87. 1a21893 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581) by Miss Islington (bot) · 7 years ago
  88. 453b3b0 bpo-34909: keep searching mixins until base class is found (GH-9737) (GH-9738) by Miss Islington (bot) · 7 years ago
  89. a67bd53d [3.7] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9691) by Elvis Pranskevichus · 7 years ago
  90. 97f998a bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676) by Miss Islington (bot) · 7 years ago
  91. cd4dd93 closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Miss Islington (bot) · 7 years ago
  92. 0f161b3 bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Miss Islington (bot) · 7 years ago
  93. 7e35081 bpo-34736: improve error message for invalid length b64decode inputs (GH-9563) by Miss Islington (bot) · 7 years ago
  94. addef07 Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) by Miss Islington (bot) · 7 years ago
  95. 12e3e80 bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) by Miss Islington (bot) · 7 years ago
  96. ef1173a bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by Miss Islington (bot) · 7 years ago
  97. 7a26222 bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) by Miss Islington (bot) · 7 years ago
  98. 657fdf2 bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) by Miss Islington (bot) · 7 years ago
  99. 394e55a [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) by Christian Heimes · 7 years ago
  100. 2756ef3 [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) by Christian Heimes · 7 years ago