1. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 20 years ago
  2. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  3. 6093462 Fix bug by Michael W. Hudson · 20 years ago
  4. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  5. 68ba9a6 In output_difference(), replace blank lines in `want` with <BLANKLINE> by Edward Loper · 20 years ago
  6. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 20 years ago
  7. 8e4a34b - Added __docformat__ by Edward Loper · 20 years ago
  8. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 20 years ago
  9. ac20f57 - Added a register_optionflag function (so users can add their own by Edward Loper · 20 years ago
  10. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  11. 6a4e635 Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify doc string for select to indicate proper way to obtain other responses. by Piers Lauder · 20 years ago
  12. 494aaee Whitespace normalization. by Tim Peters · 20 years ago
  13. 6c542b7 Edward's latest checkins somehow managed to wipe out my previous latest by Tim Peters · 20 years ago
  14. a1ef611 - DocTest is now a simple container class; its constructor is no longer by Edward Loper · 20 years ago
  15. 413ced6 This started as a spelling and whitespace cleanup. The comment for by Tim Peters · 20 years ago
  16. 356fd19 Added support for pdb.set_trace. by Jim Fulton · 20 years ago
  17. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  18. 80e5314 Removed lots of stuff from the module docstring. My intent for 2.4 is by Tim Peters · 20 years ago
  19. 208ca70 Repair some out-of-date comments. by Tim Peters · 20 years ago
  20. bb43147 Drop the excruciating newline requirements on arguments to by Tim Peters · 20 years ago
  21. dd0e475 Give return stmts their own lines. by Tim Peters · 20 years ago
  22. d40a92b Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makes by Tim Peters · 20 years ago
  23. 78b58f3 Changed Parser.get_examples() to return a list of Example objects, by Edward Loper · 20 years ago
  24. 34fcb14 - Split DocTestRunner's check_output and output_difference methods off by Edward Loper · 20 years ago
  25. 7c74846 Rewrote Parser, using regular expressions instead of walking though by Edward Loper · 20 years ago
  26. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 20 years ago
  27. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 20 years ago
  28. 0955f29 Tell unittest that source files with "badsyntax" in their names should by Tim Peters · 20 years ago
  29. 2a5f656 Renamed locals to better reflect their meanings. by Tim Peters · 20 years ago
  30. b6ecc16 In verbose mode, display the name of each file before trying to compile by Tim Peters · 20 years ago
  31. feec453 Bug 1003935: xrange overflows by Tim Peters · 20 years ago
  32. f3f5747 Get rid of the ignore_imports argument to DocTestFinder.find(). by Tim Peters · 20 years ago
  33. 9fce44b * Context.copy() now makes a deepcopy. * Facilitate reloads of local thread. by Raymond Hettinger · 20 years ago
  34. 161c963 Type in docstring. by Tim Peters · 20 years ago
  35. 3ddd60a Also deprecated the old Tester class, which is no longer used by anything by Tim Peters · 20 years ago
  36. bafb1fe Deprecate the doctest.is_private() function. by Tim Peters · 20 years ago
  37. f727c6c Deprecated testmod's useless & confusing isprivate gimmick. by Tim Peters · 20 years ago
  38. 9ca3f85 Whitespace normalization. by Tim Peters · 20 years ago
  39. 95334a5 Purged Berkeley code of references to the long-obsolete whrandom. by Tim Peters · 20 years ago
  40. 6039512 Trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  41. 8b2cbfd Let's not use string exceptions any more. by Armin Rigo · 20 years ago
  42. 2584781 Removing tests that fail because of changes in PyString_InternInPlace(), by Armin Rigo · 20 years ago
  43. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 20 years ago
  44. 2876f5a SF patch 836879. by Jeremy Hylton · 20 years ago
  45. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  46. b839c1f [Bug #866222] Update docstrings. by Andrew M. Kuchling · 20 years ago
  47. 43ab0cd [Bug #990792] Mention that repl can be a callable by Andrew M. Kuchling · 20 years ago
  48. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago
  49. d0c53fe Add argument to docstring by Andrew M. Kuchling · 20 years ago
  50. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  51. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  52. dc54f2b Make 'bin' argument trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  53. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  54. 2b3feec This is more-or-less: by Michael W. Hudson · 20 years ago
  55. 3fdd43e Somehow (no idea how!) I missed half of patch #1005008. Sorry about that. by Michael W. Hudson · 20 years ago
  56. 09ad235 This is patch by Michael W. Hudson · 20 years ago
  57. 654fcd5 Exercise DocTestSuite's search for __test__. by Raymond Hettinger · 20 years ago
  58. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  59. 1e277ee Bug 772091: doctest.DocTestSuite does not support __test__ by Tim Peters · 20 years ago
  60. 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 20 years ago
  61. 61992ef SF bug #1002530: test_decimal fails if repeated by Raymond Hettinger · 20 years ago
  62. 19397e5 Merging from tim-doctest-branch, which is now closed. by Tim Peters · 20 years ago
  63. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  64. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago
  65. ff347ca release date by Anthony Baxter · 20 years ago
  66. 9b625d3 Example.__init__: this cannot use assert, because that fails to trigger by Tim Peters · 20 years ago
  67. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 20 years ago
  68. 574a251 To ever run this test "you must import TestSkipped" from the right by Michael W. Hudson · 20 years ago
  69. eb477d0 Updated Logger.log() docstring to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  70. 6887c92 Close handlers and tidy up loggers by removing closed handlers - to avoid problems when run twice (SF #1002537) by Vinay Sajip · 20 years ago
  71. 4189c64 Remove .width() and .iswide() from UserString as well. by Hye-Shik Chang · 20 years ago
  72. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  73. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 20 years ago
  74. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  75. cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 20 years ago
  76. 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 20 years ago
  77. 3d3cfdb ihooks FancyModuleLoader.load_module() by Tim Peters · 20 years ago
  78. edcac8f make sure distutils logging is shut off in tests to avoid spurious output by Fred Drake · 20 years ago
  79. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  80. b217cd8 Wait for visibility before setting a grab. Fixes #946153. by Martin v. Löwis · 20 years ago
  81. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  82. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 20 years ago
  83. 4818748 add missing import! by Fred Drake · 20 years ago
  84. 4354ba3 avoid fragility: make sure POSIXLY_CORRECT is completely controlled by Fred Drake · 20 years ago
  85. 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 20 years ago
  86. 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 20 years ago
  87. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 20 years ago
  88. 65a7975 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 20 years ago
  89. 7db57b3 Patch #870382: Automatically add msvcr71 to the list of libraries if by Martin v. Löwis · 20 years ago
  90. 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 20 years ago
  91. afd5ce1 nice tests dont leave little suprises in the environ by Anthony Baxter · 20 years ago
  92. 5bf2516 More "noone expected this to run twice"ness removal. by Michael W. Hudson · 20 years ago
  93. fe27ff8 make this test work when run repeatedly. by Michael W. Hudson · 20 years ago
  94. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 20 years ago
  95. fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 20 years ago
  96. 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 20 years ago
  97. 576298d - fix description of option table entries by Fred Drake · 20 years ago
  98. c75f112 Use isabs() in conditional, not abspath by Andrew M. Kuchling · 20 years ago
  99. 270fe88 and a unit test for the staticmethod-of-a-non-method failure just fixed by Anthony Baxter · 20 years ago
  100. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago