1. 0b00b6b Merged revisions 82739,82741 via svnmerge from by Benjamin Peterson · 15 years ago
  2. 306d88f Merged revisions 82735 via svnmerge from by Benjamin Peterson · 15 years ago
  3. abd4553 Merged revisions 82730 via svnmerge from by R. David Murray · 15 years ago
  4. 9b9e125 Merged revisions 82654 via svnmerge from by Mark Dickinson · 15 years ago
  5. e85aa73 Merged revisions 82646,82649-82650 via svnmerge from by Mark Dickinson · 15 years ago
  6. 22db735 Merged revisions 82647 via svnmerge from by Antoine Pitrou · 15 years ago
  7. 86ac22e Merged revisions 82637 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 489113f Merged revisions 82628,82630 via svnmerge from by Benjamin Peterson · 15 years ago
  9. ba303c8 these tests are the result of cpython's incorrect implementation by Benjamin Peterson · 15 years ago
  10. bace676 be more generous to implementations that have implemented correctly by Benjamin Peterson · 15 years ago
  11. 3caf7b9 #9161: Fix regression in acceptance of unicode strings in add_option calls. by R. David Murray · 15 years ago
  12. 9d7003e Merged revisions 82542 via svnmerge from by Benjamin Peterson · 15 years ago
  13. 75b44b3 Issue #9130: Fix validation of relative imports in parser module. by Mark Dickinson · 15 years ago
  14. a7ee59b Issue #9128: Validate class decorator syntax correctly in parser module. by Mark Dickinson · 15 years ago
  15. 96c4df4 Issue #9145: Fix a regression due to r79539 by Florent Xicluna · 15 years ago
  16. e3c1045 prepare for 2.7.1 by Benjamin Peterson · 15 years ago
  17. c60082d update to 2.7 final by Benjamin Peterson · 15 years ago
  18. 6728d14 update pydoc-topics by Benjamin Peterson · 15 years ago
  19. 743242a add release date by Benjamin Peterson · 15 years ago
  20. 15e5b1b Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, by Victor Stinner · 15 years ago
  21. 2f8c8f4 Submit patch for bug 9144; broken imports due to r81380 by Jesse Noller · 15 years ago
  22. 0df5a85 don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally by Benjamin Peterson · 15 years ago
  23. c262a69 an AttributeError is perfectly acceptable here by Benjamin Peterson · 15 years ago
  24. e00e2f0 fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception by Giampaolo Rodolà · 15 years ago
  25. 10947a6 mark test depending on ref counting by Benjamin Peterson · 15 years ago
  26. 070f0ab Issue #9125: Update parser module for "except ... as ..." syntax. by Mark Dickinson · 15 years ago
  27. 8586249 Spelling. by Mark Dickinson · 15 years ago
  28. d6a8e6d fix skipping condition by Benjamin Peterson · 15 years ago
  29. 8eeb1dc testcapi tests are definitely cpython only by Benjamin Peterson · 15 years ago
  30. 5871a8d Fix Issue8653 - Docstring for urlunsplit function. by Senthil Kumaran · 15 years ago
  31. a70e91c mark tracking tests as implementation details by Benjamin Peterson · 15 years ago
  32. b96fbb8 Fix for Issue8883: without this patch test_urllib will fail by Ronald Oussoren · 15 years ago
  33. 76002c8 The uuid library on OSX 10.5 seems to contain the same bug as the one by Ronald Oussoren · 15 years ago
  34. cd17213 Two small fixes for the support for SDKs on MacOSX: by Ronald Oussoren · 15 years ago
  35. ad72bcc Untabify. by Georg Brandl · 15 years ago
  36. 62a14db #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. by R. David Murray · 15 years ago
  37. 04a3439 Fix indentation in recently added test. by R. David Murray · 15 years ago
  38. 32e0681 #4640: add a test to optparse that proves issue is invalid. by R. David Murray · 15 years ago
  39. cf3e20c mark implementation detail as such by Benjamin Peterson · 15 years ago
  40. 0badae4 this must be a typo by Benjamin Peterson · 15 years ago
  41. 4b26acb mark implementation detail as such by Benjamin Peterson · 15 years ago
  42. 947ce58 prevent assignment to set literals by Benjamin Peterson · 15 years ago
  43. f6d31cb cpython only gc tests by Benjamin Peterson · 15 years ago
  44. 7f8ede4 mark ref counting as impl detail by Benjamin Peterson · 15 years ago
  45. 694781b must force gc here by Benjamin Peterson · 15 years ago
  46. bde67df keep UserDict an old-style class by Benjamin Peterson · 15 years ago
  47. 934f4e1 Fix for issue8446: by Ronald Oussoren · 15 years ago
  48. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago
  49. bb93709 update pydoc-topics by Benjamin Peterson · 15 years ago
  50. afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 15 years ago
  51. a45e6d5 Add tests for problems reported in issue 8959. by Thomas Heller · 15 years ago
  52. f180099 Fix #8959 by reverting revision 80761. by Thomas Heller · 15 years ago
  53. 8019236 Merge test_strtod and test_float string-to-float conversion tests. by Mark Dickinson · 15 years ago
  54. b33f0c1 Revert r60115 by Jean-Paul Calderone · 15 years ago
  55. a37b7af Add few words about test.test_genericpath.CommonTest by Florent Xicluna · 15 years ago
  56. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 15 years ago
  57. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 15 years ago
  58. 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 15 years ago
  59. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 15 years ago
  60. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 15 years ago
  61. 33958b8 Fix issue with nested test suites debug method and module setups. (unittest) by Michael Foord · 15 years ago
  62. ae1bb9a Typo correction. by Michael Foord · 15 years ago
  63. 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
  64. eabdeba use unicode literals by Benjamin Peterson · 15 years ago
  65. 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 15 years ago
  66. 0b41707 Silence deprecation warning in test___all__ caused by an import bsddb. by Ezio Melotti · 15 years ago
  67. 0229e84 update pydoc-topics by Benjamin Peterson · 15 years ago
  68. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  69. c532c57 Code formatting change. by Michael Foord · 15 years ago
  70. 62c3c79 Replace deprecated fail* methods with the equivalent assert* ones. by Ezio Melotti · 15 years ago
  71. 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
  72. c1d7c5b Tests for unittest.TestCase.maxDiff. by Michael Foord · 15 years ago
  73. 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
  74. ab2eb0e Add a NEWS entry for r81758 and clarify a comment. by Ezio Melotti · 15 years ago
  75. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 15 years ago
  76. f2c25c5 Fix unittest tests after previous commit. by Michael Foord · 15 years ago
  77. 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
  78. ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. by Mark Dickinson · 15 years ago
  79. 674648e unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. by Michael Foord · 15 years ago
  80. 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
  81. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 15 years ago
  82. a441287 Extract error message truncating into a method (unittest.TestCase._truncateMessage). by Michael Foord · 15 years ago
  83. 0100702 Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. by Michael Foord · 15 years ago
  84. 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
  85. 2aa6c38 properly lookup the __format__ special method by Benjamin Peterson · 15 years ago
  86. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 15 years ago
  87. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 15 years ago
  88. fb69501 test verifying the resp object is closed for HEAD response. by Senthil Kumaran · 15 years ago
  89. dfaced5 Fix issue6312 - close the resp object for HEAD response. by Senthil Kumaran · 15 years ago
  90. 3b95934 use a set for membership testing by Benjamin Peterson · 15 years ago
  91. 4653fb5 #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD. by R. David Murray · 15 years ago
  92. 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
  93. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 15 years ago
  94. 4da7d41 Issue #8741: Fixed the TarFile.makelink() method that is responsible by Lars Gustäbel · 15 years ago
  95. 2ee9c6f Issue #8833: tarfile created hard link entries with a size by Lars Gustäbel · 15 years ago
  96. 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 15 years ago
  97. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
  98. 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 15 years ago
  99. 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 15 years ago
  100. 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 15 years ago