- acdb6fb Try to prevent the alarm going off early in tearDown by Neal Norwitz · 17 years ago
- 41d6491 Suppress failure (to avoid a flaky test) if we cannot connect to svn.python.org by Neal Norwitz · 17 years ago
- 3bda069 Skip the epoll test if epoll() does not work by Neal Norwitz · 17 years ago
- 162d719 Speed up the test by avoiding socket timeouts. by Neal Norwitz · 17 years ago
- 1f2995b Try to make this test a little more robust and not fail with: by Neal Norwitz · 17 years ago
- e70bb8d Simplify demo code. by Raymond Hettinger · 17 years ago
- 6415667 Small fix that complicated the test actually when that test failed. by Facundo Batista · 17 years ago
- 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
- d290b04 Replace hack in regrtest.py with use of sys.py3kwarning. by Steven Bethard · 17 years ago
- 65bb42d #2348: add py3k warning for file.softspace. by Georg Brandl · 17 years ago
- 07e5681 #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich. by Georg Brandl · 17 years ago
- 5a44424 #2358: add py3k warning to sys.exc_clear(). by Georg Brandl · 17 years ago
- 77354cf Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
- 3312432 #2136: allow single quotes in realm spec. by Georg Brandl · 17 years ago
- 510eab5 Speed test_threading up from 14s to .5s, and avoid a deadlock on certain by Jeffrey Yasskin · 17 years ago
- 413f588 Try to fix test_signal on FreeBSD. I'm assuming that os.kill is failing to by Jeffrey Yasskin · 17 years ago
- 6cda88e Try to fix test_signal breakages on Linux due to r61687. It appears that at by Jeffrey Yasskin · 17 years ago
- cf26f54 Speed up test_signal from ~24s to 4s by avoiding nearly all of the sleep calls. by Jeffrey Yasskin · 17 years ago
- 816a168 Comment how 'from __future__ import print_function' operates in 3.0. by Eric Smith · 17 years ago
- 6af3db8 Attempt to fix the Solaris Sparc 10 buildbot. It was failing with an invalid by Gregory P. Smith · 17 years ago
- 00b53ea Revert r61650; the intent of this commit was to try and address alarm failures on some of the build slaves. As Neal points out, it's called after test_main(), so it's not going to factor into the test when run via regrtest.py (and removes the original functionality that Jeffrey wanted that would kill the test if it took longer than 3 seconds to run when executing it directly during development). by Trent Nelson · 17 years ago
- a5cfcad Prevent ioctl op codes from being sign extended from int to unsigned long by Gregory P. Smith · 17 years ago
- 48581c5 Make sure that the warnings filter is not reset or changed beyond the current by Brett Cannon · 17 years ago
- a0ce6b6 Bump the SIGALM delay from 3 seconds to 20 seconds, mainly in an effort to see if it fixes the alarm failures in this test experienced by some of the buildbots. by Trent Nelson · 17 years ago
- 10dca6e The filter() function does support a None argument in Py3.0. by Raymond Hettinger · 17 years ago
- 0538786 Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh. by Raymond Hettinger · 17 years ago
- 977eb02 Use sys.py3kwarning instead of trying to trigger a Py3k-related warning. by Brett Cannon · 17 years ago
- 7919d98 test_nis would fail if test.test_support.verbose was true but NIS was not set by Brett Cannon · 17 years ago
- 8ff4963 Trivial typo. by Eric Smith · 17 years ago
- e504445 Use test.test_support.captured_stdout instead of a custom contextmanager. by Eric Smith · 17 years ago
- 16b2e6b Import relimport using a relative import. by Martin v. Löwis · 17 years ago
- a4d7789 Issue #2400: Allow relative imports to "import *". by Martin v. Löwis · 17 years ago
- 14cae96 Another test for __future__ print_function. by Eric Smith · 17 years ago
- 2724ab9 Added zip, map, filter to future_bultins (#2171) by David Wolever · 17 years ago
- 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 17 years ago
- c856fa8 Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing. by Gregory P. Smith · 17 years ago
- 6a644f9 Add py3k warnings for code and method inequality comparisons. This should resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code. by Steven Bethard · 17 years ago
- e8e22cf Have regrtest skip test_py3kwarn when the -3 flag is missing. by Steven Bethard · 17 years ago
- 0c1ef47 Import the test properly. This is especially important for py3k. by Neal Norwitz · 17 years ago
- a7a3e28 Fix test_atexit so that it still passes when -3 is supplied. (It was catching the warning messages on stdio from using the reload() function.) by Steven Bethard · 17 years ago
- f48da8f Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as by Gregory P. Smith · 17 years ago
- 8906575 _have_soundcard() is a bad check for winsound.Beep, since you can have a soundcard but have the beep driver disabled. This revision basically disables the beep tests by wrapping them in a try/except. The Right Way To Do It is to come up with a _have_enabled_beep_driver() and use that. by Steven Bethard · 17 years ago
- 5fe5cf6 Get regrtest working when re-running tests by Neal Norwitz · 17 years ago
- ae42f33 Add py3k warnings for object, type, cell and dict comparisons. This should resolve issue2342 and partly resolve issue2373. by Steven Bethard · 17 years ago
- 493894c Issue 1577: shutil.move() where destination is a directory was doing a by Sean Reifscheider · 17 years ago
- ed427e7 Use test_support.unlink instead of os.unlink in tearDown(). (Seems to fix an occasional failure in Windows Vista.) by Steven Bethard · 17 years ago
- f084e04 Fix test_errno to only check for error numbers that are defined by Standard C. by Brett Cannon · 17 years ago
- 66e2663 Note that the stderr output of the test is intentional. by Martin v. Löwis · 17 years ago
- afb416b Add WSA errors. by Martin v. Löwis · 17 years ago
- 637f239 Add more Linux error codes. by Martin v. Löwis · 17 years ago
- d43ca3b norwitz-amd64 (gentoo) has EREMOTEIO. by Martin v. Löwis · 17 years ago
- 496ad27 The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
- d1befd7 Add some info to the failure messages by Neal Norwitz · 17 years ago
- 36dbcb9 Add a -S/--slow flag to regrtest to have it print the 10 slowest tests with by Jeffrey Yasskin · 17 years ago
- 08811dd Improve the error message for a test that failed on the S-390 Debian buildbot. by Brett Cannon · 17 years ago
- 819f139 Try increasing the timeout to reduce the flakiness of this test. by Neal Norwitz · 17 years ago
- ed41465 Speed up test_dict by about 10x by only checking selected dict literal sizes, by Jeffrey Yasskin · 17 years ago
- a145853 Speed test_thread up from 51.328s to 0.081s by reducing its sleep times. We by Jeffrey Yasskin · 17 years ago
- 0bfc896 Block the "socket.ssl() is deprecated" warning from test_socket_ssl. by Jeffrey Yasskin · 17 years ago
- a5573b3 The output directory for tests that compare against stdout is now gone! by Brett Cannon · 17 years ago
- b7ec8e5 test_errno was a no-op test; now it actually tests things and uses unittest. by Brett Cannon · 17 years ago
- 0bb7950 Move test_extcall to doctest. by Brett Cannon · 17 years ago
- ba17cfc Convert test_dummy_threading and test_dbm to unittest. by Brett Cannon · 17 years ago
- 6eeaddc Convert test_strftime, test_getargs, and test_pep247 to use unittest. by Brett Cannon · 17 years ago
- 0aed07a Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS. by Eric Smith · 17 years ago
- f48f9d3 Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms by Gregory P. Smith · 17 years ago
- 9ff19b5 Finished backporting PEP 3127, Integer Literal Support and Syntax. by Eric Smith · 17 years ago
- b9e15f7 Make isinstance(OldstyleClass, NewstyleClass) return False instead of raising by Jeffrey Yasskin · 17 years ago
- 8113ca6 Issue 2264: empty float presentation type needs to have at least one digit past the decimal point. by Eric Smith · 17 years ago
- 6b46762 Removed Exact/Inexact after discussion with Yasskin. by Raymond Hettinger · 17 years ago
- fc070d2 add %f format to datetime - issue 1158 by Skip Montanaro · 17 years ago
- c23b8a7 Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently by Mark Dickinson · 17 years ago
- 6119540 Remove a bad test. by Brett Cannon · 17 years ago
- 1f5182b Convert test_fcntl to unittest. by Brett Cannon · 17 years ago
- 4a6e8d6 Move test_gdbm to use unittest. by Brett Cannon · 17 years ago
- 2e0f9f3 Convert test_contains, test_crypt, and test_select to unittest. by Brett Cannon · 17 years ago
- b8d3735 Move test_tokenize to doctest. by Brett Cannon · 17 years ago
- 66865d2 Move test_thread over to unittest. Commits GHOP 237. by Brett Cannon · 17 years ago
- 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 17 years ago
- e8b4b60 Add recipe to docs. by Raymond Hettinger · 17 years ago
- 0098c9d Introduce a lock to fix a race condition which caused an exception in the test. by Neal Norwitz · 17 years ago
- e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
- 38fb9be Tweak recipes and tests by Raymond Hettinger · 17 years ago
- a1ca94a Issue 2246: itertools grouper object did not participate in GC (should be backported). by Raymond Hettinger · 17 years ago
- ad47fa1 More tests. by Raymond Hettinger · 17 years ago
- d2bbe52 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
- 66f91ea C implementation of itertools.permutations(). by Raymond Hettinger · 17 years ago
- f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 17 years ago
- f28896d Fix test_socketserver on Windows after r61099 added several signal.alarm() by Jeffrey Yasskin · 17 years ago
- 48309d5 Make the timeout longer to give slow machines a chance to pass the test by Neal Norwitz · 17 years ago
- 2180725 Get this test to pass even when there is no sound card in the system. by Neal Norwitz · 17 years ago
- d21fb4c Issue#2238: some syntax errors from *args or **kwargs expressions by Amaury Forgeot d'Arc · 17 years ago
- d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 17 years ago
- 26bc177 15 -> 16, the 2nd by Georg Brandl · 17 years ago
- 728bee8 15 -> 16 by Christian Heimes · 17 years ago
- 608c1d8 Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too? by Christian Heimes · 17 years ago
- 7dbd918 Add test_main() functions to various tests where it was simple to do. Done so by Brett Cannon · 17 years ago
- 963c80f Add a note in the main test class' docstring that the order of execution of the by Brett Cannon · 17 years ago
- bfbf5b3 Add a note in the main test class' docstring that the order of execution of the by Brett Cannon · 17 years ago
- 6382ffc Move test_largefile over to using 'with' statements for open files. by Brett Cannon · 17 years ago