1. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago v2.7b2
  2. 9c164af unittest: issue 8301. Adding functions to test suites no longer crashes. by Michael Foord · 15 years ago
  3. 7daf0e4 update pydoc-topics by Benjamin Peterson · 15 years ago
  4. f063d15 run and fix enumerate start test cases #8636 by Benjamin Peterson · 15 years ago
  5. 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 15 years ago
  6. 7baf862 add underscore by Benjamin Peterson · 15 years ago
  7. ac896ed r80967 introduced a new scheme by Benjamin Peterson · 15 years ago
  8. dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 15 years ago
  9. 22097e4 Issue 7780. Adding a test for unittest test discovery from a dotted path. by Michael Foord · 15 years ago
  10. 2f88bfd Issue #8084: ensure that the --user directory by Ronald Oussoren · 15 years ago
  11. d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 15 years ago
  12. 18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. by Senthil Kumaran · 15 years ago
  13. 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 15 years ago
  14. e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  15. 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 15 years ago
  16. 5dfad9d Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from by Benjamin Peterson · 15 years ago
  17. ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  18. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
  19. 4fedbce Adding tests for unittest command line handling of buffer, catchbreak and failfast. by Michael Foord · 15 years ago
  20. 215d394 Adding a test for unittest test discovery with dotted path name. by Michael Foord · 15 years ago
  21. e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. by Senthil Kumaran · 15 years ago
  22. 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à · 15 years ago
  23. 215b6b3 provides a clearer warning message when cheap inheritance with the underlying socket object is used by Giampaolo Rodolà · 15 years ago
  24. 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à · 15 years ago
  25. 1bbb68d `self` doesn't exist here by Antoine Pitrou · 15 years ago
  26. 11f8b9d Fix #7863. Properly identify Windows 7 and Server 2008 R2. by Brian Curtin · 15 years ago
  27. 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 15 years ago
  28. 31a673d removed non needed lines by Tarek Ziadé · 15 years ago
  29. 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 15 years ago
  30. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  31. a815718 Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. by Antoine Pitrou · 15 years ago
  32. 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 15 years ago
  33. 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 15 years ago
  34. 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 15 years ago
  35. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 15 years ago
  36. 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 15 years ago
  37. 3b0b4ff Fix test_gzip failure on OS X. The failure was a result of trying to fflush by Mark Dickinson · 15 years ago
  38. 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 15 years ago
  39. a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 15 years ago
  40. 4f96f5f Issue #8567: Fix incorrect precedence of signals in Decimal module. by Mark Dickinson · 15 years ago
  41. 7120219 _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function by Victor Stinner · 15 years ago
  42. 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 15 years ago
  43. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  44. 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
  45. f9ffcce Fix unittest tests to not abuse traceback.format_exception by Michael Foord · 15 years ago
  46. b0153cf Small update to r80698 to ensure that webbrowser.open uses the default browser. by Ronald Oussoren · 15 years ago
  47. 4ef1c7e For for issue #7192: with this patch webbrowser.get("firefox") works on OSX by Ronald Oussoren · 15 years ago
  48. 8651810 Remove duplicate test by Antoine Pitrou · 15 years ago
  49. 16cd2be Fix incorrect use of a list as the target of an 'except' clause in test_decimal.py. by Mark Dickinson · 15 years ago
  50. 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 15 years ago
  51. 54f9f83 Issue #8576: Remove use of find_unused_port() in test_smtplib and by Antoine Pitrou · 15 years ago
  52. a5cd182 Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir by Tarek Ziadé · 15 years ago
  53. ba88b7f Always add space after RFC; reword paragraph by Andrew M. Kuchling · 15 years ago
  54. 5c4c461 Issue #8464: tarfile.open(name, mode="w|") no longer creates by Lars Gustäbel · 15 years ago
  55. 3945c86 Fix style issues in test_ssl by Antoine Pitrou · 15 years ago
  56. ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
  57. dfb45df Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) by Nick Coghlan · 15 years ago
  58. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  59. c73a05f Issue #7449, part 10: test_cmd imports trace module using test_support.import_module() by Victor Stinner · 15 years ago
  60. 47c8841 Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) by Victor Stinner · 15 years ago
  61. a44b5a3 Issue #7449, part 9: fix test_xmlrpclib for missing threading module by Victor Stinner · 15 years ago
  62. 09227b9 Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing by Victor Stinner · 15 years ago
  63. be595d3 Issue #7449, part 7: simplify threading detection in test_capi by Victor Stinner · 15 years ago
  64. fd8ea99 Issue #7449, part 6: fix test_hashlib for missing threading module by Victor Stinner · 15 years ago
  65. 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 15 years ago
  66. 9751472 Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py by Victor Stinner · 15 years ago
  67. 613b4cf Issue #7449, part 4: skip test_multiprocessing if thread support is disabled by Victor Stinner · 15 years ago
  68. edb9f87 Issue #7449 part 3, test_doctest: import trace module in test_coverage() by Victor Stinner · 15 years ago
  69. 1b4a69d Issue #7449, part 2: regrtest.py -j option requires thread support by Victor Stinner · 15 years ago
  70. d9d147b Issue #7449, part 1: fix test_support.py for Python compiled without thread by Victor Stinner · 15 years ago
  71. ae9f8bd correct signature by Benjamin Peterson · 15 years ago
  72. 2773725 condense import by Benjamin Peterson · 15 years ago
  73. fed4abc fold __future__ imports by Benjamin Peterson · 15 years ago
  74. 5e9cc5e fix comment by Benjamin Peterson · 15 years ago
  75. a9bd6d5 reject None as the buffering argument like the C implementation does #8546 by Benjamin Peterson · 15 years ago
  76. 9bf5425 socket.error can really happen here, and fix a possible NameError by Antoine Pitrou · 15 years ago
  77. db18784 Qualify or remove or bare excepts. Simplify exception handling in places. by Antoine Pitrou · 15 years ago
  78. 435ba0c replace custom code with standard library functionality (HTTPServer.shutdown()) by Antoine Pitrou · 15 years ago
  79. 150acda Remove uses of find_unused_port() in test_ssl, and small cleanups by Antoine Pitrou · 15 years ago
  80. 3939dcd Issue #6656: fix locale.format_string to handle escaped percents and mappings. by R. David Murray · 15 years ago
  81. 278d665 When calling getpeername() in SSLSocket.__init__, only silence exceptions by Antoine Pitrou · 15 years ago
  82. 3bfa883 Issue 8325: Improve regrtest --help text. by R. David Murray · 15 years ago
  83. 3d61379 Revert an accidental commit from r80492. by Brett Cannon · 15 years ago
  84. 1994969 When DeprecationWarning was silenced by default, it also silenced any use of -Q by Brett Cannon · 15 years ago
  85. a624040 Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, by Antoine Pitrou · 15 years ago
  86. 1ca8c19 Replace a Lock with a better suited Event. by Antoine Pitrou · 15 years ago
  87. 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
  88. fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
  89. a2936cf Fix #7838. Add docstrings and privatize _subprocess implementation details. by Brian Curtin · 15 years ago
  90. 55841ac Make test_makefile_close a networked test (can't read() from a non-connected by Antoine Pitrou · 15 years ago
  91. 4341e54 #7507: quote "!" in pipes.quote(); it is a special character for some shells. by Georg Brandl · 15 years ago
  92. b558f17 Issue #5238: Calling makefile() on an SSL object would prevent the by Antoine Pitrou · 15 years ago
  93. dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
  94. 1273566 Fix the "regrtest -s" switch. by Florent Xicluna · 15 years ago
  95. 64f6c2f Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. by Florent Xicluna · 15 years ago
  96. a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 15 years ago
  97. 9aed604 Skip test on old versions of OpenSSL by Antoine Pitrou · 15 years ago
  98. 60b1ee3 Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot. by Antoine Pitrou · 15 years ago
  99. 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
  100. 19c0673 Rephrase comment. by Ezio Melotti · 15 years ago