| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ... | Michael Foord | 2010-04-02 | 2 | -19/+18 |
|
|
* | Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest ... | Ezio Melotti | 2010-04-02 | 1 | -1/+3 |
|
|
* | Addition of -b command line option to unittest for buffering stdout and stder... | Michael Foord | 2010-04-02 | 5 | -14/+217 |
|
|
* | Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. | Brian Curtin | 2010-04-02 | 1 | -23/+178 |
|
|
* | removed the local copy of xxmodule, and skip only test_build_ext when xxmodul... | Tarek Ziadé | 2010-04-02 | 2 | -398/+21 |
|
|
* | Issue 8257: Decimal constructor to accept float. | Raymond Hettinger | 2010-04-02 | 2 | -2/+32 |
|
|
* | Backport some robotparser test and skip the test if the external resource is ... | Florent Xicluna | 2010-04-02 | 1 | -5/+18 |
|
|
* | #4440: modernize a use of filter(), making it compatible with 3.x | Andrew M. Kuchling | 2010-04-02 | 1 | -1/+1 |
|
|
* | Issue 7994: Make object.__format__ with a non-empty format string a PendingDe... | Eric Smith | 2010-04-02 | 1 | -0/+36 |
|
|
* | Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. | Mark Dickinson | 2010-04-02 | 2 | -5/+25 |
|
|
* | Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. | Mark Dickinson | 2010-04-02 | 2 | -14/+56 |
|
|
* | Issue #2531: Make float-to-decimal comparisons return correct results. | Mark Dickinson | 2010-04-02 | 2 | -13/+51 |
|
|
* | #7092: silence some py3k warnings | Florent Xicluna | 2010-04-02 | 4 | -6/+6 |
|
|
* | #7092: Drop the cmp argument. | Florent Xicluna | 2010-04-02 | 2 | -15/+2 |
|
|
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab... | Florent Xicluna | 2010-04-02 | 37 | -149/+169 |
|
|
* | #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a... | Florent Xicluna | 2010-04-01 | 6 | -21/+22 |
|
|
* | Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets pi... | Antoine Pitrou | 2010-04-01 | 1 | -0/+0 |
|
|
* | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 2 | -0/+670 |
|
|
* | Fix a test_pydoc failure on Neal Norwitz's buildbot. | Brian Curtin | 2010-04-01 | 1 | -1/+1 |
|
|
* | Replace catch_warnings with check_warnings when it makes sense. Use assertRa... | Florent Xicluna | 2010-03-31 | 21 | -226/+112 |
|
|
* | Issue #8268: Old-style classes (not just instances) now support weak | Antoine Pitrou | 2010-03-31 | 2 | -1/+21 |
|
|
* | Fix test for xml.etree when using a non-ascii path. And use check_warnings i... | Florent Xicluna | 2010-03-31 | 1 | -16/+26 |
|
|
* | - Issue #8233: When run as a script, py_compile.py optionally takes a single | Barry Warsaw | 2010-03-31 | 1 | -8/+24 |
|
|
* | Correct what was intended to be a single-tuple to just be a != check. | Brian Curtin | 2010-03-31 | 1 | -1/+1 |
|
|
* | Silence a py3k warning. | Ezio Melotti | 2010-03-31 | 1 | -3/+6 |
|
|
* | Fix #8225. xml.etree was displaying an incorrect link when viewed in help. | Brian Curtin | 2010-03-31 | 2 | -1/+8 |
|
|
* | Revert rev. 79509; ctypes doesn't build on linux. | Thomas Heller | 2010-03-30 | 1 | -0/+26 |
|
|
* | Merged revisions 79115,79424,79491 via svnmerge from | Thomas Heller | 2010-03-30 | 1 | -26/+0 |
|
|
* | Fix small error in r79502 | Antoine Pitrou | 2010-03-30 | 1 | -4/+4 |
|
|
* | Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. | Antoine Pitrou | 2010-03-30 | 3 | -0/+32 |
|
|
* | add inspect.getcallargs, which binds function arguments like a normal call #3135 | Benjamin Peterson | 2010-03-30 | 2 | -4/+277 |
|
|
* | #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru... | Florent Xicluna | 2010-03-30 | 1 | -12/+18 |
|
|
* | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to... | Florent Xicluna | 2010-03-30 | 1 | -1/+12 |
|
|
* | Backport of weakref.WeakSet and tests from Python 3. | Michael Foord | 2010-03-29 | 4 | -1/+592 |
|
|
* | Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals an... | Michael Foord | 2010-03-27 | 2 | -13/+69 |
|
|
* | Rename the unittest test_suite function to not clash with a test module name ... | Michael Foord | 2010-03-27 | 2 | -3/+3 |
|
|
* | A fix for running unittest tests on platforms without the audioop module (e.g... | Michael Foord | 2010-03-27 | 2 | -14/+7 |
|
|
* | Make Fraction to complex comparisons with <=, <, >= or > raise TypeError. | Mark Dickinson | 2010-03-27 | 2 | -4/+19 |
|
|
* | Ensure that the failed or unexpected tests are sorted before printing. | Florent Xicluna | 2010-03-26 | 1 | -7/+2 |
|
|
* | reorder imports | Benjamin Peterson | 2010-03-26 | 1 | -1/+2 |
|
|
* | Addition of -c command line option to unittest, to handle ctrl-c during a tes... | Michael Foord | 2010-03-26 | 6 | -16/+319 |
|
|
* | Move a support TestCase out of the main namespace in unittest.test.test_suite | Michael Foord | 2010-03-26 | 1 | -7/+7 |
|
|
* | Remove incorrect docstring in unittest.test | Michael Foord | 2010-03-26 | 1 | -14/+0 |
|
|
* | Turn unittest tests into a package | Michael Foord | 2010-03-25 | 14 | -4420/+4515 |
|
|
* | Fix test_unittest and test_warnings when running "python -Werror -m test.regr... | Florent Xicluna | 2010-03-25 | 2 | -11/+11 |
|
|
* | #8207: Fix test_pep277 on OS X | Florent Xicluna | 2010-03-25 | 1 | -9/+18 |
|
|
* | Syntax cleanup `== None` -> `is None` | Florent Xicluna | 2010-03-25 | 2 | -6/+6 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+1 |
|
|
* | Replace license with simple attribution. | Steven Bethard | 2010-03-24 | 1 | -13/+1 |
|
|
* | Revert r79384 (the fix failed). | Antoine Pitrou | 2010-03-24 | 1 | -11/+2 |
|
|