Python 3.6.3
  1. 2e3fd03 [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (GH-3830) (#3831) by Miss Islington (bot) · 8 years ago
  2. 8afd7ab [3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645) by Miss Islington (bot) · 8 years ago
  3. 2c1c2ca [3.6] bpo-31234: Join threads in tests (#3589) by Victor Stinner · 8 years ago
  4. 49caab4 [3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-3545) (#3585) by Miss Islington (bot) · 8 years ago
  5. 1658ec0 [3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modules (GH-3582) (#3583) by Miss Islington (bot) · 8 years ago
  6. f135f62 [3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3584) by Miss Islington (bot) · 8 years ago
  7. 20fa05d [3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576) by Miss Islington (bot) · 8 years ago
  8. 9e3cd78 [3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558) by Miss Islington (bot) · 8 years ago
  9. ef323e8 [3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554) by Victor Stinner · 8 years ago
  10. 769ddb0 [3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543) by Miss Islington (bot) · 8 years ago
  11. 6c25b73 [3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536) by Miss Islington (bot) · 8 years ago
  12. 89bfc9b [3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189) (#3537) by Miss Islington (bot) · 8 years ago
  13. 1b00bdd [3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538) by Miss Islington (bot) · 8 years ago
  14. 94eb2d5 [3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522) by Miss Islington (bot) · 8 years ago
  15. bcf042f [3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519) by Miss Islington (bot) · 8 years ago
  16. 5013a5e [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517) by Victor Stinner · 8 years ago
  17. 9adc87b [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (GH-3496) (#3509) by Serhiy Storchaka · 8 years ago
  18. cb356c2 [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495) by Benjamin Peterson · 8 years ago
  19. 7972ed2 [3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3494) by Serhiy Storchaka · 8 years ago
  20. a4baf1c [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) by Miss Islington (bot) · 8 years ago
  21. 3892799 [3.6] bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (GH-2534) (#3405) by Miss Islington (bot) · 8 years ago
  22. 9f2b3d4 [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444) by Christian Heimes · 8 years ago
  23. 9423f5d [3.6] bpo-27340: Use memoryview in SSLSocket.sendall() (GH-3384) (#3434) by Christian Heimes · 8 years ago
  24. aa1afc7 bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409) by Miss Islington (bot) · 8 years ago
  25. 3bad165 [3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3066) (#3388) by Gregory P. Smith · 8 years ago
  26. 3aea3c2 [3.6] Stop test_xmlrpc from writing to sys.stderr (GH-3359) (#3380) by Miss Islington (bot) · 8 years ago
  27. 6da379b [3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381) by Christian Heimes · 8 years ago
  28. c506403 [3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369) by Miss Islington (bot) · 8 years ago
  29. 9a3b385 bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) (#3363) by Victor Stinner · 8 years ago
  30. 6fce7ea bpo-30445: Allow appended output in RecursionError message (#3356) by Victor Stinner · 8 years ago
  31. 1dba378 bpo-22536 [3.6] Set filename in FileNotFoundError (#3305) by Gregory P. Smith · 8 years ago
  32. 4bc8ef0 [3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300) by Christian Heimes · 8 years ago
  33. 7d8282d [3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315) (#3276) by Gregory P. Smith · 8 years ago
  34. 5cbca02 [3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH-3270) (#3271) by Antoine Pitrou · 8 years ago
  35. 98bbeb7 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269) by Serhiy Storchaka · 8 years ago
  36. ea76791 [3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (GH-1560) (#3266) by Antoine Pitrou · 8 years ago
  37. 98c849a bpo-31217: Fix regrtest -R for small integer (#3260) (#3261) by Victor Stinner · 8 years ago
  38. 60f3f1f bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253) by Victor Stinner · 8 years ago
  39. 095a421 [3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (GH-3226) (#3243) by Oren Milman · 8 years ago
  40. c7750c2 [3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233) by Oren Milman · 8 years ago
  41. 9bcbc6c [3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3209) by Oren Milman · 8 years ago
  42. 8e67981 [3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3210) by Oren Milman · 8 years ago
  43. 680f04a bpo-31161: only check for parens error for SyntaxError (#3083) by Martijn Pieters · 8 years ago
  44. 468534d bpo-31259: test_urllib2_localnet uses addCleanup(server.stop) (#3186) by Victor Stinner · 8 years ago
  45. 5f20539 bpo-31234: fork_wait tests now join threads (#3139) (#3187) by Victor Stinner · 8 years ago
  46. 29d007b [3.6] bpo-30871: Add test.pythoninfo (#3174) by Victor Stinner · 8 years ago
  47. e76cb43 [3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173) by Victor Stinner · 8 years ago
  48. 1a05e87 [3.6] bpo-31232: Backport custom print rshift message (GH-3155) by Nick Coghlan · 8 years ago
  49. b50e768 bpo-31234: test_threading: fix ref cycle (#3150) (#3152) by Victor Stinner · 8 years ago
  50. 3e866df bpo-31235: Fix ResourceWarning in test_logging (#3147) (#3149) by Victor Stinner · 8 years ago
  51. 78c66a6 bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104) by Victor Stinner · 8 years ago
  52. 7f6a13b [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093) by Christian Heimes · 8 years ago
  53. f2d769d bpo-31067: test_subprocess calls reap_children() (#2931) (#3074) by Victor Stinner · 8 years ago
  54. bc69d00 bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3070) by Victor Stinner · 8 years ago
  55. 270c3c6 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) (#3068) by Victor Stinner · 8 years ago
  56. 719a15b [3.6] bpo-31160: Backport reap_children() fixes from master to 3.6 (#3060) by Victor Stinner · 8 years ago
  57. 4388b42 [3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3041) by Ammar Askar · 8 years ago
  58. 9cd0ef8 bpo-31029: test_tokenize Add missing import unittest (#2998) by Rajath Agasthya · 8 years ago
  59. 4795ba8 [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003) by Shane Harvey · 8 years ago
  60. 946a0b6 [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (GH-2957) (#2991) by Serhiy Storchaka · 8 years ago
  61. f08b2be4 [3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (GH-2790) (#2992) by Serhiy Storchaka · 8 years ago
  62. f142e85 bpo-31061: fix crash in asyncio speedup module (GH-2984) by INADA Naoki · 8 years ago
  63. b26cc82 [3.6] bpo-31027: Fix test_listcomps failure when run directly (GH-2939) (#2945) by Terry Jan Reedy · 8 years ago
  64. 54cb340 bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2917) by Victor Stinner · 8 years ago
  65. d019c79 bpo-31028: Fix test_pydoc when run directly (#2864) (#2910) by Victor Stinner · 8 years ago
  66. 25de5ba bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2898) by Nir Soffer · 8 years ago
  67. 8c2d4cf [3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2886) by Dong-hee Na · 8 years ago
  68. c52cea4 [3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816) by Utkarsh Upadhyay · 8 years ago
  69. a6f0452 bpo-30845: Enhance test_concurrent_futures cleanup (#2564) (#2880) by Victor Stinner · 8 years ago
  70. d0adfb2 [3.6] bpo-26762, bpo-31019: Backport multiprocessing fixes from master to 3.6 (#2879) by Victor Stinner · 8 years ago
  71. efe9fcb bpo-31034: Reliable signal handler for test_asyncio (#2867) (#2876) by Victor Stinner · 8 years ago
  72. bb33ccf bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2844) by Victor Stinner · 8 years ago
  73. 8de48fe [3.6] Make test_shutil test_disk_usage not depend on the cwd fs (GH-2597) (#2820) by Gregory P. Smith · 8 years ago
  74. 96ef06f bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) by Victor Stinner · 8 years ago
  75. ae4dca7 [3.6] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  76. a819e5e [3.6] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-2712). (#2727) by Serhiy Storchaka · 8 years ago
  77. 28343e3 [3.6] bpo-30876: Relative import from unloaded package now reimports the package (GH-2639) (#2676) by Serhiy Storchaka · 8 years ago
  78. 7d0a995 [3.6] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2692) by Serhiy Storchaka · 8 years ago
  79. a9bf62c [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (GH-2662) (#2685) by terryjreedy · 8 years ago
  80. ecfe4f6 [3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2656) by Serhiy Storchaka · 8 years ago
  81. 04f77d4 [3.6] bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 8 years ago
  82. c60d2f5 bpo-30532: Fix whitespace folding in certain cases (#2591) by Joel Hillacre · 8 years ago
  83. 03b0e83 [3.6] bpo-30814: Fixed a race condition when import a submodule from a package. (GH-2580). (#2598) by Serhiy Storchaka · 8 years ago
  84. aaa4f99 [3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (GH-2569) (#2590) by Yury Selivanov · 8 years ago
  85. bebd2cf [3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2556) by Serhiy Storchaka · 8 years ago
  86. 4132adb bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) (#2539) by Victor Stinner · 8 years ago
  87. bfdc6fd [3.6] bpo-30597: Show expected input in custom 'print' error message. (GH-2531) by Nick Coghlan · 8 years ago
  88. 3024c05 [3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527) by Antoine Pitrou · 8 years ago
  89. a3ca94d [3.6] bpo-29512, bpo-30776: Backport regrtest enhancements from master to 3.6 (#2513) by Victor Stinner · 8 years ago
  90. 23caf8c bpo-30280: Cleanup threads in ayncio tests (#2501) (#2511) by Victor Stinner · 8 years ago
  91. d0aac5d bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504) (#2507) by Victor Stinner · 8 years ago
  92. 6f3cb05 [3.6] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2497) by Antoine Pitrou · 8 years ago
  93. 38d6a40 [3.6] Clear potential ref cycle between Process and Process target (GH-2470) (#2471) by Antoine Pitrou · 8 years ago
  94. e022aad [3.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468) by Antoine Pitrou · 8 years ago
  95. 0834905 [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462) by Serhiy Storchaka · 8 years ago
  96. 35d2ca2 [3.6] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2441) by Victor Stinner · 8 years ago
  97. 9ad50d9 bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2410) by Victor Stinner · 8 years ago
  98. 9c2dc0c [3.6] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2391) by Serhiy Storchaka · 8 years ago
  99. 504b950 [3.6] bpo-30616: Functional API of enum allows to create empty enums. (#2304) (#2324) by Dong-hee Na · 8 years ago
  100. e713575 [3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360) by Serhiy Storchaka · 8 years ago