1. c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 16 years ago
  2. ccd6405 this main is much more useful by Benjamin Peterson · 16 years ago
  3. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  4. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 16 years ago
  5. fdd5354 I got the relative magnitudes of the timeout increases reversed, so by R. David Murray · 16 years ago
  6. 5dff354 Fixing the NameError on Windows - issue1235 by Senthil Kumaran · 16 years ago
  7. 3a145a1 CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix by Senthil Kumaran · 16 years ago
  8. 47dded6 Backport micro-fix from the py3k svnmerge by Antoine Pitrou · 16 years ago
  9. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
  10. c579b35 Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. by Mark Dickinson · 16 years ago
  11. a8fd66d Issue #7251: Break out round tests for large values into a separate by Mark Dickinson · 16 years ago
  12. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
  13. d19915e Issue 7294: Fixed URL in a comment. by Eric Smith · 16 years ago
  14. 0025330 Kill a small potential leak in test_threading. by Antoine Pitrou · 16 years ago
  15. e471b9b Some minor cleanups to private runpy code and docstrings by Nick Coghlan · 16 years ago
  16. 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
  17. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
  18. 17f0f69 Merged revisions 76131 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 3e376e5 Merged revisions 76127-76128 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 9a57034 Merged revisions 76125 via svnmerge from by Benjamin Peterson · 16 years ago
  21. 99c160b Issue #7264: Fix a possible deadlock when deallocating thread-local objects by Antoine Pitrou · 16 years ago
  22. 2537e7a Increase the timeout in the bsddb3 replication test to allow by R. David Murray · 16 years ago
  23. 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 16 years ago
  24. 4ac6b93 Make test_shutil clean up after itself by Antoine Pitrou · 16 years ago
  25. b3c169b Try to make test_wsgiref less fragile against environment changes by other tests by Antoine Pitrou · 16 years ago
  26. c6714bd Add acceptance of long ints to test_memoryio.py by Antoine Pitrou · 16 years ago
  27. 28e463d enable test_parser in lib2to3 by Benjamin Peterson · 16 years ago
  28. d3200c7 Merged revisions 76065 via svnmerge from by Benjamin Peterson · 16 years ago
  29. aed6c45 add space by Benjamin Peterson · 16 years ago
  30. f9e7d54 Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from by Benjamin Peterson · 16 years ago
  31. d8b16ab Fix and improve some assertions in test_site by Antoine Pitrou · 16 years ago
  32. 9c48da7 fixed stdout alteration in test_distutils by Tarek Ziadé · 16 years ago
  33. 84ee9e2 Use a custom timeout in test_support.open_urlresource. by Antoine Pitrou · 16 years ago
  34. e4c6b16 This should finally fix #6896. Let's watch the buildbots. by Antoine Pitrou · 16 years ago
  35. 8844153 test_normalization should skip and not crash when the resource isn't available by Antoine Pitrou · 16 years ago
  36. fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 16 years ago
  37. 235d942 Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. by Antoine Pitrou · 16 years ago
  38. d35b8c7 Hopefully fix the buildbot problems on test_mailbox, by computing by Antoine Pitrou · 16 years ago
  39. 0da5cb8 Use richer assertions in test_mailbox (for better failure messages). by Antoine Pitrou · 16 years ago
  40. 29b5365 Fixes issue7208 - getpass would still allow the password to be echoed on by Gregory P. Smith · 16 years ago
  41. 0b9e3a5 Improved test for a deprecation warning. by Eric Smith · 16 years ago
  42. 4b841d9 Issue #7042: Use a better mechanism for testing timers in test_signal. by Mark Dickinson · 16 years ago
  43. b2e31a1 add some checks for evaluation order with parenthesis #7210 by Benjamin Peterson · 16 years ago
  44. 161df94 Try to fix transient refleaks in test_pydoc. by Antoine Pitrou · 16 years ago
  45. 3c96858 Try to fix transient refleaks in test_xmlrpc. by Antoine Pitrou · 16 years ago
  46. 643e85d Try to fix transient refleaks in test_asynchat. by Antoine Pitrou · 16 years ago
  47. 61d5f6f Fix transient refleaks in test_docxmlrpc. by Antoine Pitrou · 16 years ago
  48. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
  49. 93c2171 Fix constant name. by Georg Brandl · 16 years ago
  50. 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
  51. 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 16 years ago
  52. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 16 years ago
  53. 783b877 Fix duplicate test numbers in extra.decTest by Mark Dickinson · 16 years ago
  54. 8c06ccc Issue #4750: Store the basename of the original filename in by Lars Gustäbel · 16 years ago
  55. ea0e3b0 do a backport of r75928 by Benjamin Peterson · 16 years ago
  56. d913864 Remove variable that is no longer used. by R. David Murray · 16 years ago
  57. c9dbca8 removed spurious spaces by Tarek Ziadé · 16 years ago
  58. 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 16 years ago
  59. 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
  60. 53e9fa4 Test long inputs to float by Mark Dickinson · 16 years ago
  61. 8aea050 Reduce the probability of refleaks in test_socketserver. by Antoine Pitrou · 16 years ago
  62. d24cab8 Issue #7218: Fix test_site for win32 by Tarek Ziadé · 16 years ago
  63. 26a93c0 test expect base classes by Benjamin Peterson · 16 years ago
  64. 8319170 Reformat the regrtest command-line option help and group the options into sections. by Georg Brandl · 16 years ago
  65. 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
  66. cb17010 Try to fix transient refleaks in test_distutils. by Antoine Pitrou · 16 years ago
  67. fce3207 Fix transient refleaks in test_urllib2_localnet. by Antoine Pitrou · 16 years ago
  68. bb0bb30 Suppress transient refleaks in test_threading. by Antoine Pitrou · 16 years ago
  69. a763c06 Suppress transient refleaks in test_smtplib. by Antoine Pitrou · 16 years ago
  70. 0df2c73 Suppress transient refleaks in test_file2k. by Antoine Pitrou · 16 years ago
  71. e171edc Fix transient refleak in test_sys. by Antoine Pitrou · 16 years ago
  72. 85bd587 (Hopefully) suppress transient refleaks in test_httpservers. by Antoine Pitrou · 16 years ago
  73. f829d1f Suppress transient refleaks in test_asyncore by Antoine Pitrou · 16 years ago
  74. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 16 years ago
  75. 7582ec3 use 'is' instead of id() by Benjamin Peterson · 16 years ago
  76. c04c7c5 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  77. 8568b19 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  78. 828b398 Skip readline tests if readline module is not available. by Mark Dickinson · 16 years ago
  79. 1733c93 fixed warning and error message by Tarek Ziadé · 16 years ago
  80. 468f700 fixed finally state in distutils.test_util by Tarek Ziadé · 16 years ago
  81. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 16 years ago
  82. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  83. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 16 years ago
  84. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 16 years ago
  85. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  86. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 16 years ago
  87. d87affe Improve some docstrings in the 'warnings' module. by Neil Schemenauer · 16 years ago
  88. b5cf8a0 Issue #7194: test_thread could try to release an unacquired mutex (and fail). by Antoine Pitrou · 16 years ago
  89. b119ca9 Fix Windows buildbot failure by Antoine Pitrou · 16 years ago
  90. 84da090 Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think). by Eric Smith · 16 years ago
  91. 590a367 Revert unintended change. by Georg Brandl · 16 years ago
  92. 0968fd6 Fix punctuation. by Georg Brandl · 16 years ago
  93. 5ac6528 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 16 years ago
  94. 9bd246b Test wouldn't work in debug mode. by Antoine Pitrou · 16 years ago
  95. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  96. a7a52ab Issue #7099: Decimal.is_normal should return True for all nonzero by Mark Dickinson · 16 years ago
  97. 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
  98. a24db67 Clarify error report message, and don't recommend running in verbose by R. David Murray · 16 years ago
  99. 92a27b5 Eliminate warning message that looks like an error message. When it was by R. David Murray · 16 years ago
  100. d9f1944 Only run test_curses when sys.__stdout__ is a tty. This eliminates the by R. David Murray · 16 years ago