1. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  2. fff9e20 fix bug #42 reported by Andrew Dalke by Jeremy Hylton · 24 years ago
  3. d3cf692 Add test of resize() method of mmap objects by Andrew M. Kuchling · 24 years ago
  4. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago
  5. 1bbddd0 Added the line 'Testing UTF-16 code point order comparisons... done." by Guido van Rossum · 24 years ago
  6. a5ae490 expect message "no regression test case for method 'encode' by Jeremy Hylton · 24 years ago
  7. 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
  8. ebc0473 Fixed test output by Paul Prescod · 24 years ago
  9. 7993bcc Added minidom tests. by Paul Prescod · 24 years ago
  10. 54610f3 output for openpty test by Guido van Rossum · 24 years ago
  11. 4c136ee Thomas Wouters <thomas@xs4all.net>: Test case for the pty module. by Fred Drake · 24 years ago
  12. 96fee02 Output for test_winreg2. by Fred Drake · 24 years ago
  13. 4ccea94 - reverted to "\x is binary byte" by Fredrik Lundh · 24 years ago
  14. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  15. 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
  16. 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
  17. 587794b Marc-Andre Lemburg <mal@lemburg.com>: Added test output. by Marc-André Lemburg · 24 years ago
  18. 5f2e75e Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  19. b71624e - added support for (?P=name) (closes #3 and #7 from the status report) by Fredrik Lundh · 24 years ago
  20. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago
  21. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  22. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  23. a2aa34f Marc-Andre Lemburg <mal@lemburg.com>: New test output by Marc-André Lemburg · 24 years ago
  24. 4a9188c Marc-Andre Lemburg <mal@lemburg.com>: Updated test output. by Marc-André Lemburg · 24 years ago
  25. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  26. 7fd7e36 Change pyexpat test suite to exercise the .returns_unicode attribute, by Andrew M. Kuchling · 24 years ago
  27. c380466 update output file to reflect new test of exception object str-ness by Jeremy Hylton · 24 years ago
  28. 3c0d013 verify that Python raises SyntaxError for long and deeply-nested expressions by Jeremy Hylton · 24 years ago
  29. cf70ea6 Additional tests for seek() method, written by Trent Mick by Andrew M. Kuchling · 24 years ago
  30. 1f2d464 Added test for linnuxaudiodev module; directly adapted from sunaudiodev by Fred Drake · 24 years ago
  31. 992cb8a Added a test to catch the base class. by Barry Warsaw · 24 years ago
  32. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  33. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 24 years ago
  34. afe73a4 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  35. 547e952 Output from test_zipfile.py. by Guido van Rossum · 24 years ago
  36. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  37. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  38. d553e99 Added test case output for pyexpat module by Andrew M. Kuchling · 24 years ago
  39. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 24 years ago
  40. a35be2f Output for simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 24 years ago
  41. 003663d fix previous checkin by Jeremy Hylton · 24 years ago
  42. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  43. de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 24 years ago
  44. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  45. d8855fd Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  46. d8fbcc9 Regenerated with test for 'contains'. by Guido van Rossum · 24 years ago
  47. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 24 years ago
  48. 7344741 test_contains output by Guido van Rossum · 24 years ago
  49. f7221c3 Test case for fork1() behavior. by Guido van Rossum · 25 years ago
  50. 910d9a0 Test output. by Guido van Rossum · 25 years ago
  51. a0e85b2 Test output for test_binhex.py. by Guido van Rossum · 25 years ago
  52. 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 25 years ago
  53. 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 25 years ago
  54. 447b4a0 Test suite for UserList. by Guido van Rossum · 25 years ago
  55. 3eccc48 Test suite for UserDict by Guido van Rossum · 25 years ago
  56. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago
  57. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 25 years ago
  58. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 25 years ago
  59. ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago
  60. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 26 years ago
  61. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  62. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  63. 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 26 years ago
  64. 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 26 years ago
  65. 2ad816f Add test for MimeWriter module by Guido van Rossum · 26 years ago
  66. a50547e Track changes in tokenize.py by Guido van Rossum · 26 years ago
  67. e60142f Adding output of test_xmllib.py by Guido van Rossum · 27 years ago
  68. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago
  69. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  70. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  71. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
  72. 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
  73. 9525df0 Output for sequence unpacking test by Barry Warsaw · 27 years ago
  74. ac405ce generated output for new tests by Barry Warsaw · 27 years ago
  75. f07eaea Forgot to check in the fixed output for print by Guido van Rossum · 27 years ago
  76. 57fa217 generated by regrtest.py -g by Jeremy Hylton · 27 years ago
  77. c4c2641 Print `a` so encrypted text is shown in ascii, not binary. by Guido van Rossum · 27 years ago
  78. 570278b Add test for function comparisons by Guido van Rossum · 27 years ago
  79. 32d6f3c Corresponding output. by Guido van Rossum · 27 years ago
  80. a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
  81. 65cd989 Added output from new tests. by Guido van Rossum · 27 years ago
  82. 23b8d4c Tweak re_tests and test_re to differentiate between by Guido van Rossum · 27 years ago
  83. 847ed4a More tweaks; re.py is nearly there... by Guido van Rossum · 27 years ago
  84. 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
  85. 70f107f Three fewer incorrect failures by Guido van Rossum · 27 years ago
  86. 1d8b758 Removed the traceback output in non-verbose mode by Guido van Rossum · 27 years ago
  87. 8a9a4a2 Jeffrey's latest. by Guido van Rossum · 27 years ago
  88. 7ffbd2f This is pretty pathetic and full of errors, by Guido van Rossum · 27 years ago
  89. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  90. f518d5e Print less in test_socket. by Guido van Rossum · 27 years ago
  91. c1a4ba9 New test output for test_builtin by Guido van Rossum · 27 years ago
  92. 5c7e711 Test output for the SGI cl C module test script. by Roger E. Masse · 28 years ago
  93. eca63b8 Output from test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  94. 4852d37 test output for the binascii C module test script. by Roger E. Masse · 28 years ago
  95. e4d7821 test is no longer needed by Barry Warsaw · 28 years ago
  96. 7a515b9 Output for test of the timing module by Barry Warsaw · 28 years ago
  97. 5bc697d Test of the sunaudiodev module -- it simply plays a sound if it can by Barry Warsaw · 28 years ago
  98. 95f92df New output file for strop test by Barry Warsaw · 28 years ago
  99. 5150542 Output file for test_cd.py by Roger E. Masse · 28 years ago
  100. 4a9ac06 Output file for test_al.py by Roger E. Masse · 28 years ago