1. 3b2cdad Whitespace normalization. by Tim Peters · 21 years ago
  2. 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 21 years ago
  3. a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 21 years ago
  4. 7297da8 Remove test for mpz by Andrew M. Kuchling · 21 years ago
  5. 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 21 years ago
  6. 33ad28b Use multi-line import by Andrew M. Kuchling · 21 years ago
  7. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
  8. daec961 Changed Karatsuba cutoff to match current reality. by Tim Peters · 21 years ago
  9. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 21 years ago
  10. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 21 years ago
  11. 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 21 years ago
  12. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 21 years ago
  13. 45e77c5 Whitespace normalization. by Tim Peters · 21 years ago
  14. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 21 years ago
  15. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 21 years ago
  16. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 21 years ago
  17. df7a208 Whitespace normalization. by Tim Peters · 21 years ago
  18. fafd874 Added an __iter__ method for test suites. by Jim Fulton · 21 years ago
  19. 9f556a4 setUp and tearDown functions are now passed the test object by Jim Fulton · 21 years ago
  20. f54bad4 - setUp and tearDown functions are now passed the test object by Jim Fulton · 21 years ago
  21. cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 21 years ago
  22. aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 21 years ago
  23. 0fafacc Removed outdated comment by Edward Loper · 21 years ago
  24. 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 21 years ago
  25. 108f137 test_bug1001011(): Verify that by Tim Peters · 21 years ago
  26. 2de91ba - Removed redundant call to expandtabs in DocTestParesr. by Edward Loper · 21 years ago
  27. 00f8da7 - Added DocTestParser.parse(), which parses a docstring into Examples by Edward Loper · 21 years ago
  28. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 21 years ago
  29. e7edcb8 output_difference(): In fancy-diff cases, the way this split expected & by Tim Peters · 21 years ago
  30. 66cb018 Whitespace normalization. by Tim Peters · 21 years ago
  31. 770acc2 Remove unnecessary line. by Raymond Hettinger · 21 years ago
  32. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 21 years ago
  33. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 21 years ago
  34. 5662929 Shortened diff output for unified & context diffs by Edward Loper · 21 years ago
  35. aacf083 - Changed the output of report_start() and report_unexpected_exception() by Edward Loper · 21 years ago
  36. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 21 years ago
  37. a6b6832 Added an "exc_msg" attribute to Example (containing the expected by Edward Loper · 21 years ago
  38. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 21 years ago
  39. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 21 years ago
  40. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 21 years ago
  41. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 21 years ago
  42. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 21 years ago
  43. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 21 years ago
  44. 4de7c5c test_DocTestFinder(): This test failed when test_doctest was run by Tim Peters · 21 years ago
  45. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 21 years ago
  46. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 21 years ago
  47. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 21 years ago
  48. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 21 years ago
  49. 07a349c Bugs fixed: by Jim Fulton · 21 years ago
  50. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 21 years ago
  51. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 21 years ago
  52. a45cacf Whitespace normalization. by Tim Peters · 21 years ago
  53. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 21 years ago
  54. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 21 years ago
  55. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 21 years ago
  56. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 21 years ago
  57. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 21 years ago
  58. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 21 years ago
  59. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 21 years ago
  60. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 21 years ago
  61. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 21 years ago
  62. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 21 years ago
  63. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 21 years ago
  64. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 21 years ago
  65. 673cb28 Remove test of obsolete trim() operation which was supplanted by by Raymond Hettinger · 21 years ago
  66. ba4e47d This file is no longer used in version 2.39. by Raymond Hettinger · 21 years ago
  67. 3ee3ed2 Add two new files and update remaining tests from the latest update of the by Raymond Hettinger · 21 years ago
  68. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 21 years ago
  69. d4ff206 Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" by Skip Montanaro · 21 years ago
  70. 84f107d Minor formatting cleanup. by Raymond Hettinger · 21 years ago
  71. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 21 years ago
  72. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 21 years ago
  73. add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 21 years ago
  74. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 21 years ago
  75. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 21 years ago
  76. 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
  77. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 21 years ago
  78. bf9ac4b Whitespace normalization. by Tim Peters · 21 years ago
  79. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 21 years ago
  80. d7ea55b include at least one example of an exception passing through pyexpat by Fred Drake · 21 years ago
  81. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 21 years ago
  82. 5e89795 This is my patch by Michael W. Hudson · 21 years ago
  83. 6093462 Fix bug by Michael W. Hudson · 21 years ago
  84. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 21 years ago
  85. 8e4a34b - Added __docformat__ by Edward Loper · 21 years ago
  86. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 21 years ago
  87. 494aaee Whitespace normalization. by Tim Peters · 21 years ago
  88. 6c542b7 Edward's latest checkins somehow managed to wipe out my previous latest by Tim Peters · 21 years ago
  89. a1ef611 - DocTest is now a simple container class; its constructor is no longer by Edward Loper · 21 years ago
  90. 413ced6 This started as a spelling and whitespace cleanup. The comment for by Tim Peters · 21 years ago
  91. 356fd19 Added support for pdb.set_trace. by Jim Fulton · 21 years ago
  92. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 21 years ago
  93. bb43147 Drop the excruciating newline requirements on arguments to by Tim Peters · 21 years ago
  94. 7c74846 Rewrote Parser, using regular expressions instead of walking though by Edward Loper · 21 years ago
  95. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 21 years ago
  96. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 21 years ago
  97. 0955f29 Tell unittest that source files with "badsyntax" in their names should by Tim Peters · 21 years ago
  98. 2a5f656 Renamed locals to better reflect their meanings. by Tim Peters · 21 years ago
  99. b6ecc16 In verbose mode, display the name of each file before trying to compile by Tim Peters · 21 years ago
  100. feec453 Bug 1003935: xrange overflows by Tim Peters · 21 years ago