- da0c025 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
- 853e44c The bug for which there was a test in outstanding_bugs.py was agreed not to be a bug. by Georg Brandl · 17 years ago
- deaf2ca #2248: return result of QUIT from quit(). by Georg Brandl · 17 years ago
- 6c052fd Fixed tokenize tests by Christian Heimes · 17 years ago
- 23a48ad Added test cases for single quoted strings, both forms of triple quotes, by Eric Smith · 17 years ago
- 311d071 Fix test_compiler after adding unicode_literals by Neal Norwitz · 17 years ago
- 3784c6b Use the new unicode literals for the io module by Christian Heimes · 17 years ago
- fa50bad I forgot to svn add the future test by Christian Heimes · 17 years ago
- 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
- 13be2cf Added help options to PDB by Benjamin Peterson · 17 years ago
- fc7b3e3 Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 9f7af8d Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 22b3e3a Ensure that the mailbox is closed to prevent problems on Windows with removing by Neal Norwitz · 17 years ago
- 14f0bc7 Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 85fc3c1 Try to get this test to be less flaky. It was failing sometimes because by Neal Norwitz · 17 years ago
- 8e85ffa Issue #2482: Make sure that the coefficient of a Decimal by Mark Dickinson · 17 years ago
- 3b24ccb Issue #2478: Decimal(sqrt(0)) failed when the decimal context by Mark Dickinson · 17 years ago
- d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
- 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 17 years ago
- bb89e68 Try to get this test to be more stable: by Neal Norwitz · 17 years ago
- be9160b Don't try to close a non-open file. by Neal Norwitz · 17 years ago
- 8844096 A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more by Gregory P. Smith · 17 years ago
- 40f5e4c Fix a bunch of UnboundLocalErrors when the tests fail. by Neal Norwitz · 17 years ago
- aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
- b72233c Issue 2460: Make Ellipsis objects copyable. by Raymond Hettinger · 17 years ago
- 966d0e0 Merged revisions 61724-61824 via svnmerge from by Martin v. Löwis · 17 years ago
- dd10284 prevent a warning from the struct module when data size >= 2**32. by Gregory P. Smith · 17 years ago
- ac830e9 A bugfix for r61813, it would fail if the data size was >=2**32. by Gregory P. Smith · 17 years ago
- 79b4ba8 Fix gzip to deal with CRC's being signed values in Python 2.x properly and to by Gregory P. Smith · 17 years ago
- c4f7bab Adopt Nick's suggestion for useful default arguments. by Raymond Hettinger · 17 years ago
- bbc50ea Issue 1681432: Add triangular distribution the random module. by Raymond Hettinger · 17 years ago
- 9a0d346 #1477: ur'\U0010FFFF' raised in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
- 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
- ab68a3d Added warning for the removal of 'hotshot' in Py3k. by Alexandre Vassalotti · 17 years ago
- 6415667 Small fix that complicated the test actually when that test failed. by Facundo Batista · 17 years ago
- baf267c Merged revisions 61602-61723 via svnmerge from by Martin v. Löwis · 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
- dbd61a2 If Mark Hammonds win32 tools are not available, try to use the _winreg module by Marc-André Lemburg · 17 years ago
- 402b270 #2383: remove obsolete XXX comment in stat.py. by Georg Brandl · 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
- ac2ed1e Issue #2143: Fix embedded readline() hang on SSL socket EOF. by Sean Reifscheider · 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
- f15cde3 Improve the error message when the CRCs don't match. by Gregory P. Smith · 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
- b27745f Issue2290: Support x64 Windows builds that live in pcbuild/amd64. Without it, sysutils._python_build() returns the wrong directory, which causes the test_get_config_h_filename method in Lib/distutils/tests/test_sysconfig.py to fail. by Trent Nelson · 17 years ago
- 16b2e6b Import relimport using a relative import. by Martin v. Löwis · 17 years ago
- ab41b37 Merged revisions 61598-61599,61601 via svnmerge from by Martin v. Löwis · 17 years ago
- 5e37bae Import lib2to3. by Martin v. Löwis · 17 years ago
- a4d7789 Issue #2400: Allow relative imports to "import *". by Martin v. Löwis · 17 years ago
- bf02e3b Fix the struct module DeprecationWarnings that zipfile was triggering by by Gregory P. Smith · 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
- 5d5c63f Fixed compiler module so __future__ print_function is compilable. by Eric Smith · 17 years ago
- b89a096 Use zlib's crc32 routine instead of binascii when available. zlib's is faster by Gregory P. Smith · 17 years ago
- bde4007 Mention that crc32 and adler32 are available in a different module (zlib). by Gregory P. Smith · 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