1. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  2. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  3. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  4. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  5. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  6. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 20 years ago
  7. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 20 years ago
  8. 673cb28 Remove test of obsolete trim() operation which was supplanted by by Raymond Hettinger · 20 years ago
  9. e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
  10. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  11. 1f65b47 SF bug #833957: Ctrl+key combos stop working in IDLE by Raymond Hettinger · 20 years ago
  12. ba4e47d This file is no longer used in version 2.39. by Raymond Hettinger · 20 years ago
  13. 3ee3ed2 Add two new files and update remaining tests from the latest update of the by Raymond Hettinger · 20 years ago
  14. d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 20 years ago
  15. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 20 years ago
  16. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  17. d4ff206 Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" by Skip Montanaro · 20 years ago
  18. 84f107d Minor formatting cleanup. by Raymond Hettinger · 20 years ago
  19. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 20 years ago
  20. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  21. add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 20 years ago
  22. 9e15dd6 Let cgi.parse_header() properly unquote headers (patch #1008597). by Johannes Gijsbers · 20 years ago
  23. 34c4120 bug #989672: pdb.doc and the help messages for the help_d and help_u methods by Johannes Gijsbers · 20 years ago
  24. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
  25. f9a098e Catch OSError raised when src or dst argument to os.path.samefile doesn't exist. by Johannes Gijsbers · 20 years ago
  26. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago
  27. 46f1459 Raise an exception when src and dst refer to the same file via a hard link or a by Johannes Gijsbers · 20 years ago
  28. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 20 years ago
  29. 9d499f2 Back out patch #982681 by Andrew M. Kuchling · 20 years ago
  30. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago
  31. cc0def1 Convert weak iterators to generator form. by Raymond Hettinger · 20 years ago
  32. bf9ac4b Whitespace normalization. by Tim Peters · 20 years ago
  33. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago
  34. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 20 years ago
  35. d7ea55b include at least one example of an exception passing through pyexpat by Fred Drake · 20 years ago
  36. 7ea48dd Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matter how this is by Tim Peters · 20 years ago
  37. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 20 years ago
  38. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  39. 6093462 Fix bug by Michael W. Hudson · 20 years ago
  40. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  41. 68ba9a6 In output_difference(), replace blank lines in `want` with <BLANKLINE> by Edward Loper · 20 years ago
  42. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 20 years ago
  43. 8e4a34b - Added __docformat__ by Edward Loper · 20 years ago
  44. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 20 years ago
  45. ac20f57 - Added a register_optionflag function (so users can add their own by Edward Loper · 20 years ago
  46. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  47. 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
  48. 494aaee Whitespace normalization. by Tim Peters · 20 years ago
  49. 6c542b7 Edward's latest checkins somehow managed to wipe out my previous latest by Tim Peters · 20 years ago
  50. a1ef611 - DocTest is now a simple container class; its constructor is no longer by Edward Loper · 20 years ago
  51. 413ced6 This started as a spelling and whitespace cleanup. The comment for by Tim Peters · 20 years ago
  52. 356fd19 Added support for pdb.set_trace. by Jim Fulton · 20 years ago
  53. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  54. 80e5314 Removed lots of stuff from the module docstring. My intent for 2.4 is by Tim Peters · 20 years ago
  55. 208ca70 Repair some out-of-date comments. by Tim Peters · 20 years ago
  56. bb43147 Drop the excruciating newline requirements on arguments to by Tim Peters · 20 years ago
  57. dd0e475 Give return stmts their own lines. by Tim Peters · 20 years ago
  58. d40a92b Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makes by Tim Peters · 20 years ago
  59. 78b58f3 Changed Parser.get_examples() to return a list of Example objects, by Edward Loper · 20 years ago
  60. 34fcb14 - Split DocTestRunner's check_output and output_difference methods off by Edward Loper · 20 years ago
  61. 7c74846 Rewrote Parser, using regular expressions instead of walking though by Edward Loper · 20 years ago
  62. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 20 years ago
  63. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 20 years ago
  64. 0955f29 Tell unittest that source files with "badsyntax" in their names should by Tim Peters · 20 years ago
  65. 2a5f656 Renamed locals to better reflect their meanings. by Tim Peters · 20 years ago
  66. b6ecc16 In verbose mode, display the name of each file before trying to compile by Tim Peters · 20 years ago
  67. feec453 Bug 1003935: xrange overflows by Tim Peters · 20 years ago
  68. f3f5747 Get rid of the ignore_imports argument to DocTestFinder.find(). by Tim Peters · 20 years ago
  69. 9fce44b * Context.copy() now makes a deepcopy. * Facilitate reloads of local thread. by Raymond Hettinger · 20 years ago
  70. 161c963 Type in docstring. by Tim Peters · 20 years ago
  71. 3ddd60a Also deprecated the old Tester class, which is no longer used by anything by Tim Peters · 20 years ago
  72. bafb1fe Deprecate the doctest.is_private() function. by Tim Peters · 20 years ago
  73. f727c6c Deprecated testmod's useless & confusing isprivate gimmick. by Tim Peters · 20 years ago
  74. 9ca3f85 Whitespace normalization. by Tim Peters · 20 years ago
  75. 95334a5 Purged Berkeley code of references to the long-obsolete whrandom. by Tim Peters · 20 years ago
  76. 6039512 Trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  77. 8b2cbfd Let's not use string exceptions any more. by Armin Rigo · 20 years ago
  78. 2584781 Removing tests that fail because of changes in PyString_InternInPlace(), by Armin Rigo · 20 years ago
  79. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 20 years ago
  80. 2876f5a SF patch 836879. by Jeremy Hylton · 20 years ago
  81. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  82. b839c1f [Bug #866222] Update docstrings. by Andrew M. Kuchling · 20 years ago
  83. 43ab0cd [Bug #990792] Mention that repl can be a callable by Andrew M. Kuchling · 20 years ago
  84. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago
  85. d0c53fe Add argument to docstring by Andrew M. Kuchling · 20 years ago
  86. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  87. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  88. dc54f2b Make 'bin' argument trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  89. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  90. 2b3feec This is more-or-less: by Michael W. Hudson · 20 years ago
  91. 3fdd43e Somehow (no idea how!) I missed half of patch #1005008. Sorry about that. by Michael W. Hudson · 20 years ago
  92. 09ad235 This is patch by Michael W. Hudson · 20 years ago
  93. 654fcd5 Exercise DocTestSuite's search for __test__. by Raymond Hettinger · 20 years ago
  94. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  95. 1e277ee Bug 772091: doctest.DocTestSuite does not support __test__ by Tim Peters · 20 years ago
  96. 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 20 years ago
  97. 61992ef SF bug #1002530: test_decimal fails if repeated by Raymond Hettinger · 20 years ago
  98. 19397e5 Merging from tim-doctest-branch, which is now closed. by Tim Peters · 20 years ago
  99. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  100. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago