1. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  2. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  3. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  4. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  5. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  6. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  7. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 20 years ago
  8. dd50cb7 The attempt to shut up deprecation warnings for doctest's own use of by Tim Peters · 20 years ago
  9. 4de7c5c test_DocTestFinder(): This test failed when test_doctest was run by Tim Peters · 20 years ago
  10. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 20 years ago
  11. 3fa8c20 Misc cleanups. by Tim Peters · 20 years ago
  12. b6a04d6 debug_script(): I changed this in haste before to take out the use of by Tim Peters · 20 years ago
  13. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 20 years ago
  14. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  15. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  16. f82a9de Start deferring to the LaTeX docs for details. I'd like to move the by Tim Peters · 20 years ago
  17. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  18. 75dc5e1 Type in docstring. by Tim Peters · 20 years ago
  19. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  20. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  21. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  22. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  23. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  24. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  25. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  26. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  27. 6d63a8d Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the by Johannes Gijsbers · 20 years ago
  28. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  29. 37af986 Bump minimum Python version to 2.1. Fixes #1009803. by Martin v. Löwis · 20 years ago
  30. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  31. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  32. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  33. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  34. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  35. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 20 years ago
  36. 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 20 years ago
  37. 6114679 SF bug #1012315: weakref.WeakValueDictionary should override .has_key() by Raymond Hettinger · 20 years ago
  38. 3a3817f Got rid of nooutput() (was used by DocTestCase.debug()) by Edward Loper · 20 years ago
  39. b7503ff Updated __all__ to include every non-underscored class, function, and by Edward Loper · 20 years ago
  40. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  41. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  42. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  43. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  44. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  45. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 20 years ago
  46. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  47. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  48. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  49. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  50. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  51. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  52. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  53. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  54. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 20 years ago
  55. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 20 years ago
  56. 673cb28 Remove test of obsolete trim() operation which was supplanted by by Raymond Hettinger · 20 years ago
  57. e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
  58. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  59. 1f65b47 SF bug #833957: Ctrl+key combos stop working in IDLE by Raymond Hettinger · 20 years ago
  60. ba4e47d This file is no longer used in version 2.39. by Raymond Hettinger · 20 years ago
  61. 3ee3ed2 Add two new files and update remaining tests from the latest update of the by Raymond Hettinger · 20 years ago
  62. d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 20 years ago
  63. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 20 years ago
  64. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  65. d4ff206 Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" by Skip Montanaro · 20 years ago
  66. 84f107d Minor formatting cleanup. by Raymond Hettinger · 20 years ago
  67. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 20 years ago
  68. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  69. add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 20 years ago
  70. 9e15dd6 Let cgi.parse_header() properly unquote headers (patch #1008597). by Johannes Gijsbers · 20 years ago
  71. 34c4120 bug #989672: pdb.doc and the help messages for the help_d and help_u methods by Johannes Gijsbers · 20 years ago
  72. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
  73. f9a098e Catch OSError raised when src or dst argument to os.path.samefile doesn't exist. by Johannes Gijsbers · 20 years ago
  74. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago
  75. 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
  76. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 20 years ago
  77. 9d499f2 Back out patch #982681 by Andrew M. Kuchling · 20 years ago
  78. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago
  79. cc0def1 Convert weak iterators to generator form. by Raymond Hettinger · 20 years ago
  80. bf9ac4b Whitespace normalization. by Tim Peters · 20 years ago
  81. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago
  82. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 20 years ago
  83. d7ea55b include at least one example of an exception passing through pyexpat by Fred Drake · 20 years ago
  84. 7ea48dd Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matter how this is by Tim Peters · 20 years ago
  85. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 20 years ago
  86. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  87. 6093462 Fix bug by Michael W. Hudson · 20 years ago
  88. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  89. 68ba9a6 In output_difference(), replace blank lines in `want` with <BLANKLINE> by Edward Loper · 20 years ago
  90. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 20 years ago
  91. 8e4a34b - Added __docformat__ by Edward Loper · 20 years ago
  92. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 20 years ago
  93. ac20f57 - Added a register_optionflag function (so users can add their own by Edward Loper · 20 years ago
  94. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  95. 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
  96. 494aaee Whitespace normalization. by Tim Peters · 20 years ago
  97. 6c542b7 Edward's latest checkins somehow managed to wipe out my previous latest by Tim Peters · 20 years ago
  98. a1ef611 - DocTest is now a simple container class; its constructor is no longer by Edward Loper · 20 years ago
  99. 413ced6 This started as a spelling and whitespace cleanup. The comment for by Tim Peters · 20 years ago
  100. 356fd19 Added support for pdb.set_trace. by Jim Fulton · 20 years ago