1. a45cacf Whitespace normalization. by Tim Peters · 21 years ago
  2. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 21 years ago
  3. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 21 years ago
  4. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 21 years ago
  5. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 21 years ago
  6. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 21 years ago
  7. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 21 years ago
  8. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 21 years ago
  9. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 21 years ago
  10. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 21 years ago
  11. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 21 years ago
  12. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 21 years ago
  13. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 21 years ago
  14. 673cb28 Remove test of obsolete trim() operation which was supplanted by by Raymond Hettinger · 21 years ago
  15. ba4e47d This file is no longer used in version 2.39. by Raymond Hettinger · 21 years ago
  16. 3ee3ed2 Add two new files and update remaining tests from the latest update of the by Raymond Hettinger · 21 years ago
  17. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 21 years ago
  18. d4ff206 Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" by Skip Montanaro · 21 years ago
  19. 84f107d Minor formatting cleanup. by Raymond Hettinger · 21 years ago
  20. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 21 years ago
  21. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 21 years ago
  22. add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 21 years ago
  23. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 21 years ago
  24. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 21 years ago
  25. 46f1459 Raise an exception when src and dst refer to the same file via a hard link or a by Johannes Gijsbers · 21 years ago
  26. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 21 years ago
  27. bf9ac4b Whitespace normalization. by Tim Peters · 21 years ago
  28. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 21 years ago
  29. d7ea55b include at least one example of an exception passing through pyexpat by Fred Drake · 21 years ago
  30. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 21 years ago
  31. 5e89795 This is my patch by Michael W. Hudson · 21 years ago
  32. 6093462 Fix bug by Michael W. Hudson · 21 years ago
  33. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 21 years ago
  34. 8e4a34b - Added __docformat__ by Edward Loper · 21 years ago
  35. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 21 years ago
  36. 494aaee Whitespace normalization. by Tim Peters · 21 years ago
  37. 6c542b7 Edward's latest checkins somehow managed to wipe out my previous latest by Tim Peters · 21 years ago
  38. a1ef611 - DocTest is now a simple container class; its constructor is no longer by Edward Loper · 21 years ago
  39. 413ced6 This started as a spelling and whitespace cleanup. The comment for by Tim Peters · 21 years ago
  40. 356fd19 Added support for pdb.set_trace. by Jim Fulton · 21 years ago
  41. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 21 years ago
  42. bb43147 Drop the excruciating newline requirements on arguments to by Tim Peters · 21 years ago
  43. 7c74846 Rewrote Parser, using regular expressions instead of walking though by Edward Loper · 21 years ago
  44. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 21 years ago
  45. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 21 years ago
  46. 0955f29 Tell unittest that source files with "badsyntax" in their names should by Tim Peters · 21 years ago
  47. 2a5f656 Renamed locals to better reflect their meanings. by Tim Peters · 21 years ago
  48. b6ecc16 In verbose mode, display the name of each file before trying to compile by Tim Peters · 21 years ago
  49. feec453 Bug 1003935: xrange overflows by Tim Peters · 21 years ago
  50. f3f5747 Get rid of the ignore_imports argument to DocTestFinder.find(). by Tim Peters · 21 years ago
  51. f727c6c Deprecated testmod's useless & confusing isprivate gimmick. by Tim Peters · 21 years ago
  52. 9ca3f85 Whitespace normalization. by Tim Peters · 21 years ago
  53. 8b2cbfd Let's not use string exceptions any more. by Armin Rigo · 21 years ago
  54. 2584781 Removing tests that fail because of changes in PyString_InternInPlace(), by Armin Rigo · 21 years ago
  55. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 21 years ago
  56. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 21 years ago
  57. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 21 years ago
  58. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 21 years ago
  59. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 21 years ago
  60. 2b3feec This is more-or-less: by Michael W. Hudson · 21 years ago
  61. 654fcd5 Exercise DocTestSuite's search for __test__. by Raymond Hettinger · 21 years ago
  62. d1b7827 Whitespace normalization. by Tim Peters · 21 years ago
  63. 1e277ee Bug 772091: doctest.DocTestSuite does not support __test__ by Tim Peters · 21 years ago
  64. 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 21 years ago
  65. 19397e5 Merging from tim-doctest-branch, which is now closed. by Tim Peters · 21 years ago
  66. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 21 years ago
  67. 9b625d3 Example.__init__: this cannot use assert, because that fails to trigger by Tim Peters · 21 years ago
  68. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 21 years ago
  69. 574a251 To ever run this test "you must import TestSkipped" from the right by Michael W. Hudson · 21 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 · 21 years ago
  71. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  72. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 21 years ago
  73. 6db15d7 Whitespace normalization. by Tim Peters · 21 years ago
  74. cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 21 years ago
  75. 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 21 years ago
  76. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 21 years ago
  77. 4818748 add missing import! by Fred Drake · 21 years ago
  78. 4354ba3 avoid fragility: make sure POSIXLY_CORRECT is completely controlled by Fred Drake · 21 years ago
  79. 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 21 years ago
  80. 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 21 years ago
  81. 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 21 years ago
  82. afd5ce1 nice tests dont leave little suprises in the environ by Anthony Baxter · 21 years ago
  83. 5bf2516 More "noone expected this to run twice"ness removal. by Michael W. Hudson · 21 years ago
  84. fe27ff8 make this test work when run repeatedly. by Michael W. Hudson · 21 years ago
  85. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 21 years ago
  86. fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 21 years ago
  87. 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 21 years ago
  88. 270fe88 and a unit test for the staticmethod-of-a-non-method failure just fixed by Anthony Baxter · 21 years ago
  89. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 21 years ago
  90. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  91. 99d001e Removed reliance on damaged module object appearing in sys.modules by Tim Peters · 21 years ago
  92. 08138fd New tests: by Tim Peters · 21 years ago
  93. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 21 years ago
  94. c0cbc86 Whitespace normalization. by Tim Peters · 21 years ago
  95. 579f735 Be more careful about reverting mutuations to system-wide (sys) variables. by Tim Peters · 21 years ago
  96. eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 21 years ago
  97. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 21 years ago
  98. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 21 years ago
  99. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 21 years ago
  100. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 21 years ago