1. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  2. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  3. 050a61f #15304: merge with 3.2. by Ezio Melotti · 12 years ago
  4. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  5. 2b6ee28 Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path by Eli Bendersky · 13 years ago
  6. 8db645f Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget by Eli Bendersky · 13 years ago
  7. 7cd94a1 Issue #11049: skip a test that fails on some buildbots by Eli Bendersky · 13 years ago
  8. d11c3e3 fixing whitespace in the previous commit by Eli Bendersky · 13 years ago
  9. 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 13 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. 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
  12. 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
  13. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  14. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 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
  16. 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 · 16 years ago
  17. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  18. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 16 years ago
  19. dcca98d Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 via svnmerge from by Christian Heimes · 17 years ago
  20. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 17 years ago
  21. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  22. f01fe69 Fix. by Georg Brandl · 17 years ago
  23. db02844 Respect EOL 80. by Georg Brandl · 17 years ago
  24. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  25. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  26. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  27. 234a34a Explicitly use UTF-8 as the encoding for the normalization file. by Martin v. Löwis · 17 years ago
  28. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  29. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  30. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  31. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  32. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  33. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  34. e2c8f2d Fix code depending on exception unpacking. by Guido van Rossum · 17 years ago
  35. bf58bd6 Use basestring instead of (str, str8) to test whether cls is a module *name*. by Walter Dörwald · 17 years ago
  36. bae5ced Temporary fix: Module names are still 8bit strings. This by Walter Dörwald · 17 years ago
  37. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  38. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  39. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  40. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  41. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  42. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  43. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  44. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  45. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  46. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  47. 7921299 use isinstance instead of type. Use bool instead of int for flag. by Neal Norwitz · 18 years ago
  48. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  49. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  50. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 19 years ago
  51. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  52. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  53. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  54. c6c5ece Typo repair; added some comments and horizontal whitespace. by Tim Peters · 21 years ago
  55. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  56. b337dd9 Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be by Mark Hammond · 21 years ago
  57. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago
  58. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 21 years ago
  59. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  60. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  61. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  62. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 21 years ago
  63. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  64. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  65. d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 21 years ago
  66. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  67. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 22 years ago
  68. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  69. 2411a2d Don't try to convert the test filename to Unicode with -U. by Martin v. Löwis · 22 years ago
  70. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  71. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  72. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  73. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  74. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  75. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  76. 2664103 run_suite(): If testclass is not available, provide an even more general by Fred Drake · 23 years ago
  77. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  78. 8dee809 Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keep by Tim Peters · 23 years ago
  79. 342ca75 Get rid of the increasingly convoluted global tricks w/ sys.stdout, in by Tim Peters · 23 years ago
  80. ad39aba Set sys.save_stdout (to sys.stdout), so doctest-using tests can be run by Guido van Rossum · 23 years ago
  81. 0a07639 Oops. I didn't expect that some tests (test_cookie) have expected by Guido van Rossum · 23 years ago
  82. 0fcca4e Change the way unexpected output is reported: rather than stopping at by Guido van Rossum · 23 years ago
  83. c88425e run_suite(): Oops, update a docstring. by Barry Warsaw · 23 years ago
  84. c10d690 run_suite(): Factor this out of run_unittest() for tests that build by Barry Warsaw · 23 years ago
  85. bea3fb8 Repair late-night doc typos. by Tim Peters · 23 years ago
  86. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  87. 2d84f2c It appears that unittest was changed to stop hoarding raw exception data, by Tim Peters · 23 years ago
  88. fe3f696 Two small changes to the resource usage option: by Guido van Rossum · 23 years ago
  89. c0fb605 use_large_resources => use_resources by Barry Warsaw · 23 years ago
  90. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  91. 14f6c18 Give more useful information about a failing PyUnit-style test. by Fred Drake · 23 years ago
  92. ef8b654 Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465. by Mark Hammond · 23 years ago
  93. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 23 years ago
  94. 559f668 In Jython, `@' is not allowed in module names. Extend the TESTFN test by Barry Warsaw · 23 years ago
  95. 84a5934 When the regression test is run in verbose mode, make the PyUNIT-based by Fred Drake · 23 years ago
  96. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 23 years ago
  97. cd1b1dd Just import sys at the top instead of inside lots of functions. by Fred Drake · 23 years ago
  98. a8f7e59 Oops. A RISCOS patch I forgot to check in. by Guido van Rossum · 23 years ago
  99. 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
  100. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 24 years ago