1. d304f44 Patch #103343: Allow the important test_pkg to succeed under Jython. by Tim Peters · 24 years ago
  2. 08dabf0 Patch #103344: Sort dicts from extcall for easier comparison with Jython. by Tim Peters · 24 years ago
  3. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  4. 0a5f91f Now that Marc-Andre has retracted unistr(), remove the tests. by Guido van Rossum · 24 years ago
  5. 2acb54a improved the ucnhash test a bit by Fredrik Lundh · 24 years ago
  6. d93c0b6 Jeremy's patch #103323: trivial tests of all untested modules. by Tim Peters · 24 years ago
  7. b4ed8c4 add test of bastion and rexec to std regression test suite by Jeremy Hylton · 24 years ago
  8. 2f1064c A dumb test for the dumdbm module. by Guido van Rossum · 24 years ago
  9. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago
  10. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  11. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  12. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  13. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  14. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  15. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  16. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  17. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  18. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  19. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  20. 07b78a8 Test for xreadline. by Guido van Rossum · 24 years ago
  21. 86821b2 MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky by Tim Peters · 24 years ago
  22. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 24 years ago
  23. 1109db4 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  24. a4d18a0 Add test cases based on RFC 1808. So now we actually have a test suite by Fred Drake · 24 years ago
  25. 0ee7d82 No more RCmp. by Neil Schemenauer · 24 years ago
  26. 623116a Sequence repeat works now for in-place multiply with an integer type by Neil Schemenauer · 24 years ago
  27. e7e694f Use == rather than cmp(). The return value of cmp() is not well defined when by Neil Schemenauer · 24 years ago
  28. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 24 years ago
  29. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 24 years ago
  30. ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
  31. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago
  32. 1e0611b The "context" parameter to the ExternalEntityRefParameter exposes internal by Fred Drake · 24 years ago
  33. 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
  34. e1578ce Added tests to avoid regression on bug #125375. by Fred Drake · 24 years ago
  35. b7f0cef Update test output. by Fred Drake · 24 years ago
  36. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  37. 24ec6fb track recent change to test_extcall.py by Jeremy Hylton · 24 years ago
  38. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  39. 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 24 years ago
  40. cfd3bd8 Updated output. by Lars Gustäbel · 24 years ago
  41. 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 24 years ago
  42. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 24 years ago
  43. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
  44. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 24 years ago
  45. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  46. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  47. cb953d7 Test the exception-raising for error cases in copy_reg. by Fred Drake · 24 years ago
  48. 16b198e wave test output by Guido van Rossum · 24 years ago
  49. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  50. e9f922f Adapt test output to changed error message. by Guido van Rossum · 24 years ago
  51. ce6292e Correct output. by Guido van Rossum · 24 years ago
  52. 5c0b43d The test is good, but Jim forgot to check in the updated output. by Fred Drake · 24 years ago
  53. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
  54. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 24 years ago
  55. e2b7c4d test_linuxaudio: by Jeremy Hylton · 24 years ago
  56. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 24 years ago
  57. 962c9e7 Add SAXReaderNotAvailable, and use it to distinguish between an by Martin v. Löwis · 24 years ago
  58. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  59. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
  60. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago
  61. 23542dc Updated hash values to match the new encoding (UTF-8) used in the test. by Marc-André Lemburg · 24 years ago
  62. 6c8e4c3 Test output data for the Unicode database test suite. by Marc-André Lemburg · 24 years ago
  63. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  64. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  65. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  66. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago
  67. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 24 years ago
  68. 4c79919 Fix test errors. by Paul Prescod · 24 years ago
  69. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 24 years ago
  70. 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
  71. 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 24 years ago
  72. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 24 years ago
  73. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  74. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  75. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  76. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  77. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  78. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 24 years ago
  79. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  80. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  81. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  82. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  83. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  84. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  85. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  86. e332c1f updated test output by Barry Warsaw · 24 years ago
  87. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 24 years ago
  88. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  89. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  90. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  91. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 24 years ago
  92. 9dcea3f test case output for dospath regr test by Skip Montanaro · 24 years ago
  93. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  94. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  95. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  96. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  97. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  98. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  99. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  100. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago