1. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  2. 1633a2e Whitespace normalization. by Tim Peters · 23 years ago
  3. 9e6a399 To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis). by Tim Peters · 23 years ago
  4. fe677e2 Just changed some continued-line indentation to read better, due to by Tim Peters · 23 years ago
  5. fa69912 Fix SF bug #456386: test_commands regression failure (Andrew Dalke) by Guido van Rossum · 23 years ago
  6. ed87ad8 Minimal test for __del__ hook. by Guido van Rossum · 23 years ago
  7. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  8. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago
  9. f3c54d6 Add a test for the insertion of user-provided ADD_INFO records. by Fred Drake · 23 years ago
  10. 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 23 years ago
  11. cb65688 Test sendall(). by Guido van Rossum · 23 years ago
  12. b7747e2 added finditer sanity check by Fredrik Lundh · 23 years ago
  13. 4d85953 dictionary() constructor: by Tim Peters · 23 years ago
  14. 9fda73c dict_constructor(): The last test was passing for the wrong reason (it by Tim Peters · 23 years ago
  15. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
  16. 6661be3 Allow assignment to newinstance.__dict__. by Guido van Rossum · 23 years ago
  17. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  18. 107771a Applying proposed patch for bug #474583, optional support for by Barry Warsaw · 23 years ago
  19. b112481 Ignore the posixfile deprecation warning for the test suite. by Fred Drake · 23 years ago
  20. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  21. f66dacd test_curses is an expected skip on Linux too. by Guido van Rossum · 23 years ago
  22. d703057 Record that test_curses doesn't run on win32. by Tim Peters · 23 years ago
  23. 4bf018b Fixed denial-of-weak-ref-support test; Jeremy changed the error message by Fred Drake · 23 years ago
  24. 2158df0 Patch #473187: Add a test script that exercises most of the functions in by Andrew M. Kuchling · 23 years ago
  25. f864aa8 sre.split should return the last segment, even if empty (sorry, barry) by Fredrik Lundh · 23 years ago
  26. 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 23 years ago
  27. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  28. 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
  29. 3e7bba9 added tests for long ints and ints where they are > 32 bits. by Skip Montanaro · 23 years ago
  30. b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
  31. 1f0fa92 Another merge from mimelib: by Barry Warsaw · 23 years ago
  32. 11ce550 Another email package test file by Barry Warsaw · 23 years ago
  33. a660a34 Assume a 64-bit start and len if O_LARGEFILE is available. by Martin v. Löwis · 23 years ago
  34. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  35. 1fff878 The assignment to result.st_rdev can raise AttributeError as well as by Guido van Rossum · 23 years ago
  36. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  37. 8dd7ade SF bug [#472347] pydoc and properties. by Tim Peters · 23 years ago
  38. c10039c Do not expect line number events when running under "python -O". by Fred Drake · 23 years ago
  39. 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
  40. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 23 years ago
  41. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago
  42. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 23 years ago
  43. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
  44. f76de62 Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink) by Guido van Rossum · 23 years ago
  45. 9f6c37d Add trivial test cases for RAND_add() and RAND_status(). by Jeremy Hylton · 23 years ago
  46. 07227d1 Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  47. 7a1ea0e Make sure the output lists are sorted, even if run with -r. by Jeremy Hylton · 23 years ago
  48. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  49. c993315 SF bug [#468061] __str__ ignored in str subclass. by Tim Peters · 23 years ago
  50. a7e1f43 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
  51. 6006629 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
  52. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
  53. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  54. 2f3ca6e Completely get rid of __dynamic__ and the corresponding by Guido van Rossum · 23 years ago
  55. cdc632c test_typed_subpart_iterator_default_type(): Test for when the message by Barry Warsaw · 23 years ago
  56. c687960 Remove some unused imports. by Fred Drake · 23 years ago
  57. 10603b8 You can't unlink open files on Windows. by Tim Peters · 23 years ago
  58. de3cdca A most trivial test for HotShot -- make sure we get reasonable events by Fred Drake · 23 years ago
  59. fc57ccb SF bug [#470040] ParseTuple t# vs subclasses. by Tim Peters · 23 years ago
  60. 875eeaa Another step in the right direction: when a new class's attribute by Guido van Rossum · 23 years ago
  61. bf7a59d Add a test for the HeaderParser class. by Barry Warsaw · 23 years ago
  62. de7c192 Add test of hexlify on Unicode strings by Jeremy Hylton · 23 years ago
  63. 7d3dff2 SF patch [ #468662 ] Allow jython to complete test_grammar by Jeremy Hylton · 23 years ago
  64. 12b22ff Add a bunch of tests for a list subclass that would have caught the by Guido van Rossum · 23 years ago
  65. 7b9144b Halfway checkin. This is still messy, but it's beginning to address by Guido van Rossum · 23 years ago
  66. fee435a Added tests for MIMEAudio class/module by Barry Warsaw · 23 years ago
  67. 2f6a0b0 Add a test for get_all() returning failobj. msg_20.txt is a sample by Barry Warsaw · 23 years ago
  68. 0eb2a6e It turned out not so difficult to support old-style numbers (those by Guido van Rossum · 23 years ago
  69. 168bead Added tests that check getboolean() with the newly allowed values from by Fred Drake · 23 years ago
  70. 4570455 Change all occurrences of verify(x == y) into vereq(x, y), since when by Guido van Rossum · 23 years ago
  71. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  72. 4e7cdb5 Non-failing test for SF bug #467059. by Fred Drake · 23 years ago
  73. 2664103 run_suite(): If testclass is not available, provide an even more general by Fred Drake · 23 years ago
  74. d1de6ea TestIterators: Tim Peters suggests a more succinct spelling of by Barry Warsaw · 23 years ago
  75. c4496f8 More test data for test_email.py by Barry Warsaw · 23 years ago
  76. 08a534d test_header_splitter(), test_body_line_iterator(): Move the test data by Barry Warsaw · 23 years ago
  77. 7c0a93d Updated to reflect the rationalized profiler event reporting. by Fred Drake · 23 years ago
  78. c59fb2d This test relied on hard tab characters, so failed after whitespace by Tim Peters · 23 years ago
  79. 4fb1fe8 class_docstrings(): The new-style class tests should use new-style by Tim Peters · 23 years ago
  80. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  81. 2f93e28 SF bug [#467331] ClassType.__doc__ always None. by Tim Peters · 23 years ago
  82. f137f75 Hopefully fix the profiler right. Add a test suite that checks that by Guido van Rossum · 23 years ago
  83. 0099ba7 Add some more test cases to be sure we do the right thing in various cases. by Fred Drake · 23 years ago
  84. 4a5a2bc dynamics(): add a dummy __getattr__ method to the C class so that the by Guido van Rossum · 23 years ago
  85. 1b0e549 Made the classmethod docstring test a bit less trivial. by Tim Peters · 23 years ago
  86. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  87. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  88. fe1fd0e pickles(): by Guido van Rossum · 23 years ago
  89. c907bd8 The error reporting here was a bit sparse. In verbose mode, the code by Guido van Rossum · 23 years ago
  90. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 23 years ago
  91. 419abda simple dumps/loads test case for xmlrpclib by Skip Montanaro · 23 years ago
  92. 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
  93. 751c4c8 Add a few ``__dynamic__ = 0'' lines in classes that need to preserve by Guido van Rossum · 23 years ago
  94. 4bb1e36 It's a fact: for binary operators, *under certain circumstances*, by Guido van Rossum · 23 years ago
  95. 946f7b1 Update the xml.dom.minidom tests to cover the DOM-compliant parts of the by Fred Drake · 23 years ago
  96. 88a5685 Remove an infelicitous space. by Fred Drake · 23 years ago
  97. 9390cc1 regrtest's -g option stopped working, during the changes to improve by Tim Peters · 23 years ago
  98. b2ad1c8 Reflect recent refinements of the regression testing framework. by Fred Drake · 23 years ago
  99. 6cef6d5 Changes to copy() and deepcopy() in copy.py to support __reduce__ as a by Guido van Rossum · 23 years ago
  100. 39cd603 More test cases, including something that simulates what the profiler by Fred Drake · 23 years ago