1. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 22 years ago
  2. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  3. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  4. 155db9a SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() by Guido van Rossum · 22 years ago
  5. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  6. 4993c51 Make test_commands work on more systems. This removes much of the dependency by Fred Drake · 22 years ago
  7. 05c09d0 Format strings (tuples,) appropriately by Neal Norwitz · 22 years ago
  8. 28bb572 Use attributes appropriately by Neal Norwitz · 22 years ago
  9. b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 22 years ago
  10. de14a30 We expect to skip the new test_mpz on Windows. by Tim Peters · 22 years ago
  11. 02098fa Get rid of all METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  12. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  13. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  14. eddd68d As part of fixing bug #536241, add a test case for string.zfill() with Unicode by Andrew M. Kuchling · 22 years ago
  15. c6c9c4a Add two tests for string.zfill by Andrew M. Kuchling · 22 years ago
  16. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 22 years ago
  17. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 22 years ago
  18. f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 22 years ago
  19. dbd2d25 Add tests for the iterkeys, itervalues and iteritems by Walter Dörwald · 22 years ago
  20. 8e5fd53 SF bug 480215: softspace confused in nested print by Tim Peters · 22 years ago
  21. 74e77e8 add test for InvalidURL by Skip Montanaro · 22 years ago
  22. 03ff86d add test of InvalidURL by Skip Montanaro · 22 years ago
  23. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 22 years ago
  24. 6ec967d added RFC 2396 tests from Aaron Swartz included in bug # 450225. by Skip Montanaro · 22 years ago
  25. b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 22 years ago
  26. 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 22 years ago
  27. 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 22 years ago
  28. 047c05e Do not insert characters for unicode-escape decoders if the error mode by Martin v. Löwis · 22 years ago
  29. bd3e771 amk's fix attached to by Michael W. Hudson · 22 years ago
  30. 7e30548 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 22 years ago
  31. 4894a97 initial test_anydbm module - based on test_dumbdbm.py by Skip Montanaro · 22 years ago
  32. c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 22 years ago
  33. e89f128 Skip test_longexp for MacPython on Mac OS X. It triggers a pathological realloc slowdown. Some tests with shorter expressions lead me to the conclusion that it will eventually finish, but it may take a few weeks:-) by Jack Jansen · 22 years ago
  34. 693c6c4 added test case to catch index errors with _localized_name class by Skip Montanaro · 22 years ago
  35. b323021 first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP. by Skip Montanaro · 22 years ago
  36. 8c84255 "Fix" for SF bug #520644: __slots__ are not pickled. by Guido van Rossum · 22 years ago
  37. d703567 Test for the fix I just checked in to moduleobject.c. by Guido van Rossum · 22 years ago
  38. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  39. 1af5e35 Fix typo by Neal Norwitz · 22 years ago
  40. c9e9e40 Add a check that SF bug 516727 is really fixed. by Guido van Rossum · 22 years ago
  41. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  42. 15d529a Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 22 years ago
  43. d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 22 years ago
  44. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 22 years ago
  45. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 22 years ago
  46. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  47. 02b28ec Test for by Michael W. Hudson · 22 years ago
  48. 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 22 years ago
  49. 7bb466a A fix & test for by Michael W. Hudson · 22 years ago
  50. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 22 years ago
  51. 5329cdb _PyLong_Copy(): was creating a copy of the absolute value, but should by Tim Peters · 22 years ago
  52. 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 22 years ago
  53. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  54. 1c63f6e Correct various errors: by Martin v. Löwis · 22 years ago
  55. 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 22 years ago
  56. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago
  57. 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 22 years ago
  58. e441860 Whitespace normalization. by Tim Peters · 22 years ago
  59. 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 22 years ago
  60. 4a02f95 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 22 years ago
  61. af64263 Fix typo by Neal Norwitz · 22 years ago
  62. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 22 years ago
  63. 3688a88 Fix for the UTF-8 memory allocation bug and the UTF-8 encoding by Marc-André Lemburg · 22 years ago
  64. d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 22 years ago
  65. 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 22 years ago
  66. 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 22 years ago
  67. eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
  68. 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 23 years ago
  69. e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 23 years ago
  70. f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 23 years ago
  71. 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 23 years ago
  72. ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 23 years ago
  73. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
  74. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  75. 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
  76. fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
  77. 32f4153 SF Patch #494874 add tests for int()/long() invalid parameters by Neal Norwitz · 23 years ago
  78. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
  79. 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
  80. 2764a3a Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
  81. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  82. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
  83. 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
  84. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
  85. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 23 years ago
  86. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
  87. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
  88. 796e1e0 Don't call resetwarnings(). Be more restrictive in what we filter out instead. by Guido van Rossum · 23 years ago
  89. f839c27 Added test_socketserver and test_unicode_file to tests expected to be by Jack Jansen · 23 years ago
  90. e54616c (Merge into trunk.) by Guido van Rossum · 23 years ago
  91. f36cfef Undo inadvertent change to test_scope in previous checkin by Jeremy Hylton · 23 years ago
  92. 68773e7 Add a comment explaining what these tests are for, and where to look for by Fred Drake · 23 years ago
  93. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
  94. 3095a4c Update output generated by test_scope by Jeremy Hylton · 23 years ago
  95. ccae8377 Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 23 years ago
  96. d077ca1 Very small test suite for the calendar module, mostly to check a constraint by Fred Drake · 23 years ago
  97. 0170521 Fiddle test_class so it passes with -Qnew. by Tim Peters · 23 years ago
  98. e93e477 Fiddle test_augassign so it passes under -Qnew. by Tim Peters · 23 years ago
  99. df8adcd Ignore SIGXFSZ. Fixes #490453. by Martin v. Löwis · 23 years ago
  100. 29d2606 Additional coverage tests by Neil Norwitz. (SF patch #491418, #491420, #491421.) by Guido van Rossum · 23 years ago