1. 5e8e371 bpo-27448: Work around a gc.disable race condition in subprocess. (#1932) by Gregory P. Smith · 8 years ago
  2. 57d963b [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301) by Christian Heimes · 8 years ago
  3. 990b2d0 [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3242) by Pauli Virtanen · 8 years ago
  4. 20958e6 [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235) by Oren Milman · 8 years ago
  5. 5bd2368 Merge branch 'release-2.7.14' into 2.7 by Benjamin Peterson · 8 years ago
  6. bc80fd1 [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) by Oren Milman · 8 years ago
  7. 48455e2 update pydoc topics by Benjamin Peterson · 8 years ago
  8. 02e0367 bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184) by Victor Stinner · 8 years ago
  9. 1460ce5 bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183) by Victor Stinner · 8 years ago
  10. cce1cb9 bpo-30871: Add test.pythoninfo (#3174) (#3175) by Victor Stinner · 8 years ago
  11. 0fbac70 regrtest: fix test to choose if header should be displayed (#3172) by Victor Stinner · 8 years ago
  12. 02d4292 bpo-30263: regrtest: add system load average (#3165) by Victor Stinner · 8 years ago
  13. 883520a bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105) by Victor Stinner · 8 years ago
  14. 05b7d9c [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094) by Christian Heimes · 8 years ago
  15. 504939f bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) by Victor Stinner · 8 years ago
  16. 4dea065 bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071) by Victor Stinner · 8 years ago
  17. 1247e2c [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063) by Victor Stinner · 8 years ago
  18. 425680b [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042) by Ammar Askar · 8 years ago
  19. 56e162a ttk: fix LabeledScale and OptionMenu destroy() method (#3026) by Victor Stinner · 8 years ago
  20. 88ffff5 [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004) by Shane Harvey · 8 years ago
  21. 3dd1ccb bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) by Serhiy Storchaka · 8 years ago
  22. 3e37f4a bpo-29519: weakref spewing exceptions during interp finalization (#2958) by INADA Naoki · 8 years ago
  23. c2f7fb6 [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918) by Victor Stinner · 8 years ago
  24. fd6736d bpo-31028: Fix test_pydoc when run directly (#2864) (#2911) by Victor Stinner · 8 years ago
  25. 29094ce bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900) by Nir Soffer · 8 years ago
  26. 0cba38d bpo-30778: Skip test_bsddb3 on Windows XP (#2877) by Victor Stinner · 8 years ago
  27. b65cb8a bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) by Victor Stinner · 8 years ago
  28. ec9a712 [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883) by Victor Stinner · 8 years ago
  29. e5eae47 [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894) by Dong-hee Na · 8 years ago
  30. 0fc940a test_bsddb3 tolerates smaller timeout on Windows (#2840) by Victor Stinner · 8 years ago
  31. 80ebc43 bpo-30822: regrtest: fix -u extralargefile (#2788) by Victor Stinner · 8 years ago
  32. a739000 [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  33. b6dae2e [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2694) by Serhiy Storchaka · 8 years ago
  34. f6d6480 [2.7] bpo-30855: Trying to fix test_use on Windows. (#2586) by Victor Stinner · 8 years ago
  35. af6c547 Fix trivial typo in json module docstring (GH-2274) (GH-2432) by Mariatta · 8 years ago
  36. 2b92cd3 bpo-30850: Use specialized assert methods in bsddb tests. (#2584) by Serhiy Storchaka · 8 years ago
  37. 8767de2 bpo-30759: regrtest: list_cases() now unload modules (#2582) by Victor Stinner · 8 years ago
  38. 668489a bpo-30759: Copy test_robotparser from master (#2546) by Victor Stinner · 8 years ago
  39. 3050987 bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) by Victor Stinner · 8 years ago
  40. 28b72ba bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563) by Victor Stinner · 8 years ago
  41. 1fef015 bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553) by Victor Stinner · 8 years ago
  42. 1e4fcb3 regrtest: fix --list-cases --verbose (#2547) by Victor Stinner · 8 years ago
  43. c51a8e9 [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) by Serhiy Storchaka · 8 years ago
  44. d7955b8 [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541) by Victor Stinner · 8 years ago
  45. fd93f37 bpo-30448: Fix support.SuppressCrashReport on macOS (#2515) by Victor Stinner · 8 years ago
  46. a45a99b [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499) by Antoine Pitrou · 8 years ago
  47. 12536bd [2.7] Clear potential ref cycle between Process and Process target (GH-2470) (#2473) by Antoine Pitrou · 8 years ago
  48. fea98bf [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444) by Victor Stinner · 8 years ago
  49. 2d77558 bpo-30705: Fix test_regrtest.test_crashed() (#2439) by Victor Stinner · 8 years ago
  50. 95a91df bpo-30764: Windows support.SuppressCrashReport (#2423) by Victor Stinner · 8 years ago
  51. 2097b9e [2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412) by Victor Stinner · 8 years ago
  52. 787826c [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393) by Serhiy Storchaka · 8 years ago
  53. 9dda2ca [2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372) by Serhiy Storchaka · 8 years ago
  54. 7709b4d [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353) by Serhiy Storchaka · 8 years ago
  55. da6d305 bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320) by Victor Stinner · 8 years ago
  56. d4324ba bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) by Victor Stinner · 8 years ago
  57. 24c2c20 bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2249) by Victor Stinner · 8 years ago
  58. 8bb0863 bpo-30675: Fix refleak hunting in regrtest (#2227) by Victor Stinner · 8 years ago
  59. d09f167 [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) by Antoine Pitrou · 8 years ago
  60. a51f12f [2.7] bpo-29514: Check magic number for bugfix releases by Nick Coghlan · 8 years ago
  61. 0cc43df [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) by Serhiy Storchaka · 8 years ago
  62. 5fe8ac6 [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) by Zachary Ware · 8 years ago
  63. e5bdad2 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006) by Victor Stinner · 8 years ago
  64. e14af32 Simplify code in warnings modules (#1957) by Alex Gaynor · 8 years ago
  65. 87edc5e Skip UNC tests on AppVeyor in case of ENOENT (GH-1950) by Zachary Ware · 8 years ago
  66. 3ef3bcb bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676) by Xiang Zhang · 8 years ago
  67. 1626a47 [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) by Mariatta · 8 years ago
  68. 96f5020 [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567) by Serhiy Storchaka · 8 years ago
  69. bdd9647 [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817) by Antoine Pitrou · 8 years ago
  70. 779e7c9 bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788) by Stéphane Wirtel · 8 years ago
  71. f31f225 Fix spelling mistakes in tkinter.py (#1754) by Vijay Kumar · 8 years ago
  72. 6e1b832 bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) by Xiang Zhang · 8 years ago
  73. 2b67c7a [2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696) by Serhiy Storchaka · 8 years ago
  74. cef8b17 bpo-30409: locale.getpreferredencoding doesn't return result (#1672) by Sean McCully · 8 years ago
  75. e6a0b59 [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) by Serhiy Storchaka · 8 years ago
  76. e9f9b04 [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675) by Serhiy Storchaka · 8 years ago
  77. c47c315 bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167) by Marc Schlaich · 8 years ago
  78. dfcfc91 [2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) (#1648) by Serhiy Storchaka · 8 years ago
  79. 955b676 [2.7] bpo-30363: Backport warnings in the re module. (#1577) by Serhiy Storchaka · 8 years ago
  80. 09b5247 bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) by Serhiy Storchaka · 8 years ago
  81. 800e4b7 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624) by Victor Stinner · 8 years ago
  82. 6924ed5 bpo-30357 each test in test_thread waits until all spawned threads finish (#1583) by grzgrzgrz3 · 8 years ago
  83. 9d1983b bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591) by Victor Stinner · 8 years ago
  84. eb66897 [2.7] bpo-30366: Backport tests for test.support. (#1582) by Serhiy Storchaka · 8 years ago
  85. 94a3694 bpo-6393: Fix locale.getprerredencoding() on macOS (#1555) by Victor Stinner · 8 years ago
  86. f2e894c bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544) by Victor Stinner · 8 years ago
  87. a5bb624 [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541) by Victor Stinner · 8 years ago
  88. 3837d97 bpo-15526: test_startfile changes the cwd (#1537) by Victor Stinner · 8 years ago
  89. 453a685 bpo-30283: Backport regrtest features from master to 2.7 (#1516) by Victor Stinner · 8 years ago
  90. d2aff60 [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) by Victor Stinner · 8 years ago
  91. c8a77d3 Fix SyntaxWarning on importing test_inspect (#1512) by Victor Stinner · 8 years ago
  92. 4e7457b bpo-29990: Fix range checking in GB18030 decoder (#1509) by Xiang Zhang · 8 years ago
  93. 228da42 bpo-30258: Fix handling of child error in regrtest (#1477) by Victor Stinner · 8 years ago
  94. 03b2788 bpo-30265: support.unlink() don't catch any OSError (#1456) by Victor Stinner · 8 years ago
  95. d81f9e2 bpo-30264: ExpatParser now closes the source (#1476) by Victor Stinner · 8 years ago
  96. fd6094c Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472) by Victor Stinner · 8 years ago
  97. ef4c6ba Revert "Issue #29094: Offsets in a ZIP file created with extern file object and modes" (#1467) by Benjamin Peterson · 8 years ago
  98. e81e355 bpo-30108: Fix test_site setUpModule() (#1460) by Victor Stinner · 8 years ago
  99. 7806438 bpo-30108: Restore sys.path in test_site (#1197) (#1459) by Victor Stinner · 8 years ago
  100. 9fb061b Fix test_ftplib warning if IPv6 is not available (#1457) by Victor Stinner · 8 years ago