1. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago v2.7rc2
  2. bb93709 update pydoc-topics by Benjamin Peterson · 15 years ago
  3. afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 15 years ago
  4. a45e6d5 Add tests for problems reported in issue 8959. by Thomas Heller · 15 years ago
  5. f180099 Fix #8959 by reverting revision 80761. by Thomas Heller · 15 years ago
  6. 8019236 Merge test_strtod and test_float string-to-float conversion tests. by Mark Dickinson · 15 years ago
  7. b33f0c1 Revert r60115 by Jean-Paul Calderone · 15 years ago
  8. a37b7af Add few words about test.test_genericpath.CommonTest by Florent Xicluna · 15 years ago
  9. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 15 years ago
  10. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 15 years ago
  11. 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 15 years ago
  12. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 15 years ago
  13. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 15 years ago
  14. 33958b8 Fix issue with nested test suites debug method and module setups. (unittest) by Michael Foord · 15 years ago
  15. ae1bb9a Typo correction. by Michael Foord · 15 years ago
  16. 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 · 15 years ago
  17. eabdeba use unicode literals by Benjamin Peterson · 15 years ago
  18. 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 15 years ago
  19. 0b41707 Silence deprecation warning in test___all__ caused by an import bsddb. by Ezio Melotti · 15 years ago
  20. 0229e84 update pydoc-topics by Benjamin Peterson · 15 years ago
  21. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  22. c532c57 Code formatting change. by Michael Foord · 15 years ago
  23. 62c3c79 Replace deprecated fail* methods with the equivalent assert* ones. by Ezio Melotti · 15 years ago
  24. db919f0 Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors. by Michael Foord · 15 years ago
  25. c1d7c5b Tests for unittest.TestCase.maxDiff. by Michael Foord · 15 years ago
  26. 20e287c Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error. by Michael Foord · 15 years ago
  27. ab2eb0e Add a NEWS entry for r81758 and clarify a comment. by Ezio Melotti · 15 years ago
  28. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 15 years ago
  29. f2c25c5 Fix unittest tests after previous commit. by Michael Foord · 15 years ago
  30. 5fe21ff unittest.TestCase assertion methods inform you when they have omitted an over long diff on failure. Issue 8351. by Michael Foord · 15 years ago
  31. ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. by Mark Dickinson · 15 years ago
  32. 674648e unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. by Michael Foord · 15 years ago
  33. 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 · 15 years ago
  34. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 15 years ago
  35. a441287 Extract error message truncating into a method (unittest.TestCase._truncateMessage). by Michael Foord · 15 years ago
  36. 0100702 Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. by Michael Foord · 15 years ago
  37. 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 · 15 years ago
  38. 2aa6c38 properly lookup the __format__ special method by Benjamin Peterson · 15 years ago
  39. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 15 years ago
  40. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 15 years ago
  41. fb69501 test verifying the resp object is closed for HEAD response. by Senthil Kumaran · 15 years ago
  42. dfaced5 Fix issue6312 - close the resp object for HEAD response. by Senthil Kumaran · 15 years ago
  43. 3b95934 use a set for membership testing by Benjamin Peterson · 15 years ago
  44. 4653fb5 #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD. by R. David Murray · 15 years ago
  45. 61746d5 #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n. by R. David Murray · 15 years ago
  46. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 15 years ago
  47. 4da7d41 Issue #8741: Fixed the TarFile.makelink() method that is responsible by Lars Gustäbel · 15 years ago
  48. 2ee9c6f Issue #8833: tarfile created hard link entries with a size by Lars Gustäbel · 15 years ago
  49. 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 15 years ago
  50. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
  51. 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 15 years ago
  52. 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 15 years ago
  53. 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 15 years ago
  54. 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 15 years ago
  55. 8133637 Issue #5211: Complete removal of implicit coercions for the complex by Mark Dickinson · 15 years ago
  56. 83cba05 Fix #8405 for slow buildbots. Remove the sleep on startup and move the by Brian Curtin · 15 years ago
  57. 29d438c remove non-ascii coding per PEP 8 by Benjamin Peterson · 15 years ago
  58. 0388362 Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and by Victor Stinner · 15 years ago
  59. 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 15 years ago
  60. 58451d2 Issue #7879: Skip negative timestamps test on any Windows platform by Alexander Belopolsky · 15 years ago
  61. a26cf46 Issue #7879: Do not test negative timestamps on any Windows platform by Alexander Belopolsky · 15 years ago
  62. 784a47f Issue #8825: additional testcases for int(string, 0) and long(string, 0). by Mark Dickinson · 15 years ago
  63. 708c072 Issue #7449: Skip test_socketserver if threading support is disabled by Victor Stinner · 15 years ago
  64. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 15 years ago
  65. ecb8316 Fix a NameError in test_enumerate. by Mark Dickinson · 15 years ago
  66. 2066559 Issue #8816: Extra tests for some built-in functions. These tests are by Mark Dickinson · 15 years ago
  67. bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. by R. David Murray · 15 years ago
  68. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 15 years ago
  69. 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 15 years ago
  70. f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 15 years ago
  71. 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 · 15 years ago
  72. 36cd75a Merged revisions 80937,81478 via svnmerge from by Benjamin Peterson · 15 years ago
  73. 54b40ee Fix my last commit (r81471) about codecs by Victor Stinner · 15 years ago
  74. 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 15 years ago
  75. a19baf5 Underscore the name of an internal utility function. by Georg Brandl · 15 years ago
  76. 5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. by Georg Brandl · 15 years ago
  77. 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 15 years ago
  78. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 15 years ago
  79. 26da187 simplify and modernize updatecache() by Benjamin Peterson · 15 years ago
  80. b9e7c01 remove debugging rubish by Benjamin Peterson · 15 years ago
  81. 266e454 ensure the last line has a trailing newline #8782 by Benjamin Peterson · 15 years ago
  82. bd289da fix name by Benjamin Peterson · 15 years ago
  83. 6722ac2 use addCleanup by Benjamin Peterson · 15 years ago
  84. eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 15 years ago
  85. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 15 years ago
  86. b1556c5 libpython.py: fix support of non-BMP unicode characters by Victor Stinner · 15 years ago
  87. 8f69227 #8759: Fixed user paths in sysconfig for posix and os2 schemes by Tarek Ziadé · 15 years ago
  88. 8a6f3fe Fix typos in docstrings. by Stefan Krah · 15 years ago
  89. e3a84e8 Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror. by Giampaolo Rodolà · 15 years ago
  90. 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 15 years ago
  91. af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 15 years ago
  92. 4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration by Tarek Ziadé · 15 years ago
  93. e127e24 Slight style cleanup. by Florent Xicluna · 15 years ago
  94. 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 15 years ago
  95. 8a470d6 Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close() by Victor Stinner · 15 years ago
  96. 5b5134b use TestCase skip method by Benjamin Peterson · 15 years ago
  97. 7622eba If the timeout is exceeded, count the tests as skipped instead of just by Stefan Krah · 15 years ago
  98. 2b271f7 Fix regression introduced by r81154 (Issue #5099, subprocess destructor) by Victor Stinner · 15 years ago
  99. 42a0ba7 subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to by Brett Cannon · 15 years ago
  100. da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 15 years ago