- a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. by Antoine Pitrou · 15 years ago
- 26cc99d Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings. by Florent Xicluna · 15 years ago
- f7f2d6f - Issue #8233: When run as a script, py_compile.py optionally takes a single by Barry Warsaw · 15 years ago
- fe4900c Correct what was intended to be a single-tuple to just be a != check. by Brian Curtin · 15 years ago
- fcc500e Silence a py3k warning. by Ezio Melotti · 15 years ago
- aeb2e82 Fix #8225. xml.etree was displaying an incorrect link when viewed in help. by Brian Curtin · 15 years ago
- b102dda Revert rev. 79509; ctypes doesn't build on linux. by Thomas Heller · 15 years ago
- 5006ba0 Merged revisions 79115,79424,79491 via svnmerge from by Thomas Heller · 15 years ago
- 8f66efe Fix small error in r79502 by Antoine Pitrou · 15 years ago
- 6032c25 Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. by Antoine Pitrou · 15 years ago
- 7e21325 add inspect.getcallargs, which binds function arguments like a normal call #3135 by Benjamin Peterson · 15 years ago
- 75c6676 #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT). by Florent Xicluna · 15 years ago
- 22b2438 #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. by Florent Xicluna · 15 years ago
- e6410c5 Backport of weakref.WeakSet and tests from Python 3. by Michael Foord · 15 years ago
- a7e08fe Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals by Michael Foord · 15 years ago
- b35ecf4 Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). by Michael Foord · 15 years ago
- ff88939 A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) by Michael Foord · 15 years ago
- 71b7fac Make Fraction to complex comparisons with <=, <, >= or > raise TypeError. by Mark Dickinson · 15 years ago
- 355adc5 Ensure that the failed or unexpected tests are sorted before printing. by Florent Xicluna · 15 years ago
- c7024e7 reorder imports by Benjamin Peterson · 15 years ago
- fa2f1cd Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly by Michael Foord · 15 years ago
- ee62788 Move a support TestCase out of the main namespace in unittest.test.test_suite by Michael Foord · 15 years ago
- 95ac82b Remove incorrect docstring in unittest.test by Michael Foord · 15 years ago
- 35b3792 Turn unittest tests into a package by Michael Foord · 15 years ago
- fd37dd4 Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest" by Florent Xicluna · 15 years ago
- 8aa5a58 #8207: Fix test_pep277 on OS X by Florent Xicluna · 15 years ago
- c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
- 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
- 2ec1f27 Replace license with simple attribution. by Steven Bethard · 15 years ago
- 2c6799a Revert r79384 (the fix failed). by Antoine Pitrou · 15 years ago
- fb224e3 replace copy right notice with simple attribution by Benjamin Peterson · 15 years ago
- 914bdbb Trying to fix #8108. Will watch the buildbot(s). by Antoine Pitrou · 15 years ago
- 36b9fbb Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available. by Florent Xicluna · 15 years ago
- 27e0240 Skip test_ascii_formatd if _ctypes is not available (BSD, ...). by Florent Xicluna · 15 years ago
- b0623d6 logging: Added LOG_FTP for SysLogHandler and updated documentation. by Vinay Sajip · 15 years ago
- 3c919cf The SIGINT signal may happen earlier, during site.py initialization. by Florent Xicluna · 15 years ago
- 446ff14 The standard error should be empty when the signal is killed, except on SIGINT. by Florent Xicluna · 15 years ago
- fc4d6d7 Silence test_subprocess. by Florent Xicluna · 15 years ago
- 875bdf7 Skip test_format_deprecation if _ctypes is not available. Add a filter to the warning check. by Florent Xicluna · 15 years ago
- 996e88a Merged revisions 79313,79324 via svnmerge from by Benjamin Peterson · 15 years ago
- 3bcc35b Merged revisions 79309 via svnmerge from by Benjamin Peterson · 15 years ago
- 176cda1 Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only). by Florent Xicluna · 15 years ago
- e1f4c92 #7667: Fix doctest failures with non-ASCII paths. by Florent Xicluna · 15 years ago
- 798e540 Merged revisions 79077,79137,79304-79305 via svnmerge from by Benjamin Peterson · 15 years ago
- 513d9ae Issue #7512: shutil.copystat() could raise an OSError when the filesystem by Antoine Pitrou · 15 years ago
- 0805e6e #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes. by Florent Xicluna · 15 years ago
- 9e7a4c9 Issue #7703: ctypes supports both buffer() and memoryview(). The former is deprecated. by Florent Xicluna · 15 years ago
- c9d1a78 Issue #7860: platform.uname now reports the correct 'machine' type by R. David Murray · 15 years ago
- 804899b logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter. by Vinay Sajip · 15 years ago
- 73c22e9 Missing testsuite files by Jesus Cea · 15 years ago
- f08a017 Get rid of buffer() in test_ctypes: backport the 3.x tests. by Florent Xicluna · 15 years ago
- 52093b8 Fix an occasional test_ftplib failure, following r79226. by Antoine Pitrou · 15 years ago
- 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 15 years ago
- 31e928e Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time. by Vinay Sajip · 15 years ago
- c7790ed Fix the NEWS about my last commit: an unicode subclass can now override the by Victor Stinner · 15 years ago
- 3017a7b Issue #8200: logging: Handle errors when multiprocessing is not fully loaded when logging occurs. by Vinay Sajip · 15 years ago
- 95affc4 Issue #1583863: An unicode subclass can now override the __str__ method by Victor Stinner · 15 years ago
- eef159b Correct usage message displayed for python -m unittest -h by Michael Foord · 15 years ago
- 0ce1672 expected failure should not trigger failfast behavior in unittest. by Michael Foord · 15 years ago
- 4989969 Removing Python 2.3 compatibility code from unittest. by Michael Foord · 15 years ago
- db003cb Fix failing test committed by accident. by Michael Foord · 15 years ago
- 1b9e953 -f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest by Michael Foord · 15 years ago
- b1aa30f Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. by Michael Foord · 15 years ago
- bb9d726 take into account keyword arguments when passing too many args by Benjamin Peterson · 15 years ago
- 9654589 improve error message from passing inadequate number of keyword arguments #6474 by Benjamin Peterson · 15 years ago
- 54bc22e don't write duplicate tests by Benjamin Peterson · 15 years ago
- 52b32b6 fix import by Benjamin Peterson · 15 years ago
- 448da71 Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets. by Antoine Pitrou · 15 years ago
- 77a8849 #8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases. by Florent Xicluna · 15 years ago
- e39b2ec rewrite a bit by Benjamin Peterson · 15 years ago
- cf82fa6 Issue #8179: Fix macpath.realpath() on a non-existing path. by Florent Xicluna · 15 years ago
- b88fbf4 Use assertRaises and add a specific warning filter. by Florent Xicluna · 15 years ago
- 3f5d146 No more deprecation warnings for distutils.sysconfig, following r78666. by Florent Xicluna · 15 years ago
- af61719 Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements. by Florent Xicluna · 15 years ago
- 8f43cec Fix py3k warnings in test_decimal, using unittest.assertItemsEqual. by Florent Xicluna · 15 years ago
- 4a0f8b8 Silence more py3k warnings in unittest.case. by Florent Xicluna · 15 years ago
- 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
- 8cb253f Change order of arguments in a unittest function. by Michael Foord · 15 years ago
- 73dbe04 A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead. by Michael Foord · 15 years ago
- fc5f6a7 Cleanup test_tarfile, and use check_warnings. by Florent Xicluna · 15 years ago
- db4a321 Cleanup test_struct using check_warnings. by Florent Xicluna · 15 years ago
- 98e7b76 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour by Michael Foord · 15 years ago
- 2e6d262 #8178 Cleanup the threads after test_thread.TestForkInThread. by Florent Xicluna · 15 years ago
- bc27c6a Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown. by Florent Xicluna · 15 years ago
- e9fbf2b - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. by Matthias Klose · 15 years ago
- f4fd0bf keep DeprecationWarning from failing test by Benjamin Peterson · 15 years ago
- 52d4aea make compiler's py3k warning a full deprecation warning #6837 by Benjamin Peterson · 15 years ago
- e30b3fa these lines can now be dispensed with by Benjamin Peterson · 15 years ago
- 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 15 years ago
- 2e0a53f Issue #8024: Update the Unicode database to 5.2 by Florent Xicluna · 15 years ago
- 7358854 #8155: Preserve backward compatibility for test_support.check_warnings(). Add regression tests. by Florent Xicluna · 15 years ago
- f3e9b2a Fix for Issue8135 - urllib.unquote to support mixed percent escapes by Senthil Kumaran · 15 years ago
- 43fe03a Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the old test was flaky on Google buildslaves). by Collin Winter · 15 years ago
- d7b731d Issue #8104: socket.recv_into() and socket.recvfrom_into() now support by Antoine Pitrou · 15 years ago
- 2227251 Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT. by Collin Winter · 15 years ago
- 0dee9c1 prevent lambda functions from having docstrings #8164 by Benjamin Peterson · 15 years ago
- 78c1871 Fix and check cgi module deprecation warnings. Revert an unwanted rename in test_import. by Florent Xicluna · 15 years ago
- 945a8ba Cleanup some test cases using check_warnings and check_py3k_warnings. by Florent Xicluna · 15 years ago
- 2b73c21 Cleanup in test_import and test_coding. by Florent Xicluna · 15 years ago
- 7864312 Avoid hardcoding refcounts in tests. by Collin Winter · 15 years ago