1. aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
  2. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
  3. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  4. 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
  5. d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
  6. de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
  7. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  8. 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
  9. 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
  10. 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
  11. 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
  12. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  13. 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
  14. 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
  15. 3791838 New unit test for the mimetypes module, to avoid future regressions. by Fred Drake · 23 years ago
  16. 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
  17. 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
  18. a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
  19. 28962cc Given a class without __cmp__ or __eq__, cmp() of two instances of by Guido van Rossum · 23 years ago
  20. b5a136b Add a test to verify that bound methods work correctly. by Guido van Rossum · 23 years ago
  21. e561463 Move one of the tests into the "PEP 255" section, to reflect a change in by Tim Peters · 23 years ago
  22. 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
  23. 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
  24. b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 23 years ago
  25. 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
  26. 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago
  27. 39f77bc Modify _Set to support iteration. by Jeremy Hylton · 23 years ago
  28. d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
  29. a45da92 Make the output of tests skipped readable (i.e., deliberately break it by Tim Peters · 23 years ago
  30. 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
  31. 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 23 years ago
  32. f73e30c Add the list of expected skips for Linux 2.x. Restructured the code a by Guido van Rossum · 23 years ago
  33. a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
  34. b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
  35. dbc363c The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. by Jack Jansen · 23 years ago
  36. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  37. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  38. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  39. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  40. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
  41. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
  42. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  43. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago
  44. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
  45. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
  46. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 23 years ago
  47. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  48. 64deef2 A test suite for binary operators, disguised as a rational number class. by Guido van Rossum · 23 years ago
  49. c9fadf9 Add a test that xml.sax.saxutils.XMLGenerator does the right thing by Fred Drake · 23 years ago
  50. 288cd2c Fix the test so it uses IterableUserDict for the "for x in dict" test. by Guido van Rossum · 23 years ago
  51. 15d86c6 Remove the test for the 'object' type -- it can no longer be by Guido van Rossum · 23 years ago
  52. cd73836 silence warnings about import * by Jeremy Hylton · 23 years ago
  53. cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
  54. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  55. e861365 Don't use any characters C doesn't guarantee are safe for text-mode files. by Tim Peters · 23 years ago
  56. 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 23 years ago
  57. fffd722 The test opened the binary test data files in text mode! Fixed. by Jack Jansen · 23 years ago
  58. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  59. d342c62 This test failed under python -O. by Tim Peters · 23 years ago
  60. 394a47b Unit test for improved package import semantics. by Guido van Rossum · 23 years ago
  61. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  62. 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
  63. 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
  64. 108efac test_codeup should not have had an expected-output file; removing it. by Tim Peters · 23 years ago
  65. b7a7731 Add tests for getattr() and hasattr() with non-string args by Jeremy Hylton · 23 years ago
  66. 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
  67. 3c19ec4 Fix when pyexpat not built by Jeremy Hylton · 23 years ago
  68. 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 23 years ago
  69. 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 23 years ago
  70. 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 23 years ago
  71. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  72. 80d1dd5 Fix for bug #444493: u'\U00010001' segfaults with current CVS on wide builds. by Marc-André Lemburg · 23 years ago
  73. f973c6d Make this test work under Windows as well. by Fred Drake · 23 years ago
  74. 99e87f9 Test for the "glob" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  75. fa712ca Whitespace normalization. by Tim Peters · 23 years ago
  76. 4c81d60 Tests for the "commands" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  77. 1586136 New tests by Nick Mathewson, for the fpformat module. by Fred Drake · 23 years ago
  78. 1377594 On WIndows, skip the part of test_dircache that can't work on Windows. by Tim Peters · 23 years ago
  79. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
  80. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  81. 6c6bfb7 Make the unicode-escape and the UTF-16 codecs handle surrogates by Marc-André Lemburg · 23 years ago
  82. 84073bf Regression test for the dircache module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  83. 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  84. d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 23 years ago
  85. 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
  86. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  87. 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
  88. 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago
  89. 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 23 years ago
  90. cf580c7 Added tests for the new yield support in the parser module. by Fred Drake · 23 years ago
  91. 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 23 years ago
  92. 0606933 test_basic(): Add a test for "person@dom.ain (User J. Person)" which by Barry Warsaw · 23 years ago
  93. 19ff4ac Add a unit test for sgmllib (needs work, but has already caught problems). by Fred Drake · 23 years ago
  94. 14f6c18 Give more useful information about a failing PyUnit-style test. by Fred Drake · 23 years ago
  95. 50bc19f Remove a duplicate test. by Fred Drake · 23 years ago
  96. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  97. 0960015 Should raise TestSkipped, not ImportError, when deciding to skip the test. by Guido van Rossum · 23 years ago
  98. 9a8c8e2 Having fun on my own time: quicker flat_conjoin; Knights Tour solver by Tim Peters · 23 years ago
  99. a1d5455 Remove the last remnants of the hacks to worm around leaks. by Tim Peters · 23 years ago
  100. 3446365 Repair flawed example. by Tim Peters · 23 years ago