Python 3.5.7
  1. 4749f1b [3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (#12281) by Xtreak · 6 years ago
  2. 382981b bpo-35647: Fix path check in cookiejar (#11436) (#12277) by Xtreak · 6 years ago
  3. c0d9511 bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12223) by Steve Dower · 6 years ago
  4. efec763 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867) by Victor Stinner · 6 years ago
  5. 8bcbc78 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (#11874) by Victor Stinner · 6 years ago
  6. f381cfe [3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991) by Steve Dower · 7 years ago
  7. 937ac1f [3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034) by Ned Deily · 7 years ago
  8. 43f014d [3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656) by Serhiy Storchaka · 8 years ago
  9. 891c91d [3.5] bpo-32551: Consistently configure sys.path[0] (#5197) by Nick Coghlan · 8 years ago
  10. 4a4c274 [3.5] bpo-32620: Remove failing pyenv call from CI config (#5274) by Nick Coghlan · 8 years ago
  11. 19b2890 [3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2887) by Dong-hee Na · 8 years ago
  12. 157b6ad bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2845) by Victor Stinner · 8 years ago
  13. c824cc8 [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677) by Serhiy Storchaka · 8 years ago
  14. bf3a1e9 bpo-30822: regrtest: remove tzdata (#2782) by Victor Stinner · 8 years ago
  15. 645e503 bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781) by Victor Stinner · 8 years ago
  16. aca493b [3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  17. 45c471c [3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-2712). (#2728) by Serhiy Storchaka · 8 years ago
  18. 2ec2c5f [3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2693) by Serhiy Storchaka · 8 years ago
  19. 7527c32 [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2657) by Serhiy Storchaka · 8 years ago
  20. 68c3724 [3.5] bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 8 years ago
  21. 3bbdf99 bpo-30532: Fix whitespace folding in certain cases (#2592) by Joel Hillacre · 8 years ago
  22. 1a3bc55 [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557) by Serhiy Storchaka · 8 years ago
  23. 0b12107 [3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3.6 to 3.5 (#2540) by Victor Stinner · 8 years ago
  24. 0e0bc87 bpo-30280: Cleanup threads in ayncio tests (#2501) (#2512) by Victor Stinner · 8 years ago
  25. 5741b70 [3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2498) by Antoine Pitrou · 8 years ago
  26. a9705b7 [3.5] Clear potential ref cycle between Process and Process target (GH-2470) (#2472) by Antoine Pitrou · 8 years ago
  27. f15bf1f [3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469) by Antoine Pitrou · 8 years ago
  28. 54ba940 [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2463) by Serhiy Storchaka · 8 years ago
  29. de1850b [3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442) by Victor Stinner · 8 years ago
  30. 849b062 bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411) by Victor Stinner · 8 years ago
  31. 99e9eb6 [3.5] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2392) by Serhiy Storchaka · 8 years ago
  32. a7c0264 [3.5] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2361) by Serhiy Storchaka · 8 years ago
  33. e2aec8e [3.5] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2352) by Serhiy Storchaka · 8 years ago
  34. 29c89d0 [3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2298) by Serhiy Storchaka · 8 years ago
  35. 4899d84 bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290) by Victor Stinner · 8 years ago
  36. 070ba85 [3.5] bpo-29887: Test normalization now fails if download fails (GH-905) (#2272) by Mariatta · 8 years ago
  37. a601fcc [3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master to 3.5 (#2279) by Victor Stinner · 8 years ago
  38. 46e299c [3.5] bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2250) by Victor Stinner · 8 years ago
  39. 820b714 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2234) by Mariatta · 8 years ago
  40. 33cf0c4 bpo-30675: Fix multiprocessing code in regrtest (#2220) by Victor Stinner · 8 years ago
  41. fb0825c bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663) by Dong-hee Na · 8 years ago
  42. c5a6fb6 [3.5] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2218) by Serhiy Storchaka · 8 years ago
  43. 7895a05 bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193) by Victor Stinner · 8 years ago
  44. a0ecaab [3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2167) by Antoine Pitrou · 8 years ago
  45. d071a20 [3.5] bpo-29514: Check magic number for bugfix releases (#2158) by Nick Coghlan · 8 years ago
  46. 7d8c1eb [3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122) by Serhiy Storchaka · 8 years ago
  47. 4e9dfe2 Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)" (#2113) by Yury Selivanov · 8 years ago
  48. d24c828 bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110) by Yury Selivanov · 8 years ago
  49. ea8b348 bpo-28556: Updates to typing module (GH-2076) (GH-2088) by Mariatta · 8 years ago
  50. 1395c58 [3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063) by Yury Selivanov · 8 years ago
  51. ff9511b Closing transport during handshake process leaks socket (#480) (#2045) by Yury Selivanov · 8 years ago
  52. d913d1c Fix waiter cancellation in asyncio.Lock (#1031) (#2038) by Yury Selivanov · 8 years ago
  53. a0b9088 [3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000) by Denis Osipov · 8 years ago
  54. 6636e22 [3.5] Fix skipping test_UNC_path on AppVeyor due to a different error being raised (GH-1920) by Zachary Ware · 8 years ago
  55. e20d226 bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1902) by Xiang Zhang · 8 years ago
  56. 440bc4f [3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288) by Mariatta · 8 years ago
  57. 89004d7 [3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1816) by Antoine Pitrou · 8 years ago
  58. 65440f8 bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718) by Xiang Zhang · 8 years ago
  59. bc75b72 [3.5] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1695) by Serhiy Storchaka · 8 years ago
  60. 2f7f533 [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678) by Serhiy Storchaka · 8 years ago
  61. 4a86fe9 [3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1674) by Serhiy Storchaka · 8 years ago
  62. 9503dd1 bpo-27103: regrtest disables -W if -R is used (#1660) by Victor Stinner · 8 years ago
  63. f5633e0 bpo-30387: Fix warning in test_threading (#1634) (#1637) by Victor Stinner · 8 years ago
  64. 9081b36 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1627) by Xiang Zhang · 8 years ago
  65. aeb6447 bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623) by Victor Stinner · 8 years ago
  66. 27dfbf0 Remove unused variable in test_urllibnet. (#1598) (#1599) by Senthil Kumaran · 8 years ago
  67. 24b5ed2 [3.5] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595) (#1605) by Serhiy Storchaka · 8 years ago
  68. 51ab4ad bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1585) by Xiang Zhang · 8 years ago
  69. 5e94ded bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547) by INADA Naoki · 8 years ago
  70. dab10f4 [3.5] bpo-30320, bpo-25277: backport test_eintr enhancements from master to 3.5 (#1532) by Victor Stinner · 8 years ago
  71. 9721729 test_eintr: less verbose, the test is now stable (#1521) by Victor Stinner · 8 years ago
  72. f5f7870 bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508) by Xiang Zhang · 8 years ago
  73. 0c9aa6f bpo-30264: ExpatParser closes the source on error (#1451) (#1475) by Victor Stinner · 8 years ago
  74. 943861f [3.5] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316). (#1442) by Serhiy Storchaka · 8 years ago
  75. 4b15e45 [3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417) by Mariatta · 8 years ago
  76. 5e9c110 bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427) by Victor Stinner · 8 years ago
  77. 23b312b [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) (#1424) by Victor Stinner · 8 years ago
  78. 2298235 regrtest: always show before/after of modified env (#1407) by Victor Stinner · 8 years ago
  79. 0d9d618 Backport bpo-30205 to 3.5 (#1404) by Antoine Pitrou · 8 years ago
  80. 9b854de Issue 27372: Stop test_idle from changing locale, so test passes. (#1397) by Victor Stinner · 8 years ago
  81. 89a54c7 bpo-30199: test_ssl closes all asyncore channels (#1381) (#1389) by Victor Stinner · 8 years ago
  82. 092f460 bpo-30108: Restore sys.path in test_site (#1197) (#1379) by Victor Stinner · 8 years ago
  83. 910ba93 [3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) (#1346) by Serhiy Storchaka · 8 years ago
  84. 98c7a9e [3.5] bpo-30107: don't dump core on expected test_io crash (#1235) (#1344) by Victor Stinner · 8 years ago
  85. d855e53 bpo-30131: test_logging now joins queue threads (#1298) (#1318) by Victor Stinner · 8 years ago
  86. 0eda2d43 bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1324) by Victor Stinner · 8 years ago
  87. 60d27f4 [3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209) by Mariatta · 8 years ago
  88. c97c191 [3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1190) by Serhiy Storchaka · 8 years ago
  89. 952a05e [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1185) by Serhiy Storchaka · 8 years ago
  90. e63af29 [3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1182) by Serhiy Storchaka · 8 years ago
  91. 4f43f87 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1151) by Xiang Zhang · 8 years ago
  92. 47f24a0 Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1133) by Antoine Pitrou · 8 years ago
  93. d7abeb7 [3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1127) by Mariatta · 8 years ago
  94. 4d015a4 [3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1107) by Mariatta · 8 years ago
  95. e63f8f2 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1043) by Serhiy Storchaka · 8 years ago
  96. 041e600 Remove Invalid comment in test_urllib2.py (#1021) by Senthil Kumaran · 8 years ago
  97. 2d8bda5 correct parse_qs and parse_qsl test case descriptions. (#968) (#998) by Senthil Kumaran · 8 years ago
  98. 9881e02 Minor spell fix and formatting fixes in urllib tests. (#959) (#960) by Senthil Kumaran · 8 years ago
  99. 6356a3b Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918) (#921) by Senthil Kumaran · 8 years ago
  100. 9273dfe bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#912) by T. Wouters · 8 years ago