1. 8586249 Spelling. by Mark Dickinson · 14 years ago
  2. d6a8e6d fix skipping condition by Benjamin Peterson · 14 years ago
  3. 8eeb1dc testcapi tests are definitely cpython only by Benjamin Peterson · 14 years ago
  4. 5871a8d Fix Issue8653 - Docstring for urlunsplit function. by Senthil Kumaran · 14 years ago
  5. a70e91c mark tracking tests as implementation details by Benjamin Peterson · 14 years ago
  6. b96fbb8 Fix for Issue8883: without this patch test_urllib will fail by Ronald Oussoren · 14 years ago
  7. 76002c8 The uuid library on OSX 10.5 seems to contain the same bug as the one by Ronald Oussoren · 14 years ago
  8. cd17213 Two small fixes for the support for SDKs on MacOSX: by Ronald Oussoren · 14 years ago
  9. ad72bcc Untabify. by Georg Brandl · 14 years ago
  10. 62a14db #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. by R. David Murray · 14 years ago
  11. 04a3439 Fix indentation in recently added test. by R. David Murray · 14 years ago
  12. 32e0681 #4640: add a test to optparse that proves issue is invalid. by R. David Murray · 14 years ago
  13. cf3e20c mark implementation detail as such by Benjamin Peterson · 14 years ago
  14. 0badae4 this must be a typo by Benjamin Peterson · 14 years ago
  15. 4b26acb mark implementation detail as such by Benjamin Peterson · 14 years ago
  16. 947ce58 prevent assignment to set literals by Benjamin Peterson · 14 years ago
  17. f6d31cb cpython only gc tests by Benjamin Peterson · 14 years ago
  18. 7f8ede4 mark ref counting as impl detail by Benjamin Peterson · 14 years ago
  19. 694781b must force gc here by Benjamin Peterson · 14 years ago
  20. bde67df keep UserDict an old-style class by Benjamin Peterson · 14 years ago
  21. 934f4e1 Fix for issue8446: by Ronald Oussoren · 14 years ago
  22. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 14 years ago
  23. bb93709 update pydoc-topics by Benjamin Peterson · 14 years ago
  24. afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 14 years ago
  25. a45e6d5 Add tests for problems reported in issue 8959. by Thomas Heller · 14 years ago
  26. f180099 Fix #8959 by reverting revision 80761. by Thomas Heller · 14 years ago
  27. 8019236 Merge test_strtod and test_float string-to-float conversion tests. by Mark Dickinson · 14 years ago
  28. b33f0c1 Revert r60115 by Jean-Paul Calderone · 14 years ago
  29. a37b7af Add few words about test.test_genericpath.CommonTest by Florent Xicluna · 14 years ago
  30. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 14 years ago
  31. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 14 years ago
  32. 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 14 years ago
  33. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 14 years ago
  34. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 14 years ago
  35. 33958b8 Fix issue with nested test suites debug method and module setups. (unittest) by Michael Foord · 14 years ago
  36. ae1bb9a Typo correction. by Michael Foord · 14 years ago
  37. 0fedb28 Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). by Michael Foord · 14 years ago
  38. eabdeba use unicode literals by Benjamin Peterson · 14 years ago
  39. 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 14 years ago
  40. 0b41707 Silence deprecation warning in test___all__ caused by an import bsddb. by Ezio Melotti · 14 years ago
  41. 0229e84 update pydoc-topics by Benjamin Peterson · 14 years ago
  42. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 14 years ago
  43. c532c57 Code formatting change. by Michael Foord · 14 years ago
  44. 62c3c79 Replace deprecated fail* methods with the equivalent assert* ones. by Ezio Melotti · 14 years ago
  45. db919f0 Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors. by Michael Foord · 14 years ago
  46. c1d7c5b Tests for unittest.TestCase.maxDiff. by Michael Foord · 14 years ago
  47. 20e287c Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error. by Michael Foord · 14 years ago
  48. ab2eb0e Add a NEWS entry for r81758 and clarify a comment. by Ezio Melotti · 14 years ago
  49. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 14 years ago
  50. f2c25c5 Fix unittest tests after previous commit. by Michael Foord · 14 years ago
  51. 5fe21ff unittest.TestCase assertion methods inform you when they have omitted an over long diff on failure. Issue 8351. by Michael Foord · 14 years ago
  52. ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. by Mark Dickinson · 14 years ago
  53. 674648e unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. by Michael Foord · 14 years ago
  54. e37d75f Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCase assert methods that use difflib to produce failure messages now truncate overly long messages. New class attribute unittest.TestCase.maxDiff to configure this if necessary. Issue 8351. by Michael Foord · 14 years ago
  55. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 14 years ago
  56. a441287 Extract error message truncating into a method (unittest.TestCase._truncateMessage). by Michael Foord · 14 years ago
  57. 0100702 Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. by Michael Foord · 14 years ago
  58. 9ef5d33 unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation. by Michael Foord · 14 years ago
  59. 2aa6c38 properly lookup the __format__ special method by Benjamin Peterson · 14 years ago
  60. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 14 years ago
  61. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 14 years ago
  62. fb69501 test verifying the resp object is closed for HEAD response. by Senthil Kumaran · 14 years ago
  63. dfaced5 Fix issue6312 - close the resp object for HEAD response. by Senthil Kumaran · 14 years ago
  64. 3b95934 use a set for membership testing by Benjamin Peterson · 14 years ago
  65. 4653fb5 #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD. by R. David Murray · 14 years ago
  66. 61746d5 #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n. by R. David Murray · 14 years ago
  67. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 14 years ago
  68. 4da7d41 Issue #8741: Fixed the TarFile.makelink() method that is responsible by Lars Gustäbel · 14 years ago
  69. 2ee9c6f Issue #8833: tarfile created hard link entries with a size by Lars Gustäbel · 14 years ago
  70. 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 14 years ago
  71. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 14 years ago
  72. 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 14 years ago
  73. 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 14 years ago
  74. 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 14 years ago
  75. 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 14 years ago
  76. 8133637 Issue #5211: Complete removal of implicit coercions for the complex by Mark Dickinson · 14 years ago
  77. 83cba05 Fix #8405 for slow buildbots. Remove the sleep on startup and move the by Brian Curtin · 14 years ago
  78. 29d438c remove non-ascii coding per PEP 8 by Benjamin Peterson · 14 years ago
  79. 0388362 Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and by Victor Stinner · 14 years ago
  80. 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 14 years ago
  81. 58451d2 Issue #7879: Skip negative timestamps test on any Windows platform by Alexander Belopolsky · 14 years ago
  82. a26cf46 Issue #7879: Do not test negative timestamps on any Windows platform by Alexander Belopolsky · 14 years ago
  83. 784a47f Issue #8825: additional testcases for int(string, 0) and long(string, 0). by Mark Dickinson · 14 years ago
  84. 708c072 Issue #7449: Skip test_socketserver if threading support is disabled by Victor Stinner · 14 years ago
  85. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 14 years ago
  86. ecb8316 Fix a NameError in test_enumerate. by Mark Dickinson · 14 years ago
  87. 2066559 Issue #8816: Extra tests for some built-in functions. These tests are by Mark Dickinson · 14 years ago
  88. bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. by R. David Murray · 14 years ago
  89. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  90. 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 14 years ago
  91. f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 14 years ago
  92. dce6e1b Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html by Steven Bethard · 14 years ago
  93. 36cd75a Merged revisions 80937,81478 via svnmerge from by Benjamin Peterson · 14 years ago
  94. 54b40ee Fix my last commit (r81471) about codecs by Victor Stinner · 14 years ago
  95. 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 14 years ago
  96. a19baf5 Underscore the name of an internal utility function. by Georg Brandl · 14 years ago
  97. 5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. by Georg Brandl · 14 years ago
  98. 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 14 years ago
  99. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 14 years ago
  100. 26da187 simplify and modernize updatecache() by Benjamin Peterson · 14 years ago