1. 45bb87b Use escaped Unicode literals, according to PEP 8. by Martin v. Löwis · 22 years ago
  2. 9cce029 Add test_pep277 to the expected skips on Linux. (This test seems to by Guido van Rossum · 22 years ago
  3. b03fac2 Make sure the email test suite can be run both stand-alone and under by Guido van Rossum · 22 years ago
  4. 1ee401f This test fails on Win98, which is fine, but when it failed it left by Tim Peters · 22 years ago
  5. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago
  6. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  7. eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
  8. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
  9. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  10. 884554d Patch #544740: test_commands test fails under Cygwin by Jason Tishler · 22 years ago
  11. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
  12. 176916a Allow internal whitespace in keys. by Fred Drake · 22 years ago
  13. 309db06 Added regression test for SF bug #561822: has_option() case sensitive. by Fred Drake · 22 years ago
  14. d8a9d2a SF bug 613233: test_threadedtempfile hangs by Tim Peters · 22 years ago
  15. 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 22 years ago
  16. 04d9a80 Add regression test for a bug found in the version of the markupbase by Fred Drake · 22 years ago
  17. 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
  18. a6026c6 Back out multifile.py 1.19 and 1.20. Fixes #514676. by Martin v. Löwis · 22 years ago
  19. c34c4fc Suppress hex/oct constant warnings in <string> on 64-bit platforms, by Guido van Rossum · 22 years ago
  20. c0a0e08 Since it tests both ntohl and ntohs, the test should not be called by Guido van Rossum · 22 years ago
  21. 1ce4ae3 Don't test whether surrogate sequences round-trip in UTF-8. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  22. 766e300 Use integer above sys.maxunicode for range test. Fixes #608884. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  23. a2627af Maybe this fixes test_socket on 64-bit Linux. by Guido van Rossum · 22 years ago
  24. 3cda93e Add a bunch of sys.stdout.flush() calls that will hopefully improve by Guido van Rossum · 22 years ago
  25. 6dd7d07 If PyXML is installed, there is no Node.allnodes, so that portion of by Fred Drake · 22 years ago
  26. d2909c9 Relax a test so it passes either with the standard library or PyXML. by Fred Drake · 22 years ago
  27. c8060a6 The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms. by Guido van Rossum · 22 years ago
  28. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  29. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  30. ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
  31. 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 22 years ago
  32. 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
  33. 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
  34. 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
  35. 522076d Try to get test to pass on Windows by Neal Norwitz · 22 years ago
  36. 522e769 Skip UDP testing for MacPython (for now), it hangs. This may be due to by Jack Jansen · 22 years ago
  37. 9ab7dd4 Add a test case that checks that the proper exception is raises by Walter Dörwald · 22 years ago
  38. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  39. 5c1ee17 Change the unicode.translate docstring to document that by Walter Dörwald · 22 years ago
  40. 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago
  41. 602d451 Add a custom __str__ method to KeyError that applies repr() to the by Guido van Rossum · 22 years ago
  42. 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 22 years ago
  43. 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 22 years ago
  44. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  45. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  46. 375e0ee The test I saw failing this morning just happened to be run at 8am by Barry Warsaw · 22 years ago
  47. fc26c07 Undo Barry's change. This file is not imported, it's fed as input to by Guido van Rossum · 22 years ago
  48. f0253f2 Restore the hex/oct constant tests that Barry commented out for fear by Guido van Rossum · 22 years ago
  49. 604cd6a complex() was the only numeric constructor that created a new instance by Raymond Hettinger · 22 years ago
  50. 18bd112 Fixed three exceptions in the Plain integers test, although I'm not by Barry Warsaw · 22 years ago
  51. c6f80fd The test_tokenize output has changed slightly, by the addition of some by Barry Warsaw · 22 years ago
  52. 266e6b1 Quite down some FutureWarnings. by Barry Warsaw · 22 years ago
  53. ea76c98 Implemented <, <=, >, >= for sets, giving subset and proper-subset by Tim Peters · 22 years ago
  54. 93d8d48 TestSubset(): Generalized the framework to support testing upcoming by Tim Peters · 22 years ago
  55. 4127e91 Rewrote all remaining assert stmts. by Tim Peters · 22 years ago
  56. 62c6243 Simplified construction of the test suite. by Tim Peters · 22 years ago
  57. de830ca Simplified code building sets of characters. by Tim Peters · 22 years ago
  58. a777799 Ack! Virtually every test here relied on an assert stmt. assert stmts by Tim Peters · 22 years ago
  59. 0bbb308 Simplified the setup for is-subset testing. by Tim Peters · 22 years ago
  60. e87ab3f Removed < <= > >= from the API. Implemented as comparisons of the by Raymond Hettinger · 22 years ago
  61. 1b9f5d4 At Tim Peter's suggestion, propagated GvR's binary operator changes to by Raymond Hettinger · 22 years ago
  62. 045e51a Expanded tests for sets of sets. by Raymond Hettinger · 22 years ago
  63. 2023c9b Fix SF bug 599128, submitted by Inyeol Lee: .replace() would do the by Guido van Rossum · 22 years ago
  64. 8b1a6d6 Code by Inyeol Lee, submitted to SF bug 595350, to implement by Guido van Rossum · 22 years ago
  65. 7c7efe9 Got rid of the toy _Set class, in favor of sets.Set. by Tim Peters · 22 years ago
  66. c6edb37 Test an em-dash with adjacent punctuation. by Greg Ward · 22 years ago
  67. 715debd Factored out BaseTestCase.check_split() method -- use it wherever by Greg Ward · 22 years ago
  68. 24a1c9c Test _split() method in test_unix_options(). by Greg Ward · 22 years ago
  69. 34f995b Add test_unix_options() to WrapTestCase to test for SF bug #596434. by Greg Ward · 22 years ago
  70. ae46931 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  71. 9eee554 Standardize behavior: no docstrings in test functions. Also use by Guido van Rossum · 22 years ago
  72. 327af77 Standardize behavior: no docstrings in test functions. Also strip by Guido van Rossum · 22 years ago
  73. 1c48654 Document that docstrings are verboten for test functions. by Guido van Rossum · 22 years ago
  74. 8ccd9b6 Standardize behavior: no docstrings in test functions. Also get rid by Guido van Rossum · 22 years ago
  75. a5ce2e8 Standardize behavior: no docstrings in test functions; add a proper by Guido van Rossum · 22 years ago
  76. 9ad15a3 Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles by Greg Ward · 22 years ago
  77. 32c2ae7 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  78. 2e8bba5 Standardize behavior: create a single suite merging all test cases. by Guido van Rossum · 22 years ago
  79. 7e8fdba Standardize behavior: no docstrings in test functions; create a single by Guido van Rossum · 22 years ago
  80. cb68258 Made it more readable. by Guido van Rossum · 22 years ago
  81. f69d3c9 Simplification/cleanup in IndentTestCases. by Greg Ward · 22 years ago
  82. fd030e4 Factor LongWordTestCase out of WrapTestCase, and rename its methods by Greg Ward · 22 years ago
  83. 13c53c6 Rename base test case class to (yawn) BaseTestCase. by Greg Ward · 22 years ago
  84. ee41384 Ditch the whole loop-over-subcases way of working. Add check_wrap() to by Greg Ward · 22 years ago
  85. 9ebba9a Simplify and reformat the use of 'subcases' lists (and following by Greg Ward · 22 years ago
  86. 3dc94e1 Add comment header block. by Greg Ward · 22 years ago
  87. f676578 Conform to standards documented in README: by Greg Ward · 22 years ago
  88. 90c0b07 Test script for the textwrap module. Kindly provided by Peter Hansen by Greg Ward · 22 years ago
  89. c3e61e5 Add regression test for proper construction of sets of sets. by Raymond Hettinger · 22 years ago
  90. c9196bc Rename popitem() to pop(). (An idea from SF patch 597444.) by Guido van Rossum · 22 years ago
  91. 76afbd9 Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 22 years ago
  92. d6cf3af Set classes and their unit tests, from sandbox. by Guido van Rossum · 22 years ago
  93. 5959c55 Added __pow__(a,b) to the operator module. Completes the pattern of by Raymond Hettinger · 22 years ago
  94. 1d0eeec OS/2 EMX behaves like Windows where file permissions are concerned by Andrew MacIntyre · 22 years ago
  95. e888cdc Get rid of _once(); inlining it takes less code. :-) by Guido van Rossum · 22 years ago
  96. 7874106 Patch by Zack W to make test_noinherit() more robust: spawn a Python by Guido van Rossum · 22 years ago
  97. 68ee012 Drop the number of test files to 100 for all the tests by Neal Norwitz · 22 years ago
  98. 80703c8 check_events(): This was failing under -O, due to not expecting any by Tim Peters · 22 years ago
  99. 0a51b58 base64.decodestring('') should return '' instead of raising an by Barry Warsaw · 22 years ago
  100. dd32a91 This is my patch by Michael W. Hudson · 22 years ago