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