1. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  2. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  3. 0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  4. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  5. 51d8c52 Replace noop constant statement with expression by Victor Stinner · 9 years ago
  6. 33623b1 Issue #25695: Defer creation of TESTDIRN until the test case is run by Martin Panter · 9 years ago
  7. d226d30 Issue #23883: Add test.support.check__all__() and test gettext.__all__ by Martin Panter · 9 years ago
  8. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 9 years ago
  9. e334e3f issue9859: Adds a test.support.detect_api_mismatch function useful to by Gregory P. Smith · 9 years ago
  10. d577cea Merge 3.4 by Victor Stinner · 10 years ago
  11. 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 10 years ago
  12. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  13. e8f3819 merge 3.3 (#19614) by Benjamin Peterson · 11 years ago
  14. bb185ab use support.rmtree instead of shutil (closes #19614) by Benjamin Peterson · 11 years ago
  15. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  16. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  17. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 11 years ago
  18. b0478b3 Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. by Antoine Pitrou · 11 years ago
  19. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  20. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  21. 050a61f #15304: merge with 3.2. by Ezio Melotti · 12 years ago
  22. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  23. 2b6ee28 Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path by Eli Bendersky · 13 years ago
  24. 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
  25. 7cd94a1 Issue #11049: skip a test that fails on some buildbots by Eli Bendersky · 13 years ago
  26. d11c3e3 fixing whitespace in the previous commit by Eli Bendersky · 13 years ago
  27. 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 13 years ago
  28. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  29. 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
  30. 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
  31. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  32. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 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
  34. 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
  35. 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
  36. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 16 years ago
  37. dcca98d Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 via svnmerge from by Christian Heimes · 17 years ago
  38. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 17 years ago
  39. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  40. f01fe69 Fix. by Georg Brandl · 17 years ago
  41. db02844 Respect EOL 80. by Georg Brandl · 17 years ago
  42. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  43. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  44. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  45. 234a34a Explicitly use UTF-8 as the encoding for the normalization file. by Martin v. Löwis · 17 years ago
  46. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  47. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  48. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  49. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  50. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  51. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  52. e2c8f2d Fix code depending on exception unpacking. by Guido van Rossum · 17 years ago
  53. bf58bd6 Use basestring instead of (str, str8) to test whether cls is a module *name*. by Walter Dörwald · 17 years ago
  54. bae5ced Temporary fix: Module names are still 8bit strings. This by Walter Dörwald · 17 years ago
  55. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  56. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  57. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  58. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  59. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  60. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  61. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  62. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  63. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  64. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  65. 7921299 use isinstance instead of type. Use bool instead of int for flag. by Neal Norwitz · 18 years ago
  66. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  67. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  68. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 19 years ago
  69. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  70. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  71. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  72. c6c5ece Typo repair; added some comments and horizontal whitespace. by Tim Peters · 21 years ago
  73. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  74. b337dd9 Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be by Mark Hammond · 21 years ago
  75. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago
  76. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 21 years ago
  77. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  78. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  79. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  80. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 21 years ago
  81. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  82. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  83. d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 21 years ago
  84. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 22 years ago
  85. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 22 years ago
  86. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  87. 2411a2d Don't try to convert the test filename to Unicode with -U. by Martin v. Löwis · 22 years ago
  88. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  89. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  90. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  91. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  92. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  93. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  94. 2664103 run_suite(): If testclass is not available, provide an even more general by Fred Drake · 23 years ago
  95. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  96. 8dee809 Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keep by Tim Peters · 23 years ago
  97. 342ca75 Get rid of the increasingly convoluted global tricks w/ sys.stdout, in by Tim Peters · 23 years ago
  98. ad39aba Set sys.save_stdout (to sys.stdout), so doctest-using tests can be run by Guido van Rossum · 23 years ago
  99. 0a07639 Oops. I didn't expect that some tests (test_cookie) have expected by Guido van Rossum · 23 years ago
  100. 0fcca4e Change the way unexpected output is reported: rather than stopping at by Guido van Rossum · 23 years ago