1. 1635e9c Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 14 years ago
  2. 13859bf Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 14 years ago
  3. 4300f69 Update skip message printed by test.support.get_attribute. by Éric Araujo · 14 years ago
  4. 5b99df6 Collect stats a bit more often by Antoine Pitrou · 14 years ago
  5. 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 14 years ago
  6. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 14 years ago
  7. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 14 years ago
  8. 87b3c92 Introduce support.requires_freebsd_version decorator. by Charles-François Natali · 14 years ago
  9. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 14 years ago
  10. 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 14 years ago
  11. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 14 years ago
  12. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 14 years ago
  13. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 14 years ago
  14. f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  15. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  16. 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  17. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  18. 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 14 years ago
  19. afed6ec Merge from 3.2 by Antoine Pitrou · 14 years ago
  20. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 14 years ago
  21. af5bacf Always use repr for regrtest resources names by Éric Araujo · 14 years ago
  22. 31f4beb add a contextmanager to disable the gc by Benjamin Peterson · 14 years ago
  23. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  24. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  25. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 14 years ago
  26. 05d34fc Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 14 years ago
  27. bddc4d4 Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 14 years ago
  28. a87d586 branch merge? by Brian Curtin · 14 years ago
  29. c9d6a50 branch merge by Brian Curtin · 14 years ago
  30. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 14 years ago
  31. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 14 years ago
  32. 3adba1f (Merge 3.2) test.support: don't catch OSError when can_symlink() removes the by Victor Stinner · 14 years ago
  33. 62ec61f test.support: can_symlink() removes the temporary symbolic link by Victor Stinner · 14 years ago
  34. 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 14 years ago
  35. ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 14 years ago
  36. 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 14 years ago
  37. fce9233 test.support: add requires_mac_ver() function by Victor Stinner · 14 years ago
  38. 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 14 years ago
  39. fea0f4d Issue #12158: Move linux_version() from test_socket to test.support by Victor Stinner · 14 years ago
  40. cad648c Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support. by Ezio Melotti · 14 years ago
  41. 63db5b6 Merge with 3.2 and also remove captured_output from __all__ (see #7960). by Ezio Melotti · 14 years ago
  42. 07352b0 Update __all__ and docstring. by Ezio Melotti · 14 years ago
  43. 6b89340 #7960: merge with 3.2. by Ezio Melotti · 14 years ago
  44. e728d72 #7960: merge with 3.1. by Ezio Melotti · 14 years ago
  45. fc778fd #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 14 years ago
  46. 32e3fdc #5723: merge with 3.2. by Ezio Melotti · 14 years ago
  47. 6b60fb9 #5723: merge with 3.1. by Ezio Melotti · 14 years ago
  48. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
  49. 4e03e9d Merge with 3.2. by Ezio Melotti · 14 years ago
  50. 3659f27 Merge with 3.1. by Ezio Melotti · 14 years ago
  51. fec3ad1 Change import_fresh_module to work with packages. by Ezio Melotti · 14 years ago
  52. 3843de3 #11910: merge with 3.2. by Ezio Melotti · 14 years ago
  53. 313fa9d #11910: merge with 3.1. by Ezio Melotti · 14 years ago
  54. 199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 14 years ago
  55. 3a0792d merge 3.2 by Benjamin Peterson · 14 years ago
  56. 31dc373 merge 3.1 by Benjamin Peterson · 14 years ago
  57. 262c582 put import_fresh_module in __all__ by Benjamin Peterson · 14 years ago
  58. 31b8959 Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
  59. 390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
  60. 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 14 years ago
  61. 518b5ae Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a by Thomas Wouters · 14 years ago
  62. 5066b03 Fix transmitting warning options to the children when running tests in by Antoine Pitrou · 14 years ago
  63. e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  64. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  65. ee877a0 Don't leave around a test symlink file. by Brett Cannon · 14 years ago
  66. 8213caf Merge by Antoine Pitrou · 14 years ago
  67. 0e63f59 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  68. b880c15 Add warnings support to test.support.args_from_interpreter_flags(). by Brett Cannon · 14 years ago
  69. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 14 years ago
  70. 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 14 years ago
  71. d20a5f6 Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. by Antoine Pitrou · 14 years ago
  72. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 14 years ago
  73. 57d1a88 Fix imports from collections.abc by Raymond Hettinger · 14 years ago
  74. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 14 years ago
  75. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 14 years ago
  76. 78ae1fb Merged revisions 87968,87971-87975 via svnmerge from by Antoine Pitrou · 15 years ago
  77. 98c62bd A better message again by Antoine Pitrou · 15 years ago
  78. e0d3f8a More informative skip message in @bigaddrspace by Antoine Pitrou · 15 years ago
  79. 9dd1171 Fix @bigmemtest when no limit is given by the user (oops) by Antoine Pitrou · 15 years ago
  80. aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. by Antoine Pitrou · 15 years ago
  81. a3e8f3d Typo. by Eric Smith · 15 years ago
  82. 90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test by Nick Coghlan · 15 years ago
  83. 50778ab Merged revisions 87861,87863 via svnmerge from by Antoine Pitrou · 15 years ago
  84. 5d938cb Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_internet(). by Antoine Pitrou · 15 years ago
  85. f50a6b6 Merged revisions 87695 via svnmerge from by Antoine Pitrou · 15 years ago
  86. 57160d7 Fix #9333 on Windows XP, where os.symlink is not a possibility. by Brian Curtin · 15 years ago
  87. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 15 years ago
  88. 6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager by Nick Coghlan · 15 years ago
  89. 40e86f0 Fied typo by Vinay Sajip · 15 years ago
  90. 129fd04 test.support: Added TestHandler and Matcher classes for better support of assertions about logging. by Vinay Sajip · 15 years ago
  91. 44588b4 More issue #10624: Add requires_IEEE_754 to __all__. by Eric Smith · 15 years ago
  92. f24a0d9 Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other uses of it shortly. by Eric Smith · 15 years ago
  93. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 15 years ago
  94. 6447454 PY_CFLAGS doesn't exist under Windows by Antoine Pitrou · 15 years ago
  95. 65c66ab make gdb skip expected by Benjamin Peterson · 15 years ago
  96. 31e08a4 Make check_warnings error messages more informative by Antoine Pitrou · 15 years ago
  97. 2731494 Merged revisions 85482 via svnmerge from by Antoine Pitrou · 15 years ago
  98. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 15 years ago
  99. 1b03f2c Inherit interpreter flags in parallel testing by Antoine Pitrou · 15 years ago
  100. d24fc5d test_sys: Remove workaround #8611 by Victor Stinner · 15 years ago