1. 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 98c62bd A better message again by Antoine Pitrou · 14 years ago
  3. e0d3f8a More informative skip message in @bigaddrspace by Antoine Pitrou · 14 years ago
  4. 9dd1171 Fix @bigmemtest when no limit is given by the user (oops) by Antoine Pitrou · 14 years ago
  5. aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. by Antoine Pitrou · 14 years ago
  6. a3e8f3d Typo. by Eric Smith · 14 years ago
  7. 90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test by Nick Coghlan · 14 years ago
  8. 5d938cb Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_internet(). by Antoine Pitrou · 14 years ago
  9. 57160d7 Fix #9333 on Windows XP, where os.symlink is not a possibility. by Brian Curtin · 14 years ago
  10. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  11. 6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager by Nick Coghlan · 14 years ago
  12. 40e86f0 Fied typo by Vinay Sajip · 14 years ago
  13. 129fd04 test.support: Added TestHandler and Matcher classes for better support of assertions about logging. by Vinay Sajip · 14 years ago
  14. 44588b4 More issue #10624: Add requires_IEEE_754 to __all__. by Eric Smith · 14 years ago
  15. f24a0d9 Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other uses of it shortly. by Eric Smith · 14 years ago
  16. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  17. 6447454 PY_CFLAGS doesn't exist under Windows by Antoine Pitrou · 14 years ago
  18. 65c66ab make gdb skip expected by Benjamin Peterson · 14 years ago
  19. 31e08a4 Make check_warnings error messages more informative by Antoine Pitrou · 14 years ago
  20. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 14 years ago
  21. 1b03f2c Inherit interpreter flags in parallel testing by Antoine Pitrou · 14 years ago
  22. d24fc5d test_sys: Remove workaround #8611 by Victor Stinner · 14 years ago
  23. 8ce7df6 Issue #9819: fix TESTFN_UNENCODABLE for japanese code page by Victor Stinner · 14 years ago
  24. 2673c5b Also catch some gaierrors by Antoine Pitrou · 14 years ago
  25. 8bc0903 Improve transient_internet() again to detect more network errors, by Antoine Pitrou · 14 years ago
  26. a88c83c Issue #8574: better implementation of test.support.transient_internet(). by Antoine Pitrou · 14 years ago
  27. c44abb1 Workaround issue #8611 in test_undecodable_code() of test_sys by Victor Stinner · 14 years ago
  28. 74a833f Decompose TESTFN_UNICODE on Mac OS X by Victor Stinner · 14 years ago
  29. d91df1a Improve PEP 383 tests (in test_os) by Victor Stinner · 14 years ago
  30. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  31. a0241c8 Fix TESTFN_UNENCODABLE of test.support on Mac OS X by Victor Stinner · 14 years ago
  32. 03c9e1d Mac OS X denies unencodable filenames (invalid utf-8) by Victor Stinner · 14 years ago
  33. 09c449c Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE by Victor Stinner · 14 years ago
  34. b4b8eb9 Oops, I did it again: add missing \ removed in previous commit by Victor Stinner · 14 years ago
  35. 11fd4e9 Oops, create TESTFN_UNENCODEABLE from TEST_FN, not TESTFN_UNICODE by Victor Stinner · 14 years ago
  36. 3d85a6f Set TESTFN_UNENCODEABLE on non-Windows OSes by Victor Stinner · 14 years ago
  37. 62f68ed Factor out stripping of interpreter debug output in test.support.strip_python_stderr() by Antoine Pitrou · 14 years ago
  38. 903396e Set sys.modules[name] to None instead of 0 to block module import. by Alexander Belopolsky · 14 years ago
  39. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  40. 2d9c2d5 Fix error handling removing files in test.support.unlink by Michael Foord · 14 years ago
  41. f58087b Issue #8533: revert r80694; try a different fix: regrtest uses backslashreplace by Victor Stinner · 14 years ago
  42. 0d80a58 Issue #8533: Write tracebacks and failed tests to sys.stderr instead of by Victor Stinner · 14 years ago
  43. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 15 years ago
  44. fec12ff Merged revisions 80314-80315 via svnmerge from by Antoine Pitrou · 15 years ago
  45. 28a691b PEP 3147 by Barry Warsaw · 15 years ago
  46. a6590e8 Merged revisions 79934 via svnmerge from by Benjamin Peterson · 15 years ago
  47. f089fd6 Merged revisions 78982,78986 via svnmerge from by Florent Xicluna · 15 years ago
  48. 53b506be Merged revisions 79049 via svnmerge from by Florent Xicluna · 15 years ago
  49. f2bf2b3 Add some tests for ways users can change or shadow globals and builtins. by Collin Winter · 15 years ago
  50. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 15 years ago
  51. b14930c Only the parts which are relevant for 3.x branch. by Florent Xicluna · 15 years ago
  52. 184bdfb Merged revisions 78136 via svnmerge from by Ezio Melotti · 15 years ago
  53. ddb5e70 Merged revisions 77956-77957 via svnmerge from by Brett Cannon · 15 years ago
  54. b19f43d Merged revisions 77729 via svnmerge from by Ezio Melotti · 15 years ago
  55. 060cee2 Issue #6551: test_zipimport could import and then destroy some modules of by Antoine Pitrou · 15 years ago
  56. fd0680b Merged revisions 76037 via svnmerge from by Antoine Pitrou · 15 years ago
  57. 65c9c64 Merged revisions 75958 via svnmerge from by Antoine Pitrou · 15 years ago
  58. 723357e Merged revisions 75528 via svnmerge from by R. David Murray · 15 years ago
  59. 6ead552 Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding by Nick Coghlan · 15 years ago
  60. df4ff08 Fix open_urlresource() to pass its arguments to open() when the resource is cached. by Alexandre Vassalotti · 15 years ago
  61. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  62. 46d4440 remove use of failIf by Benjamin Peterson · 15 years ago
  63. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 15 years ago
  64. d76b9f1 Fix __all__. by Raymond Hettinger · 15 years ago
  65. 686057b Use new form of with-statement instead of contextlib.nested(). by Raymond Hettinger · 15 years ago
  66. 8cc7d88 Merged revisions 73073-73074,73089 via svnmerge from by Benjamin Peterson · 15 years ago
  67. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  68. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  69. 886b40a Fixed 2.x-ism. by Eric Smith · 16 years ago
  70. 4ba8013 Merged revisions 71875 via svnmerge from by Walter Dörwald · 16 years ago
  71. 4738470 Merged revisions 71799 via svnmerge from by Nick Coghlan · 16 years ago
  72. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 16 years ago
  73. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 16 years ago
  74. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  75. 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 16 years ago
  76. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 16 years ago
  77. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  78. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  79. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  80. b130493 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for it to test_warnings. (forward port of r64910 from trunk) by Nick Coghlan · 16 years ago
  81. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  82. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 16 years ago
  83. 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 16 years ago
  84. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago[Renamed (99%) from Lib/test/test_support.py]
  85. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  86. a79e33e Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from by Alexandre Vassalotti · 16 years ago
  87. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  88. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  90. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 17 years ago
  91. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 17 years ago
  92. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 17 years ago
  93. dcca98d Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 via svnmerge from by Christian Heimes · 17 years ago
  94. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 17 years ago
  95. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  96. f01fe69 Fix. by Georg Brandl · 17 years ago
  97. db02844 Respect EOL 80. by Georg Brandl · 17 years ago
  98. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  99. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  100. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago