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