1. a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 20 years ago
  2. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  3. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  4. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 20 years ago
  5. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  6. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  7. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  8. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  9. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  10. cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 20 years ago
  11. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 20 years ago
  12. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 20 years ago
  13. 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 21 years ago
  14. b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 21 years ago
  15. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  16. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  17. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  18. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  19. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 21 years ago
  20. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 21 years ago
  21. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  22. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  23. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  24. c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 21 years ago
  25. 29a1def Test script changed. by Greg Ward · 21 years ago
  26. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  27. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  28. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  29. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago
  30. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  31. 45f4130 test_re is no longer needed by Guido van Rossum · 21 years ago
  32. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  33. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 21 years ago
  34. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  35. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  36. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 21 years ago
  37. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 21 years ago
  38. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 21 years ago
  39. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 21 years ago
  40. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 21 years ago
  41. 28256f2 Port test_unicode.py to PyUnit and add tests for error by Walter Dörwald · 21 years ago
  42. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 21 years ago
  43. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  44. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  45. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  46. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  47. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  48. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  49. 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 22 years ago
  50. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  51. 9142b19 Remove unnecessary output file. by Fred Drake · 22 years ago
  52. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  53. 8811ce7 Remove useless output file. by Fred Drake · 22 years ago
  54. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  55. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  56. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago
  57. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  58. 602d451 Add a custom __str__ method to KeyError that applies repr() to the by Guido van Rossum · 22 years ago
  59. fc26c07 Undo Barry's change. This file is not imported, it's fed as input to by Guido van Rossum · 22 years ago
  60. c6f80fd The test_tokenize output has changed slightly, by the addition of some by Barry Warsaw · 22 years ago
  61. c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
  62. 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
  63. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  64. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  65. 3a159a8 Suppress the variable verbose output from test.xmltests; the inclusion of by Fred Drake · 22 years ago
  66. 867de94 Add convenience module to run all the XML tests. by Fred Drake · 22 years ago
  67. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  68. 2d2b51b Added tests for new degree/radian conversions. by Raymond Hettinger · 22 years ago
  69. 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 22 years ago
  70. 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 22 years ago
  71. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  72. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  73. 74e77e8 add test for InvalidURL by Skip Montanaro · 22 years ago
  74. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 22 years ago
  75. b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 22 years ago
  76. bd3e771 amk's fix attached to by Michael W. Hudson · 22 years ago
  77. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 22 years ago
  78. 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 22 years ago
  79. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 22 years ago
  80. 3095a4c Update output generated by test_scope by Jeremy Hylton · 23 years ago
  81. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  82. 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
  83. e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
  84. 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago
  85. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  86. 8edd540 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  87. b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
  88. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago
  89. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
  90. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  91. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  92. 168bead Added tests that check getboolean() with the newly allowed values from by Fred Drake · 23 years ago
  93. f137f75 Hopefully fix the profiler right. Add a test suite that checks that by Guido van Rossum · 23 years ago
  94. 946f7b1 Update the xml.dom.minidom tests to cover the DOM-compliant parts of the by Fred Drake · 23 years ago
  95. 80d373c Test case for SF bugs #463359 and #462937, added to test_grammar for lack of by Thomas Wouters · 23 years ago
  96. 7f8ff47 Converted test_StringIO.py to use unittest, so by Barry Warsaw · 23 years ago
  97. 3508e30 Fix Unicode .join() method to raise a TypeError for sequence by Marc-André Lemburg · 23 years ago
  98. 5e89bd6 Update test output after the unicode() change. by Marc-André Lemburg · 23 years ago
  99. 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
  100. 4de8df9 Add tests for augmented floor division by Jeremy Hylton · 23 years ago