1. 3dd1ccb bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) by Serhiy Storchaka · 8 years ago
  2. c2f7fb6 [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918) by Victor Stinner · 8 years ago
  3. fd6736d bpo-31028: Fix test_pydoc when run directly (#2864) (#2911) by Victor Stinner · 8 years ago
  4. 29094ce bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900) by Nir Soffer · 8 years ago
  5. 0cba38d bpo-30778: Skip test_bsddb3 on Windows XP (#2877) by Victor Stinner · 8 years ago
  6. 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
  7. 80ebc43 bpo-30822: regrtest: fix -u extralargefile (#2788) by Victor Stinner · 8 years ago
  8. a739000 [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  9. 2b92cd3 bpo-30850: Use specialized assert methods in bsddb tests. (#2584) by Serhiy Storchaka · 8 years ago
  10. 8767de2 bpo-30759: regrtest: list_cases() now unload modules (#2582) by Victor Stinner · 8 years ago
  11. 668489a bpo-30759: Copy test_robotparser from master (#2546) by Victor Stinner · 8 years ago
  12. 3050987 bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) by Victor Stinner · 8 years ago
  13. 28b72ba bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563) by Victor Stinner · 8 years ago
  14. 1fef015 bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553) by Victor Stinner · 8 years ago
  15. 1e4fcb3 regrtest: fix --list-cases --verbose (#2547) by Victor Stinner · 8 years ago
  16. c51a8e9 [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) by Serhiy Storchaka · 8 years ago
  17. d7955b8 [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541) by Victor Stinner · 8 years ago
  18. fd93f37 bpo-30448: Fix support.SuppressCrashReport on macOS (#2515) by Victor Stinner · 8 years ago
  19. a45a99b [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499) by Antoine Pitrou · 8 years ago
  20. 12536bd [2.7] Clear potential ref cycle between Process and Process target (GH-2470) (#2473) by Antoine Pitrou · 8 years ago
  21. fea98bf [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444) by Victor Stinner · 8 years ago
  22. 2d77558 bpo-30705: Fix test_regrtest.test_crashed() (#2439) by Victor Stinner · 8 years ago
  23. 95a91df bpo-30764: Windows support.SuppressCrashReport (#2423) by Victor Stinner · 8 years ago
  24. 2097b9e [2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412) by Victor Stinner · 8 years ago
  25. 787826c [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393) by Serhiy Storchaka · 8 years ago
  26. 9dda2ca [2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372) by Serhiy Storchaka · 8 years ago
  27. 7709b4d [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353) by Serhiy Storchaka · 8 years ago
  28. da6d305 bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320) by Victor Stinner · 8 years ago
  29. d4324ba bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) by Victor Stinner · 8 years ago
  30. 24c2c20 bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2249) by Victor Stinner · 8 years ago
  31. 8bb0863 bpo-30675: Fix refleak hunting in regrtest (#2227) by Victor Stinner · 8 years ago
  32. d09f167 [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) by Antoine Pitrou · 8 years ago
  33. a51f12f [2.7] bpo-29514: Check magic number for bugfix releases by Nick Coghlan · 8 years ago
  34. 0cc43df [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) by Serhiy Storchaka · 8 years ago
  35. 87edc5e Skip UNC tests on AppVeyor in case of ENOENT (GH-1950) by Zachary Ware · 8 years ago
  36. 1626a47 [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) by Mariatta · 8 years ago
  37. 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
  38. 6e1b832 bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) by Xiang Zhang · 8 years ago
  39. 2b67c7a [2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696) by Serhiy Storchaka · 8 years ago
  40. e6a0b59 [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) by Serhiy Storchaka · 8 years ago
  41. e9f9b04 [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675) by Serhiy Storchaka · 8 years ago
  42. 955b676 [2.7] bpo-30363: Backport warnings in the re module. (#1577) by Serhiy Storchaka · 8 years ago
  43. 09b5247 bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) by Serhiy Storchaka · 8 years ago
  44. 6924ed5 bpo-30357 each test in test_thread waits until all spawned threads finish (#1583) by grzgrzgrz3 · 8 years ago
  45. 9d1983b bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591) by Victor Stinner · 8 years ago
  46. eb66897 [2.7] bpo-30366: Backport tests for test.support. (#1582) by Serhiy Storchaka · 8 years ago
  47. f2e894c bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544) by Victor Stinner · 8 years ago
  48. a5bb624 [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541) by Victor Stinner · 8 years ago
  49. 3837d97 bpo-15526: test_startfile changes the cwd (#1537) by Victor Stinner · 8 years ago
  50. 453a685 bpo-30283: Backport regrtest features from master to 2.7 (#1516) by Victor Stinner · 8 years ago
  51. d2aff60 [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) by Victor Stinner · 8 years ago
  52. c8a77d3 Fix SyntaxWarning on importing test_inspect (#1512) by Victor Stinner · 8 years ago
  53. 4e7457b bpo-29990: Fix range checking in GB18030 decoder (#1509) by Xiang Zhang · 8 years ago
  54. 228da42 bpo-30258: Fix handling of child error in regrtest (#1477) by Victor Stinner · 8 years ago
  55. 03b2788 bpo-30265: support.unlink() don't catch any OSError (#1456) by Victor Stinner · 8 years ago
  56. d81f9e2 bpo-30264: ExpatParser now closes the source (#1476) by Victor Stinner · 8 years ago
  57. fd6094c Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472) by Victor Stinner · 8 years ago
  58. e81e355 bpo-30108: Fix test_site setUpModule() (#1460) by Victor Stinner · 8 years ago
  59. 7806438 bpo-30108: Restore sys.path in test_site (#1197) (#1459) by Victor Stinner · 8 years ago
  60. 9fb061b Fix test_ftplib warning if IPv6 is not available (#1457) by Victor Stinner · 8 years ago
  61. 74f0db8 [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394) by Serhiy Storchaka · 8 years ago
  62. c991eb2 bpo-30258: regrtest handles child process crash (#1431) by Victor Stinner · 8 years ago
  63. 0d49379 regrtest: always show before/after of modified env (#1407) (#1409) by Victor Stinner · 8 years ago
  64. d1c862f bpo-30199: test_ssl closes all asyncore channels (#1381) (#1408) by Victor Stinner · 8 years ago
  65. 8105dd7 bpo-30223: Add global in regrtest main_in_temp_cwd (#1399) by Victor Stinner · 8 years ago
  66. 8e158b2 [2.7] bpo-30223: Fix test_xpickle for Python 2.4. (#1395) by Serhiy Storchaka · 8 years ago
  67. 43566ae [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) by Serhiy Storchaka · 8 years ago
  68. a694e09 bpo-30207: Rename test.test_support to test.support. (#1353) by Serhiy Storchaka · 8 years ago
  69. 941ea53 [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347) by Serhiy Storchaka · 8 years ago
  70. 2a1bf06 [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) by Serhiy Storchaka · 8 years ago
  71. 64aa4df [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) by Serhiy Storchaka · 8 years ago
  72. 5fbdfc3 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152) by Xiang Zhang · 8 years ago
  73. 65c5b09 bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065) by Serhiy Storchaka · 8 years ago
  74. 23d6eb6 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973) by Victor Stinner · 8 years ago
  75. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 8 years ago
  76. 68903b6 bpo-15083: Convert ElementTree doctests to unittests. (#906) by Serhiy Storchaka · 8 years ago
  77. d694a06 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913) by T. Wouters · 8 years ago
  78. 5084ff7 bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) by Antoine Pitrou · 8 years ago
  79. c9ba186 bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374) by Xiang Zhang · 8 years ago
  80. b4f0e98 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) by Xiang Zhang · 8 years ago
  81. 02eb4b0 bpo-29110: Fix file object leak in aifc.open (GH-356) by INADA Naoki · 8 years ago
  82. c0b336e bpo-29602: fix signed zero handling in complex constructor (#204) by Mark Dickinson · 8 years ago
  83. 8420cd2 Backport test_gdb fixes for s390x buildbots by Victor Stinner · 9 years ago
  84. ea82972 Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. by Mark Dickinson · 9 years ago
  85. 3b23004 Issue #29354: Fixed inspect.getargs() for parameters which are cell variables. by Serhiy Storchaka · 9 years ago
  86. f0739cb Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 9 years ago
  87. 98b1c82 Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 9 years ago
  88. 9220111 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 9 years ago
  89. 4d42af1 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 9 years ago
  90. f77fe6b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 9 years ago
  91. e96095b Fixed running MiscTests in test_xml_etree_c. by Serhiy Storchaka · 9 years ago
  92. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 9 years ago
  93. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  94. 500794d Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 9 years ago
  95. 85add47 Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 9 years ago
  96. 805f283 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 9 years ago
  97. 88e4206 Fix spelling in code comments by Martin Panter · 9 years ago
  98. 30ad6e2 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 9 years ago
  99. 6560e22 Issue #28925: cPickle now correctly propagates errors when unpickle instances by Serhiy Storchaka · 9 years ago
  100. 7117d35 Issue #5322: Restored tests for __new__. by Serhiy Storchaka · 9 years ago