1. c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
  2. 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
  3. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  4. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  5. 3a159a8 Suppress the variable verbose output from test.xmltests; the inclusion of by Fred Drake · 22 years ago
  6. 867de94 Add convenience module to run all the XML tests. by Fred Drake · 22 years ago
  7. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  8. 2d2b51b Added tests for new degree/radian conversions. by Raymond Hettinger · 22 years ago
  9. 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 22 years ago
  10. 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 22 years ago
  11. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  12. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  13. 74e77e8 add test for InvalidURL by Skip Montanaro · 22 years ago
  14. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 22 years ago
  15. b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 22 years ago
  16. bd3e771 amk's fix attached to by Michael W. Hudson · 23 years ago
  17. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 23 years ago
  18. 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 23 years ago
  19. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 23 years ago
  20. 3095a4c Update output generated by test_scope by Jeremy Hylton · 23 years ago
  21. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  22. 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
  23. e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
  24. 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago
  25. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  26. 8edd540 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  27. b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
  28. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago
  29. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
  30. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  31. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  32. 168bead Added tests that check getboolean() with the newly allowed values from by Fred Drake · 23 years ago
  33. f137f75 Hopefully fix the profiler right. Add a test suite that checks that by Guido van Rossum · 23 years ago
  34. 946f7b1 Update the xml.dom.minidom tests to cover the DOM-compliant parts of the by Fred Drake · 23 years ago
  35. 80d373c Test case for SF bugs #463359 and #462937, added to test_grammar for lack of by Thomas Wouters · 23 years ago
  36. 7f8ff47 Converted test_StringIO.py to use unittest, so by Barry Warsaw · 23 years ago
  37. 3508e30 Fix Unicode .join() method to raise a TypeError for sequence by Marc-André Lemburg · 23 years ago
  38. 5e89bd6 Update test output after the unicode() change. by Marc-André Lemburg · 23 years ago
  39. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  40. 4de8df9 Add tests for augmented floor division by Jeremy Hylton · 23 years ago
  41. ea46fa8 Undo previous checkin -- Barry fixed it better. by Guido van Rossum · 23 years ago
  42. d320ad0 Update test output to match new (more informative) error message about by Guido van Rossum · 23 years ago
  43. 4e2fbce Looks like someone forgot the change the expected output file. by Tim Peters · 23 years ago
  44. 971e069 Remove test_long's expected-output file. by Tim Peters · 23 years ago
  45. 8471a35 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  46. 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
  47. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  48. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
  49. c9fadf9 Add a test that xml.sax.saxutils.XMLGenerator does the right thing by Fred Drake · 23 years ago
  50. 108efac test_codeup should not have had an expected-output file; removing it. by Tim Peters · 23 years ago
  51. 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
  52. 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 23 years ago
  53. 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
  54. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  55. 58422e5 Convert the parser module test to use PyUnit. by Fred Drake · 23 years ago
  56. 351c3d0 Implement testGetElementsByTagNameNS. by Martin v. Löwis · 23 years ago
  57. 4f1e495 The one-line output files are no longer needed, so do not keep them. by Fred Drake · 23 years ago
  58. bea3947 Variety of test cases for call to builtin functions by Jeremy Hylton · 23 years ago
  59. f5f6c43 Remove test_doctest's expected-output file. by Tim Peters · 23 years ago
  60. dec4a61 Remove test_difflib's output file and change test_difflib to stop by Tim Peters · 23 years ago
  61. b8e76a7 Remove output files that are no longer needed since the corresponding by Fred Drake · 23 years ago
  62. cf99225 Move the sha tests to PyUnit. by Fred Drake · 23 years ago
  63. d992c2c Migrate the strop test to PyUnit. by Fred Drake · 23 years ago
  64. febbe33 Remove all files of expected output that contain only the name of the by Fred Drake · 23 years ago
  65. c02bc3e Re-write the mailbox test suite to use PyUnit. Cover a lot more ground by Fred Drake · 23 years ago
  66. bd3090d Added test suite for the new HTMLParser module, originally from the by Fred Drake · 23 years ago
  67. a814db5 SF bug[ #423781: pprint.isrecursive() broken. by Tim Peters · 23 years ago
  68. 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
  69. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 23 years ago
  70. 95bf939 SF bug #422121 Insecurities in dict comparison. by Tim Peters · 23 years ago
  71. e3e6104 Trivial tests of urllib2 for recent SF bug by Jeremy Hylton · 23 years ago
  72. 4c88901 SF patch 419176 from MvL; fixed bug 418977 by Jeremy Hylton · 23 years ago
  73. 6912d4d Generalize tuple() to work nicely with iterators. by Tim Peters · 23 years ago
  74. ddc4fd0 Fix 2.1 nested scopes crash reported by Evan Simpson by Jeremy Hylton · 23 years ago
  75. 8f42e2b Update test to accomodate the change to the namespace_separator parameter by Fred Drake · 23 years ago
  76. 8b48cf9 Add test suite for iterators. by Guido van Rossum · 23 years ago
  77. 3090694 Fix compileall.py so that it fails on SyntaxErrors by Jeremy Hylton · 23 years ago
  78. 79fa2b6 Add test for SF bug #405427 by Jeremy Hylton · 23 years ago
  79. 3bee2f6 Update to reflect new tokenize_test.py by Jeremy Hylton · 23 years ago
  80. 88ad12a Patch #415777: new grouping strategy. by Martin v. Löwis · 23 years ago
  81. ceccc3c Test cases for examples of ext call error handling. by Jeremy Hylton · 23 years ago
  82. eb26f95 Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to by Tim Peters · 23 years ago
  83. 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 23 years ago
  84. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 23 years ago
  85. 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 23 years ago
  86. 987f133 SRE 2.1b2: forgot to update one output file (sorry, Fred!) by Fredrik Lundh · 23 years ago
  87. 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 23 years ago
  88. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 23 years ago
  89. 9175114 Add test cases for the fnmatch module. by Fred Drake · 23 years ago
  90. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 23 years ago
  91. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 24 years ago
  92. 9e6f278 Repair test_doctest's expected-output file (Guido added some new output). by Tim Peters · 24 years ago
  93. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 24 years ago
  94. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 24 years ago
  95. fc35de4 test_global was broken by some recent checkin. Repairing. by Tim Peters · 24 years ago
  96. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 24 years ago
  97. 2922ea8 Add test case for global stmt at module level. by Jeremy Hylton · 24 years ago
  98. 42efed0 update output to reflect exception that is now raised by Jeremy Hylton · 24 years ago
  99. 62e2c7e Add regression test for future statements. This adds eight files, but by Jeremy Hylton · 24 years ago
  100. 8e43cd7 verify that warnings are issued for bogus uses of global by Jeremy Hylton · 24 years ago