1. 185d072 backport gvanrossum's checkin of revision 1.126 of test_descr.py by Michael W. Hudson · 23 years ago
  2. 529e20a backport fdrake's checkin of revision 1.4 of test_commands.py by Michael W. Hudson · 23 years ago
  3. 2457a7e Backport of a new test to check the interaction between cyclic GC by Tim Peters · 23 years ago
  4. dcddbc3 Backport akuchling's netrc test. by Michael W. Hudson · 23 years ago
  5. 1f87903 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  6. 68977c2 Repeat trick with test_calendar.py by Michael W. Hudson · 23 years ago
  7. 25cf603 test_no_parts_in_a_multipart(): A test for the layout of a by Barry Warsaw · 23 years ago
  8. d11f1fa Make StringIO work in non-unicode builds. by Michael W. Hudson · 23 years ago
  9. 1c136f3 amk's fix attached to by Michael W. Hudson · 23 years ago
  10. 724374d doerwalter's failing examples from by Michael W. Hudson · 23 years ago
  11. 09f2187 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 23 years ago
  12. 2b92139 Backport nnorwitz's checkin of revision 1.119: by Michael W. Hudson · 23 years ago
  13. 3c9dbe2 Backport a little test from Skip. by Michael W. Hudson · 23 years ago
  14. bf69e0c Backport Tim's checkin of revision 1.5: by Michael W. Hudson · 23 years ago
  15. 98305a0 Take Tim's work on file.truncate out of 2.2.1 again. by Michael W. Hudson · 23 years ago
  16. eae11ba Merge jackjansen's checking of revision 1.5. by Michael W. Hudson · 23 years ago
  17. fe69139 Backport Tim's work on getting file.truncate working better on Win32. by Michael W. Hudson · 23 years ago
  18. bf05f2a backport gvanrossum's checkin of revision 1.121 of test_descr.py by Michael W. Hudson · 23 years ago
  19. 83a4a8a backport gvanrossum's checkin of revision 1.120 of test_descr.py by Michael W. Hudson · 23 years ago
  20. b14519b backport akuchling's checkin of revision 1.10 of test_cfgparser.py by Michael W. Hudson · 23 years ago
  21. 3813281 backport akuchling's checkin of revision 1.6 of test_cfgparser by Michael W. Hudson · 23 years ago
  22. d82ae99 backport gvanrossum's checkin of revision 1.118 of test_descr.py by Michael W. Hudson · 23 years ago
  23. 4e49936 I don't understand it either... by Michael W. Hudson · 23 years ago
  24. fd268a1 backport gvanrossum's checkin of revision 1.117 of test_descr.py by Michael W. Hudson · 23 years ago
  25. db17526 backport tim_one's checkin of revision 1.20 of test_mmap.py by Michael W. Hudson · 23 years ago
  26. 38983bc backport my checkin of revision 1.14 of pickletester.py by Michael W. Hudson · 23 years ago
  27. 77771c3 backport my checkin of revision 1.3 of test_structseq.py by Michael W. Hudson · 23 years ago
  28. d7894ba backport tim_one's checkin of revision 1.116 of test_descr.py by Michael W. Hudson · 23 years ago
  29. 8b34e61 backport gvanrossum's checkin of revision 1.115 of test_descr.py by Michael W. Hudson · 23 years ago
  30. b4541fd backport my checkin of revision 1.13 of pickletester.py by Michael W. Hudson · 23 years ago
  31. ebaaf18 SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 23 years ago
  32. bbb5c47 backport gvanrossum's checkin of by Michael W. Hudson · 23 years ago
  33. 1110caf backport gvanrossum's checkin of revision 1.7 of test_builtin by Michael W. Hudson · 23 years ago
  34. 858c9a1 backport tim_one's checkin of revision 1.11 of test_descrtut.py by Michael W. Hudson · 23 years ago
  35. bccffe2 backport tim_one's checkin of by Michael W. Hudson · 24 years ago
  36. 8ce1cd3 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 24 years ago
  37. 3c62623 It's merge time! by Michael W. Hudson · 24 years ago
  38. 9e4beda It's merge time! by Michael W. Hudson · 24 years ago
  39. ebc89b6 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
  40. c15958c Backport gvanrossum's checkin of revisions by Michael W. Hudson · 24 years ago
  41. 2276818 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
  42. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 24 years ago
  43. 2b26a86 Whitespace normalization. by Tim Peters · 24 years ago
  44. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 24 years ago
  45. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 24 years ago
  46. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 24 years ago
  47. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 24 years ago
  48. 796e1e0 Don't call resetwarnings(). Be more restrictive in what we filter out instead. by Guido van Rossum · 24 years ago
  49. f839c27 Added test_socketserver and test_unicode_file to tests expected to be by Jack Jansen · 24 years ago
  50. e54616c (Merge into trunk.) by Guido van Rossum · 24 years ago
  51. f36cfef Undo inadvertent change to test_scope in previous checkin by Jeremy Hylton · 24 years ago
  52. 68773e7 Add a comment explaining what these tests are for, and where to look for by Fred Drake · 24 years ago
  53. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 24 years ago
  54. 3095a4c Update output generated by test_scope by Jeremy Hylton · 24 years ago
  55. ccae8377 Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 24 years ago
  56. d077ca1 Very small test suite for the calendar module, mostly to check a constraint by Fred Drake · 24 years ago
  57. 0170521 Fiddle test_class so it passes with -Qnew. by Tim Peters · 24 years ago
  58. e93e477 Fiddle test_augassign so it passes under -Qnew. by Tim Peters · 24 years ago
  59. df8adcd Ignore SIGXFSZ. Fixes #490453. by Martin v. Löwis · 24 years ago
  60. 29d2606 Additional coverage tests by Neil Norwitz. (SF patch #491418, #491420, #491421.) by Guido van Rossum · 24 years ago
  61. 2a64f46 Regression test for SF bug #478534 -- exceptions could "leak" into a weakref by Fred Drake · 24 years ago
  62. 2b29cb2 Skipping some tests by adding the usual jython conditional test around: by Finn Bock · 24 years ago
  63. 793ead5 A workaround for the missing buffer() builtin in jython. by Finn Bock · 24 years ago
  64. 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 24 years ago
  65. ed69aee test(): Avoid a UnboundLocalError when a method is missing from both the string by Finn Bock · 24 years ago
  66. d08011a Moved a print statement outside the jython platform test. Otherwise by Finn Bock · 24 years ago
  67. 4ab7adb The initial patch #468662 was not applied quite verbatim. This should one by Finn Bock · 24 years ago
  68. ada1983 Refcounting isn't available in Jython. Putting the jython test around it. by Finn Bock · 24 years ago
  69. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
  70. aa3dc45 Enable support for jython: by Finn Bock · 24 years ago
  71. baefceb Remove erroneous and confusing comment -- sre patterns *can* be by Guido van Rossum · 24 years ago
  72. cbfc034 SF patch 490393: test___all__ and Jython; from Finn Bock. by Tim Peters · 24 years ago
  73. 78f0dd3 I found that when run as a script, this test suite ran its tests by Guido van Rossum · 24 years ago
  74. 71be984 Align the number of %s with the number of format arguments. by Finn Bock · 24 years ago
  75. a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 24 years ago
  76. 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 24 years ago
  77. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 24 years ago
  78. e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 24 years ago
  79. 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 24 years ago
  80. 33bab01 Fix SF bug #489581: __slots__ leak. by Guido van Rossum · 24 years ago
  81. d331cb5 At the PythonLabs meeting someone mentioned it would make Jim really by Guido van Rossum · 24 years ago
  82. 6d30c3e Change new tests to use integer division (// instead of /). by Tim Peters · 24 years ago
  83. a3c01ce SF bug #488480: integer multiply to return -max_int-1. by Tim Peters · 24 years ago
  84. 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 24 years ago
  85. bb8f59a unpack_iterable(): Add a missing DECREF in an error case. Reported by by Guido van Rossum · 24 years ago
  86. 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 24 years ago
  87. dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 24 years ago
  88. 5b443c6 Address SF patch #480716 as well as related issues. by Guido van Rossum · 24 years ago
  89. 398c236 Added tests expected to be skipped on Mac OS X. by Jack Jansen · 24 years ago
  90. 82285da Whitespace normalization. by Tim Peters · 24 years ago
  91. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 24 years ago
  92. 41f0199 Adding test for Unicode repr()-output. by Marc-André Lemburg · 24 years ago
  93. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 24 years ago
  94. e274864 test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: by Barry Warsaw · 24 years ago
  95. 90c4514 - Change all remaining assertions into verify() and vereq() calls. by Guido van Rossum · 24 years ago
  96. 72f8213 Fix for bug #438164: %-formatting using Unicode objects. by Marc-André Lemburg · 24 years ago
  97. 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 24 years ago
  98. 4586d2c test_formatdate(): Remove the unnecessary ldate calculation. by Barry Warsaw · 24 years ago
  99. 75a40fc test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, by Barry Warsaw · 24 years ago
  100. 7a1bea6 test_formatdate(): A test that has a mild hope of working on Mac, by Barry Warsaw · 24 years ago