1. 17b52af Fixed #1624: Remove output comparison for test_pep277 by Christian Heimes · 18 years ago
  2. c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 18 years ago
  3. 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 18 years ago
  4. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 18 years ago
  5. e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 18 years ago
  6. 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 18 years ago
  7. 692bbc4 Port test_frozen to unittest. by Georg Brandl · 18 years ago
  8. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 18 years ago
  9. 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 18 years ago
  10. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
  11. d28fcbc Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. by Collin Winter · 18 years ago
  12. 6de691d Remove test/output/test_popen2 (missed in r54417). by Collin Winter · 18 years ago
  13. cb637c9 Patch #1670993: Refactor test_threadedtempfile.py to use unittest. by Collin Winter · 18 years ago
  14. f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 18 years ago
  15. 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 18 years ago
  16. 4b884a5 Port test_popen.py to unittest. by Walter Dörwald · 19 years ago
  17. 71cd551 Port test_new.py to unittest. by Walter Dörwald · 19 years ago
  18. 9fab9a7 Port test_resource.py to unittest. by Walter Dörwald · 19 years ago
  19. f008203 Move xdrlib tests from the module into a separate test script, by Walter Dörwald · 19 years ago
  20. 59ba429 Remove leftover test output file. by Georg Brandl · 19 years ago
  21. cd97208 Convert test_openpty to unittest. by Georg Brandl · 19 years ago
  22. e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 19 years ago
  23. 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 19 years ago
  24. e184433 Convert test_cgi to unittest. by Georg Brandl · 19 years ago
  25. a962eb3 Convert test_cookie to unittest. by Georg Brandl · 19 years ago
  26. bd0fb14 Convert test_types to unittest. by Georg Brandl · 19 years ago
  27. 850b2be Convert test_nis to unittest. by Georg Brandl · 19 years ago
  28. eecce79 Convert test_poll to unittest. by Georg Brandl · 19 years ago
  29. 3163179 Convert test_mmap to unittest. by Georg Brandl · 19 years ago
  30. 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 19 years ago
  31. 2f03760 Convert test_math to unittest. by Georg Brandl · 19 years ago
  32. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 19 years ago
  33. 76467ba Bug fixes large and small for tokenize. by Jeremy Hylton · 19 years ago
  34. 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 19 years ago
  35. 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 19 years ago
  36. 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
  37. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  38. 28eeefe Revert revisions: by Tim Peters · 19 years ago
  39. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  40. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
  41. cdcede6 Convert test_exceptions to unittest. by Georg Brandl · 19 years ago
  42. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
  43. 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 19 years ago
  44. 019514e Make test_augassign pass with -Qnew and convert to unittest. by Georg Brandl · 19 years ago
  45. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 19 years ago
  46. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  47. 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 19 years ago
  48. a871ef2 Added the cProfile module. by Armin Rigo · 20 years ago
  49. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 20 years ago
  50. 80d2df8 Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
  51. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
  52. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 20 years ago
  53. 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 20 years ago
  54. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  55. 62fe585 *** empty log message *** by Georg Brandl · 20 years ago
  56. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 20 years ago
  57. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 20 years ago
  58. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago
  59. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
  60. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 20 years ago
  61. d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 21 years ago
  62. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 21 years ago
  63. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago
  64. a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 21 years ago
  65. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
  66. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  67. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 21 years ago
  68. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 21 years ago
  69. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 21 years ago
  70. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
  71. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
  72. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
  73. cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 21 years ago
  74. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
  75. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 21 years ago
  76. 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 22 years ago
  77. b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 22 years ago
  78. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 22 years ago
  79. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 22 years ago
  80. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 22 years ago
  81. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
  82. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 22 years ago
  83. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 22 years ago
  84. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 22 years ago
  85. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 22 years ago
  86. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 22 years ago
  87. c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 22 years ago
  88. 29a1def Test script changed. by Greg Ward · 22 years ago
  89. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 22 years ago
  90. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 22 years ago
  91. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 22 years ago
  92. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 22 years ago
  93. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 22 years ago
  94. 45f4130 test_re is no longer needed by Guido van Rossum · 22 years ago
  95. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 22 years ago
  96. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
  97. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
  98. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  99. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 23 years ago
  100. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 23 years ago