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. a70e91c mark tracking tests as implementation details by Benjamin Peterson · 14 years ago
  5. 04a3439 Fix indentation in recently added test. by R. David Murray · 14 years ago
  6. 32e0681 #4640: add a test to optparse that proves issue is invalid. by R. David Murray · 14 years ago
  7. cf3e20c mark implementation detail as such by Benjamin Peterson · 14 years ago
  8. 0badae4 this must be a typo by Benjamin Peterson · 14 years ago
  9. 4b26acb mark implementation detail as such by Benjamin Peterson · 14 years ago
  10. 947ce58 prevent assignment to set literals by Benjamin Peterson · 14 years ago
  11. f6d31cb cpython only gc tests by Benjamin Peterson · 14 years ago
  12. 7f8ede4 mark ref counting as impl detail by Benjamin Peterson · 14 years ago
  13. 694781b must force gc here by Benjamin Peterson · 14 years ago
  14. 934f4e1 Fix for issue8446: by Ronald Oussoren · 14 years ago
  15. 8019236 Merge test_strtod and test_float string-to-float conversion tests. by Mark Dickinson · 14 years ago
  16. b33f0c1 Revert r60115 by Jean-Paul Calderone · 14 years ago
  17. a37b7af Add few words about test.test_genericpath.CommonTest by Florent Xicluna · 14 years ago
  18. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 14 years ago
  19. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 14 years ago
  20. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 14 years ago
  21. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 14 years ago
  22. eabdeba use unicode literals by Benjamin Peterson · 14 years ago
  23. 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 14 years ago
  24. 0b41707 Silence deprecation warning in test___all__ caused by an import bsddb. by Ezio Melotti · 14 years ago
  25. 62c3c79 Replace deprecated fail* methods with the equivalent assert* ones. by Ezio Melotti · 14 years ago
  26. ab2eb0e Add a NEWS entry for r81758 and clarify a comment. by Ezio Melotti · 14 years ago
  27. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 14 years ago
  28. ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. by Mark Dickinson · 14 years ago
  29. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 14 years ago
  30. 2aa6c38 properly lookup the __format__ special method by Benjamin Peterson · 14 years ago
  31. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 14 years ago
  32. fb69501 test verifying the resp object is closed for HEAD response. by Senthil Kumaran · 14 years ago
  33. 4653fb5 #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD. by R. David Murray · 14 years ago
  34. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 14 years ago
  35. 4da7d41 Issue #8741: Fixed the TarFile.makelink() method that is responsible by Lars Gustäbel · 14 years ago
  36. 2ee9c6f Issue #8833: tarfile created hard link entries with a size by Lars Gustäbel · 14 years ago
  37. 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 14 years ago
  38. 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 14 years ago
  39. 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 14 years ago
  40. 8133637 Issue #5211: Complete removal of implicit coercions for the complex by Mark Dickinson · 14 years ago
  41. 83cba05 Fix #8405 for slow buildbots. Remove the sleep on startup and move the by Brian Curtin · 14 years ago
  42. 0388362 Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and by Victor Stinner · 14 years ago
  43. 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 14 years ago
  44. 58451d2 Issue #7879: Skip negative timestamps test on any Windows platform by Alexander Belopolsky · 14 years ago
  45. a26cf46 Issue #7879: Do not test negative timestamps on any Windows platform by Alexander Belopolsky · 14 years ago
  46. 784a47f Issue #8825: additional testcases for int(string, 0) and long(string, 0). by Mark Dickinson · 14 years ago
  47. 708c072 Issue #7449: Skip test_socketserver if threading support is disabled by Victor Stinner · 14 years ago
  48. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 14 years ago
  49. ecb8316 Fix a NameError in test_enumerate. by Mark Dickinson · 14 years ago
  50. 2066559 Issue #8816: Extra tests for some built-in functions. These tests are by Mark Dickinson · 14 years ago
  51. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  52. 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 14 years ago
  53. 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
  54. 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
  55. 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 14 years ago
  56. 5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. by Georg Brandl · 14 years ago
  57. 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 14 years ago
  58. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 14 years ago
  59. 266e454 ensure the last line has a trailing newline #8782 by Benjamin Peterson · 14 years ago
  60. bd289da fix name by Benjamin Peterson · 14 years ago
  61. 6722ac2 use addCleanup by Benjamin Peterson · 14 years ago
  62. eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 14 years ago
  63. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 14 years ago
  64. b1556c5 libpython.py: fix support of non-BMP unicode characters by Victor Stinner · 14 years ago
  65. 8f69227 #8759: Fixed user paths in sysconfig for posix and os2 schemes by Tarek Ziadé · 14 years ago
  66. 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à · 14 years ago
  67. 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 14 years ago
  68. 8a470d6 Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close() by Victor Stinner · 14 years ago
  69. 5b5134b use TestCase skip method by Benjamin Peterson · 14 years ago
  70. 7622eba If the timeout is exceeded, count the tests as skipped instead of just by Stefan Krah · 14 years ago
  71. da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 14 years ago
  72. b3d0554 Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot. by Florent Xicluna · 14 years ago
  73. 9cf210f Improve test feedback to troubleshoot issue #8423 on OS X. by Florent Xicluna · 14 years ago
  74. 9ac6114 Better test skipping, with message in the log. by Florent Xicluna · 14 years ago
  75. 8652f2e Revert the additional OS X information (r81140). Keep the endianness information. by Florent Xicluna · 14 years ago
  76. b7d413f Add sensible information about the OS X platform to diagnose issue #8423: by Florent Xicluna · 14 years ago
  77. 3736816 Fix verb tense in skip message. by Victor Stinner · 14 years ago
  78. 20c3258 Issue #8422, test_genericpath: skip the creation of a directory with an invalid by Victor Stinner · 14 years ago
  79. 81a0450 Fix Issue8657 - adding git and git+ssh as know schemes. by Senthil Kumaran · 14 years ago
  80. 62f7e8b Fix unused variable in test_factorial. by Mark Dickinson · 14 years ago
  81. fd25594 Removed the assertion that dispatcher.connected attribute must be False after a single connect() call. Solaris and FreeBSD buildbots failures showed how connect() can succeed even in a single call. All bo failures should definitively be fixed now. by Giampaolo Rodolà · 14 years ago
  82. fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 14 years ago
  83. 37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be by Antoine Pitrou · 14 years ago
  84. ff46d6e Issue #8490: adds a more solid test suite for asyncore by Giampaolo Rodolà · 14 years ago
  85. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 14 years ago
  86. 860852f Revert r81012. buildbot problems and its questionable of me to even by Gregory P. Smith · 14 years ago
  87. 56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. by Gregory P. Smith · 14 years ago
  88. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 14 years ago
  89. f063d15 run and fix enumerate start test cases #8636 by Benjamin Peterson · 14 years ago
  90. 7baf862 add underscore by Benjamin Peterson · 14 years ago
  91. ac896ed r80967 introduced a new scheme by Benjamin Peterson · 14 years ago
  92. 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 14 years ago
  93. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 14 years ago
  94. e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. by Senthil Kumaran · 14 years ago
  95. e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong by Giampaolo Rodolà · 14 years ago
  96. f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ by Giampaolo Rodolà · 14 years ago
  97. 1bbb68d `self` doesn't exist here by Antoine Pitrou · 14 years ago
  98. 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 14 years ago
  99. 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 14 years ago
  100. 9545a23 In a number of places code still revers by Ronald Oussoren · 14 years ago