Python 3.6.9
  1. 782854f bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-14549) by Miss Islington (bot) · 6 years ago
  2. 516a6a2 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162) by Victor Stinner · 6 years ago
  3. fd1771d bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814) by Miss Islington (bot) · 6 years ago
  4. 4f06dae bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513) by Victor Stinner · 6 years ago
  5. 8ab624b [3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old TLS (GH-13124) (GH-13252) by Gregory P. Smith · 6 years ago
  6. 3dbc43f bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612) by Victor Stinner · 6 years ago
  7. 2b9d7ab [3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13198) by Gregory P. Smith · 6 years ago
  8. c50d437 bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155) by Miro Hrončok · 6 years ago
  9. e5f9f4a bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) (GH-13024) by Miss Islington (bot) · 6 years ago
  10. 23fc041 [3.6] bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (GH-12215) by Steve Dower · 6 years ago
  11. 5565b1d bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268) by Miss Islington (bot) · 6 years ago
  12. b241af8 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-12260) by Miss Islington (bot) · 6 years ago
  13. dc020cc Make sure file object is close if socket.create_connection fails (GH-11334) (GH-11351) by Miss Islington (bot) · 7 years ago
  14. 7eef540 bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) (GH-11348) by Miss Islington (bot) · 7 years ago
  15. 216a4d8 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573) by Miss Islington (bot) · 7 years ago
  16. d09e8ce Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (GH-11477)" (GH-11509) by Senthil Kumaran · 7 years ago
  17. 5d9ae8b bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (#11477) by Miss Islington (bot) · 7 years ago
  18. a21bedf [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265) by Victor Stinner · 7 years ago
  19. 9756876 bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086) by Miss Islington (bot) · 7 years ago
  20. 869e23e bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) by Miss Islington (bot) · 7 years ago
  21. bad41ce bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070) by Victor Stinner · 7 years ago
  22. 3fd9755 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067) by Victor Stinner · 7 years ago
  23. df5d884 bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Miss Islington (bot) · 7 years ago
  24. 19f6e83 bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) (GH-11024) by Miss Islington (bot) · 7 years ago
  25. 7a2cf1e bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001) by Serhiy Storchaka · 7 years ago
  26. 3f0e8e2 bpo-35363: test_eintr uses print(flush=True) (GH-10990) by Miss Islington (bot) · 7 years ago
  27. e44b5b2 bpo-35424: test_multiprocessing: join 3 pools (GH-10986) by Miss Islington (bot) · 7 years ago
  28. af31228 bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) by Miss Islington (bot) · 7 years ago
  29. eb38ee0 [3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677)" (GH-10969) by Victor Stinner · 7 years ago
  30. 4699f2a bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by Miss Islington (bot) · 7 years ago
  31. 49d995f bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) (GH-10936) by Miss Islington (bot) · 7 years ago
  32. 31b635d bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10925) by Victor Stinner · 7 years ago
  33. bfb8818 [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874) by Andrew Svetlov · 7 years ago
  34. 93d038c bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10912) by Victor Stinner · 7 years ago
  35. 65a5eff bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909) by Miss Islington (bot) · 7 years ago
  36. 0f9b668 bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 7 years ago
  37. 013832f bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 7 years ago
  38. 02250e5 bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10832) by Victor Stinner · 7 years ago
  39. af7e81f bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Miss Islington (bot) · 7 years ago
  40. 43d8126 [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Miss Islington (bot) · 7 years ago
  41. 833a706 bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 7 years ago
  42. b14d3f2 pythoninfo: log more environment variable (GH-10719) (GH-10770) by Victor Stinner · 7 years ago
  43. dd52938 bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 7 years ago
  44. b59fc31 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  45. cc0e0a2 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) (GH-10688) by Victor Stinner · 7 years ago
  46. eef813b [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685) by Victor Stinner · 7 years ago
  47. 879f5f3 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 7 years ago
  48. 7a0d964 bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Miss Islington (bot) · 7 years ago
  49. ae88781 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10518) by Victor Stinner · 7 years ago
  50. 65e1a1f bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-10422) by Gregory P. Smith · 7 years ago
  51. 11a33e1 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 7 years ago
  52. 0e39836 Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Miss Islington (bot) · 7 years ago
  53. d0e3105 closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Miss Islington (bot) · 7 years ago
  54. 7054e5c [3.6] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335) by Serhiy Storchaka · 7 years ago
  55. f574ce7 bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10326) by Miss Islington (bot) · 7 years ago
  56. 907b07e bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 7 years ago
  57. 47a2824 Restore EmbeddingTests, removed in 278d975ce158608f6be491c561247d4701c842be (GH-10078) by Daniel Pope · 7 years ago
  58. 7b689c6 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Miss Islington (bot) · 7 years ago
  59. 4687bc9 bpo-28655: Fix test bdb for isolate mode (GH-10220) by Maite Giménez · 7 years ago
  60. 4aa1fda bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Steve Dower · 7 years ago
  61. 58b614a bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by Miss Islington (bot) · 7 years ago
  62. 8bb0371 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Miss Islington (bot) · 7 years ago
  63. f1b90e3 bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10001) by Serhiy Storchaka · 7 years ago
  64. 0d3dd9f bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) by Miss Islington (bot) · 7 years ago
  65. d9a2665 bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Miss Islington (bot) · 7 years ago
  66. 322a914 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by Miss Islington (bot) · 7 years ago
  67. bcbefe2 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Miss Islington (bot) · 7 years ago
  68. a5ebc20 [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937) by Stéphane Wirtel · 7 years ago
  69. 669fa8b [3.6] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9927) by Stéphane Wirtel · 7 years ago
  70. 08ba7eb bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Miss Islington (bot) · 7 years ago
  71. 7c1c42b [3.6] bpo-34941: Fix searching Element subclasses. (GH-9766) (GH-9868) by Serhiy Storchaka · 7 years ago
  72. 73d9ccc Add new tests for bytes and bytearray constructors. (GH-9843) by Miss Islington (bot) · 7 years ago
  73. d918e98 bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) by Miss Islington (bot) · 7 years ago
  74. 69e6ad6 [3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801) by Miss Islington (bot) · 7 years ago
  75. f543e18 [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657) by Serhiy Storchaka · 7 years ago
  76. a14dda5 [3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-9792) by twisteroid ambassador · 7 years ago
  77. 482dc94 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Miss Islington (bot) · 7 years ago
  78. 25bfb1a bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Miss Islington (bot) · 7 years ago
  79. 22e86fb [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) (GH-9229) by Miss Islington (bot) · 7 years ago
  80. 166773d [3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9690) by Elvis Pranskevichus · 7 years ago
  81. 07b96a9 bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677) by Miss Islington (bot) · 7 years ago
  82. 7455bf4 closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Miss Islington (bot) · 7 years ago
  83. fe48b6d Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) by Miss Islington (bot) · 7 years ago
  84. 43500a5 bpo-28655: Fix test_import.test_missing_source_legacy() (GH-9589) by Victor Stinner · 7 years ago
  85. d45a961 [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH-9583) by Miss Islington (bot) · 7 years ago
  86. 857b002 bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by Miss Islington (bot) · 7 years ago
  87. 7365306 [3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528) by Steve Dower · 7 years ago
  88. 582d188 [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512) by Christian Heimes · 7 years ago
  89. 94812f7 [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507) by Christian Heimes · 7 years ago
  90. 6c9e109 Fixes tests requiring extra environment values on Windows (GH-9463) by Steve Dower · 7 years ago
  91. 1eabe19 bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Miss Islington (bot) · 7 years ago
  92. 1148510 [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396) by Christian Heimes · 7 years ago
  93. c927649 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  94. 68a8f04 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  95. 83a0985 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Miss Islington (bot) · 7 years ago
  96. f35e4d5 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Miss Islington (bot) · 7 years ago
  97. f79d74d bpo-31132: Remove prlimit permission test. (GH-9280) by Miss Islington (bot) · 7 years ago
  98. 81361cd bpo-34661: Fix test skipping call. (GH-9266) by Miss Islington (bot) · 7 years ago
  99. 7eeb80b closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  100. 3e3d4a4 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago