1. 12c4aba Merge 3.5 by Victor Stinner · 8 years ago
  2. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 8 years ago
  3. e88ed05 Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError by Xavier de Gaye · 8 years ago
  4. 3a4e989 Issue #28759: Fix the tests that fail with PermissionError when run as by Xavier de Gaye · 8 years ago
  5. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  6. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  7. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  8. 7522ef4 Issue #26939: Add the support.setswitchinterval() function to fix by Xavier de Gaye · 8 years ago
  9. 520348e Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  10. 9f64de8 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  11. bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  12. ba7eb8d Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  13. 2ccb988 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  14. 0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  15. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  16. dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable by Xavier de Gaye · 8 years ago
  17. d178e69 Issue 28668: Merge 3.5 by Xavier de Gaye · 8 years ago
  18. 49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue by Xavier de Gaye · 8 years ago
  19. 95aa56a Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows by Xavier de Gaye · 8 years ago
  20. 6c5f219 Fix test_faulthandler on Android where raise() exits with 0 by Xavier de Gaye · 8 years ago
  21. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  22. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  23. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 8 years ago
  24. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  25. 4847f31 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  26. 798d7fb Merge 3.5 (script_helper) by Victor Stinner · 8 years ago
  27. 7e6977a script_helper: kill the subprocess on error by Victor Stinner · 8 years ago
  28. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 8 years ago
  29. 20bd3b0 Issue #27027: Added test.support.is_android that is True when this is an by Xavier de Gaye · 8 years ago
  30. bae75cf Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  31. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  32. a67d78e Issue #18300: Merge from 3.5 by Berker Peksag · 8 years ago
  33. e495646 Issue #18300: Set TERM='' by default in assert_python_* by Berker Peksag · 8 years ago
  34. 4746080 Issue #27289: Merge from 3.5 by Berker Peksag · 8 years ago
  35. c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib by Berker Peksag · 8 years ago
  36. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  37. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  38. e403904 support.temp_dir(): call support.rmtree() instead of shutil.rmtree() by Victor Stinner · 9 years ago
  39. 2feb642 Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  40. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  41. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 9 years ago
  42. fcbdf99 * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  43. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  44. 36befa5 Issue #25626: Merge zlib fix from 3.5 by Martin Panter · 9 years ago
  45. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  46. d226d30 Issue #23883: Add test.support.check__all__() and test gettext.__all__ by Martin Panter · 9 years ago
  47. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  48. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  49. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  50. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  51. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 9 years ago
  52. e334e3f issue9859: Adds a test.support.detect_api_mismatch function useful to by Gregory P. Smith · 9 years ago
  53. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  54. d096208 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  55. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  56. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  57. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  58. c05e260 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  59. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  60. ba508d5 Merge 3.4 (test.support) by Victor Stinner · 10 years ago
  61. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
  62. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  63. 2f7bf23 Issue #22289: merge from 3.4 by Ned Deily · 10 years ago
  64. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  65. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  66. fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  67. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  68. c55a316 Issue 23314: SuppressCrashReports now disables CRT assertions by Steve Dower · 10 years ago
  69. 6150804 handle errors without a reason attribute by Benjamin Peterson · 10 years ago
  70. 2615e9e don't fail tests when www.python.org can't be validated by the system by Benjamin Peterson · 10 years ago
  71. 0a2e874 Issue #17554: Print "fetching <url> ..." messages only in verbose mode. by Berker Peksag · 10 years ago
  72. 72a7f7c Try to transfer the Unicode test data files gzipped. by Georg Brandl · 10 years ago
  73. 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  74. 8b63d3a Issue #22596: support.transient_internet() now also catches by Berker Peksag · 10 years ago
  75. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  76. 47ae763 Issue #19629: Add missing "import stat" by Victor Stinner · 10 years ago
  77. 67f8706 Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a by Victor Stinner · 10 years ago
  78. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  79. 88b5b6d Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 10 years ago
  80. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  81. 9a49c64 Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. by Victor Stinner · 11 years ago
  82. 3bc3aaa Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on by Victor Stinner · 11 years ago
  83. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  84. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  85. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  86. fe77f4e Issue #19718: Add a case-insensitive FS check to test.support to use by Brett Cannon · 11 years ago
  87. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  88. b6e622d Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  89. 1bfa7ed test.support: considering the module is a mix of utilities unrelated with each other divide __all__ in sub-sections so that it can be used as a quick-reference doc by Giampaolo Rodola' · 11 years ago
  90. 624a74e Mitigate #19412: restore test skips for --without-doc-strings by Nick Coghlan · 11 years ago
  91. 561eb5c Issue #19330: Handle the no-docstrings case in tests by Nick Coghlan · 11 years ago
  92. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 11 years ago
  93. ff6382b Merge #18952 fix from 3.3 by Nick Coghlan · 11 years ago
  94. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  95. 66ff01f Remove old-school inheritance by Antoine Pitrou · 11 years ago
  96. b0478b3 Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. by Antoine Pitrou · 11 years ago
  97. fcfb324 Use the recent support.HOSTv6 addition. by Charles-François Natali · 11 years ago
  98. f25f80c Merge. by Charles-François Natali · 11 years ago
  99. e33d5b0 Merge. by Charles-François Natali · 11 years ago
  100. 74b7408 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago