1. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 16 years ago
  2. 815521f Correctly escape arbitrary error message text in the runpy unit tests by Nick Coghlan · 16 years ago
  3. 4b953ba Allow for backslashes in file paths passed to the regex engine by Nick Coghlan · 16 years ago
  4. 4976e32 Account for another cache when hunting ref leaks by Nick Coghlan · 16 years ago
  5. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
  6. d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
  7. 009ae86 Avoid signed overflow in some xrange calculations, and extend by Mark Dickinson · 16 years ago
  8. 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 16 years ago
  9. 4653b8c Remove 'g' from regrtest getopt argument string, since there's no by R. David Murray · 16 years ago
  10. da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 16 years ago
  11. 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 16 years ago
  12. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  13. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 16 years ago
  14. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
  15. c579b35 Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. by Mark Dickinson · 16 years ago
  16. a8fd66d Issue #7251: Break out round tests for large values into a separate by Mark Dickinson · 16 years ago
  17. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
  18. 0025330 Kill a small potential leak in test_threading. by Antoine Pitrou · 16 years ago
  19. 2733d88 Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package by Nick Coghlan · 16 years ago
  20. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
  21. 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 16 years ago
  22. 4ac6b93 Make test_shutil clean up after itself by Antoine Pitrou · 16 years ago
  23. b3c169b Try to make test_wsgiref less fragile against environment changes by other tests by Antoine Pitrou · 16 years ago
  24. c6714bd Add acceptance of long ints to test_memoryio.py by Antoine Pitrou · 16 years ago
  25. 28e463d enable test_parser in lib2to3 by Benjamin Peterson · 16 years ago
  26. aed6c45 add space by Benjamin Peterson · 16 years ago
  27. d8b16ab Fix and improve some assertions in test_site by Antoine Pitrou · 16 years ago
  28. 84ee9e2 Use a custom timeout in test_support.open_urlresource. by Antoine Pitrou · 16 years ago
  29. e4c6b16 This should finally fix #6896. Let's watch the buildbots. by Antoine Pitrou · 16 years ago
  30. 8844153 test_normalization should skip and not crash when the resource isn't available by Antoine Pitrou · 16 years ago
  31. fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 16 years ago
  32. 235d942 Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. by Antoine Pitrou · 16 years ago
  33. 0da5cb8 Use richer assertions in test_mailbox (for better failure messages). by Antoine Pitrou · 16 years ago
  34. 0b9e3a5 Improved test for a deprecation warning. by Eric Smith · 16 years ago
  35. 4b841d9 Issue #7042: Use a better mechanism for testing timers in test_signal. by Mark Dickinson · 16 years ago
  36. b2e31a1 add some checks for evaluation order with parenthesis #7210 by Benjamin Peterson · 16 years ago
  37. 161df94 Try to fix transient refleaks in test_pydoc. by Antoine Pitrou · 16 years ago
  38. 3c96858 Try to fix transient refleaks in test_xmlrpc. by Antoine Pitrou · 16 years ago
  39. 643e85d Try to fix transient refleaks in test_asynchat. by Antoine Pitrou · 16 years ago
  40. 61d5f6f Fix transient refleaks in test_docxmlrpc. by Antoine Pitrou · 16 years ago
  41. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
  42. 93c2171 Fix constant name. by Georg Brandl · 16 years ago
  43. 4045e88 Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests. by Georg Brandl · 16 years ago
  44. 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 16 years ago
  45. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 16 years ago
  46. 783b877 Fix duplicate test numbers in extra.decTest by Mark Dickinson · 16 years ago
  47. ea0e3b0 do a backport of r75928 by Benjamin Peterson · 16 years ago
  48. d913864 Remove variable that is no longer used. by R. David Murray · 16 years ago
  49. 4e1be94 Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode. by Georg Brandl · 16 years ago
  50. 53e9fa4 Test long inputs to float by Mark Dickinson · 16 years ago
  51. 8aea050 Reduce the probability of refleaks in test_socketserver. by Antoine Pitrou · 16 years ago
  52. d24cab8 Issue #7218: Fix test_site for win32 by Tarek Ziadé · 16 years ago
  53. 26a93c0 test expect base classes by Benjamin Peterson · 16 years ago
  54. 8319170 Reformat the regrtest command-line option help and group the options into sections. by Georg Brandl · 16 years ago
  55. 71a015a Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots. by Georg Brandl · 16 years ago
  56. cb17010 Try to fix transient refleaks in test_distutils. by Antoine Pitrou · 16 years ago
  57. fce3207 Fix transient refleaks in test_urllib2_localnet. by Antoine Pitrou · 16 years ago
  58. bb0bb30 Suppress transient refleaks in test_threading. by Antoine Pitrou · 16 years ago
  59. a763c06 Suppress transient refleaks in test_smtplib. by Antoine Pitrou · 16 years ago
  60. 0df2c73 Suppress transient refleaks in test_file2k. by Antoine Pitrou · 16 years ago
  61. e171edc Fix transient refleak in test_sys. by Antoine Pitrou · 16 years ago
  62. 85bd587 (Hopefully) suppress transient refleaks in test_httpservers. by Antoine Pitrou · 16 years ago
  63. f829d1f Suppress transient refleaks in test_asyncore by Antoine Pitrou · 16 years ago
  64. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 16 years ago
  65. 7582ec3 use 'is' instead of id() by Benjamin Peterson · 16 years ago
  66. c04c7c5 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  67. 8568b19 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  68. 828b398 Skip readline tests if readline module is not available. by Mark Dickinson · 16 years ago
  69. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  70. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 16 years ago
  71. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  72. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 16 years ago
  73. b5cf8a0 Issue #7194: test_thread could try to release an unacquired mutex (and fail). by Antoine Pitrou · 16 years ago
  74. b119ca9 Fix Windows buildbot failure by Antoine Pitrou · 16 years ago
  75. 9bd246b Test wouldn't work in debug mode. by Antoine Pitrou · 16 years ago
  76. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  77. a7a52ab Issue #7099: Decimal.is_normal should return True for all nonzero by Mark Dickinson · 16 years ago
  78. 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
  79. a24db67 Clarify error report message, and don't recommend running in verbose by R. David Murray · 16 years ago
  80. 92a27b5 Eliminate warning message that looks like an error message. When it was by R. David Murray · 16 years ago
  81. d9f1944 Only run test_curses when sys.__stdout__ is a tty. This eliminates the by R. David Murray · 16 years ago
  82. 282396f Issue #7151: regrtest would generate a JSON failure if there was output by R. David Murray · 16 years ago
  83. 603acf9 Add a comment about unreachable code, and fix a typo by Antoine Pitrou · 16 years ago
  84. 8a172b1 Add a test for same-thread asynchronous exceptions (see #1779233). by Antoine Pitrou · 16 years ago
  85. 53a9dc9 Restore sys.path in test_tk by Nick Coghlan · 16 years ago
  86. f317019 Silence a deprecation warning by using the appropriate replacement construct by Nick Coghlan · 16 years ago
  87. 9039b83 Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests... by Nick Coghlan · 16 years ago
  88. bfd2dc7 Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum by Mark Dickinson · 16 years ago
  89. a0e0f9e Don't replace sys.path in test_site by Nick Coghlan · 16 years ago
  90. 788d766 Avoid replacing existing modules and sys.path in import tests by Nick Coghlan · 16 years ago
  91. 8157e19 Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests) by Nick Coghlan · 16 years ago
  92. fd4903b Move restoration of the os.environ object into the context manager where it belongs by Nick Coghlan · 16 years ago
  93. 87c03b3 Revert changes made to environment in test_httpservers by Nick Coghlan · 16 years ago
  94. 8c1ffeb Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs) by Nick Coghlan · 16 years ago
  95. 7df72dc Restore original sys.path when running TTK tests by Nick Coghlan · 16 years ago
  96. b6edf19 Check and revert expected sys.path alterations by Nick Coghlan · 16 years ago
  97. a3e97ad Formatting tweak so that before and after values are vertically aligned by Nick Coghlan · 16 years ago
  98. 2ee358e Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources. by Nick Coghlan · 16 years ago
  99. 59ca920 test_math ulp computation was wrong on big-endian systems by Mark Dickinson · 16 years ago
  100. 0447cd6 Correctly restore sys.stdout in test_descr by Nick Coghlan · 16 years ago