1. 208ca70 Repair some out-of-date comments. by Tim Peters · 20 years ago
  2. bb43147 Drop the excruciating newline requirements on arguments to by Tim Peters · 20 years ago
  3. dd0e475 Give return stmts their own lines. by Tim Peters · 20 years ago
  4. d40a92b Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makes by Tim Peters · 20 years ago
  5. 78b58f3 Changed Parser.get_examples() to return a list of Example objects, by Edward Loper · 20 years ago
  6. 34fcb14 - Split DocTestRunner's check_output and output_difference methods off by Edward Loper · 20 years ago
  7. 7c74846 Rewrote Parser, using regular expressions instead of walking though by Edward Loper · 20 years ago
  8. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 20 years ago
  9. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 20 years ago
  10. 0955f29 Tell unittest that source files with "badsyntax" in their names should by Tim Peters · 20 years ago
  11. 2a5f656 Renamed locals to better reflect their meanings. by Tim Peters · 20 years ago
  12. b6ecc16 In verbose mode, display the name of each file before trying to compile by Tim Peters · 20 years ago
  13. feec453 Bug 1003935: xrange overflows by Tim Peters · 20 years ago
  14. f3f5747 Get rid of the ignore_imports argument to DocTestFinder.find(). by Tim Peters · 20 years ago
  15. 9fce44b * Context.copy() now makes a deepcopy. * Facilitate reloads of local thread. by Raymond Hettinger · 20 years ago
  16. 161c963 Type in docstring. by Tim Peters · 20 years ago
  17. 3ddd60a Also deprecated the old Tester class, which is no longer used by anything by Tim Peters · 20 years ago
  18. bafb1fe Deprecate the doctest.is_private() function. by Tim Peters · 20 years ago
  19. f727c6c Deprecated testmod's useless & confusing isprivate gimmick. by Tim Peters · 20 years ago
  20. 9ca3f85 Whitespace normalization. by Tim Peters · 20 years ago
  21. 95334a5 Purged Berkeley code of references to the long-obsolete whrandom. by Tim Peters · 20 years ago
  22. 6039512 Trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  23. 8b2cbfd Let's not use string exceptions any more. by Armin Rigo · 20 years ago
  24. 2584781 Removing tests that fail because of changes in PyString_InternInPlace(), by Armin Rigo · 20 years ago
  25. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 20 years ago
  26. 2876f5a SF patch 836879. by Jeremy Hylton · 20 years ago
  27. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  28. b839c1f [Bug #866222] Update docstrings. by Andrew M. Kuchling · 20 years ago
  29. 43ab0cd [Bug #990792] Mention that repl can be a callable by Andrew M. Kuchling · 20 years ago
  30. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago
  31. d0c53fe Add argument to docstring by Andrew M. Kuchling · 20 years ago
  32. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  33. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  34. dc54f2b Make 'bin' argument trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  35. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  36. 2b3feec This is more-or-less: by Michael W. Hudson · 20 years ago
  37. 3fdd43e Somehow (no idea how!) I missed half of patch #1005008. Sorry about that. by Michael W. Hudson · 20 years ago
  38. 09ad235 This is patch by Michael W. Hudson · 20 years ago
  39. 654fcd5 Exercise DocTestSuite's search for __test__. by Raymond Hettinger · 20 years ago
  40. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  41. 1e277ee Bug 772091: doctest.DocTestSuite does not support __test__ by Tim Peters · 20 years ago
  42. 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 20 years ago
  43. 61992ef SF bug #1002530: test_decimal fails if repeated by Raymond Hettinger · 20 years ago
  44. 19397e5 Merging from tim-doctest-branch, which is now closed. by Tim Peters · 20 years ago
  45. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  46. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago
  47. ff347ca release date by Anthony Baxter · 20 years ago
  48. 9b625d3 Example.__init__: this cannot use assert, because that fails to trigger by Tim Peters · 20 years ago
  49. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 20 years ago
  50. 574a251 To ever run this test "you must import TestSkipped" from the right by Michael W. Hudson · 20 years ago
  51. eb477d0 Updated Logger.log() docstring to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  52. 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
  53. 4189c64 Remove .width() and .iswide() from UserString as well. by Hye-Shik Chang · 20 years ago
  54. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  55. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 20 years ago
  56. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  57. cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 20 years ago
  58. 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 20 years ago
  59. 3d3cfdb ihooks FancyModuleLoader.load_module() by Tim Peters · 20 years ago
  60. edcac8f make sure distutils logging is shut off in tests to avoid spurious output by Fred Drake · 20 years ago
  61. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  62. b217cd8 Wait for visibility before setting a grab. Fixes #946153. by Martin v. Löwis · 20 years ago
  63. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  64. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 20 years ago
  65. 4818748 add missing import! by Fred Drake · 20 years ago
  66. 4354ba3 avoid fragility: make sure POSIXLY_CORRECT is completely controlled by Fred Drake · 20 years ago
  67. 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 20 years ago
  68. 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 20 years ago
  69. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 20 years ago
  70. 65a7975 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 20 years ago
  71. 7db57b3 Patch #870382: Automatically add msvcr71 to the list of libraries if by Martin v. Löwis · 20 years ago
  72. 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 20 years ago
  73. afd5ce1 nice tests dont leave little suprises in the environ by Anthony Baxter · 20 years ago
  74. 5bf2516 More "noone expected this to run twice"ness removal. by Michael W. Hudson · 20 years ago
  75. fe27ff8 make this test work when run repeatedly. by Michael W. Hudson · 20 years ago
  76. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 20 years ago
  77. fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 20 years ago
  78. 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 20 years ago
  79. 576298d - fix description of option table entries by Fred Drake · 20 years ago
  80. c75f112 Use isabs() in conditional, not abspath by Andrew M. Kuchling · 20 years ago
  81. 270fe88 and a unit test for the staticmethod-of-a-non-method failure just fixed by Anthony Baxter · 20 years ago
  82. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  83. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  84. 99d001e Removed reliance on damaged module object appearing in sys.modules by Tim Peters · 20 years ago
  85. 08138fd New tests: by Tim Peters · 20 years ago
  86. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  87. 0e67fd4 Fix SF #1001053, wave.open() with unicode filename fails by Neal Norwitz · 20 years ago
  88. c0cbc86 Whitespace normalization. by Tim Peters · 20 years ago
  89. 579f735 Be more careful about reverting mutuations to system-wide (sys) variables. by Tim Peters · 20 years ago
  90. eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 20 years ago
  91. bcc95cb Repair typo in docstring. by Tim Peters · 20 years ago
  92. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  93. e12f715 Ignore exceptions which occur when closing files in shutdown() by Vinay Sajip · 20 years ago
  94. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  95. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 20 years ago
  96. cd8a4cb Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. by Marc-André Lemburg · 20 years ago
  97. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  98. 49667c2 Ack, removed useless import of os I just introduced. by Tim Peters · 20 years ago
  99. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  100. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 20 years ago